Cumuluz Translate Implementation Guide
0.1.0 - ci-build

Cumuluz Translate Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: patient-validate-response-fail - XML Representation

Raw xml | Download


<OperationOutcome xmlns="http://hl7.org/fhir">
  <id value="patient-validate-response-fail"/>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Gegenereerde narrative: OperationOutcome patient-validate-response-fail</b></p><a name="patient-validate-response-fail"> </a><a name="hcpatient-validate-response-fail"> </a><p><b>Validation issue count: error</b>: 1</p><p><b>Validation issue count: warning</b>: 0</p><p><b>Validation issue count: information</b>: 0</p><p><b>Validation relaxed issue count</b>: 0</p><h3>Issues</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Severity</b></td><td><b>Code</b></td><td><b>Diagnostics</b></td></tr><tr><td style="display: none">*</td><td>Error</td><td>Invalid Content</td><td>Resource does not conform to http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient</td></tr></table></div>
  </text>
  <extension
             url="http://cumuluz/fhir/StructureDefinition/validation-issue-count-error">
    <valueInteger value="1"/>
  </extension>
  <extension
             url="http://cumuluz/fhir/StructureDefinition/validation-issue-count-warning">
    <valueInteger value="0"/>
  </extension>
  <extension
             url="http://cumuluz/fhir/StructureDefinition/validation-issue-count-information">
    <valueInteger value="0"/>
  </extension>
  <extension
             url="http://cumuluz/fhir/StructureDefinition/validation-relaxed-issue-count">
    <valueInteger value="0"/>
  </extension>
  <issue>
    <severity value="error"/>
    <code value="invalid"/>
    <diagnostics
                 value="Resource does not conform to http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient"/>
  </issue>
</OperationOutcome>