0.1.0 - ci-build

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

: Patient (Example) - XML Representation

Raw xml | Download


<Patient xmlns="http://hl7.org/fhir">
  <id value="ONCOnnect-EX-TB-Patient"/>
  <meta>
    <profile
             value="https://fhir.ccc-onconnect.de/StructureDefinition/onconnect-pr-tb-patient"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Patient ONCOnnect-EX-TB-Patient</b></p><a name="ONCOnnect-EX-TB-Patient"> </a><a name="hcONCOnnect-EX-TB-Patient"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-onconnect-pr-tb-patient.html">Patient (Profile)</a></p></div><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">Leo Muster (official) Other, DoB: 1980-04-06 ( Krankenversichertennummer)</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Other Id (see the one above)">Other Id:</td><td colspan="3">Medical record number/1234567890</td></tr><tr><td style="background-color: #f3f5da" title="Ways to contact the Patient">Contact Detail</td><td colspan="3">Bürgersteig 5c, c/o Müller Dorfingen 10000 Deutschland </td></tr></table></div>
  </text>
  <identifier>
    <type>
      <coding>
        <system value="http://fhir.de/CodeSystem/identifier-type-de-basis"/>
        <code value="KVZ10"/>
      </coding>
    </type>
    <system value="http://fhir.de/sid/gkv/kvid-10"/>
    <value value="A123456780"/>
    <assigner>
      <identifier>
        <type>
          <coding>
            <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
            <code value="XX"/>
          </coding>
        </type>
        <system value="http://fhir.de/sid/arge-ik/iknr"/>
        <value value="9876543213"/>
      </identifier>
      <display value="AOK Musterland"/>
    </assigner>
  </identifier>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="MR"/>
      </coding>
    </type>
    <system value="urn:oncohub:patient-id"/>
    <value value="1234567890"/>
  </identifier>
  <name>
    <use value="official"/>
    <family value="Muster"/>
    <given value="Leo"/>
    <prefix value="Dr.">
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier">
        <valueCode value="AC"/>
      </extension>
    </prefix>
  </name>
  <gender value="other">
    <extension url="http://fhir.de/StructureDefinition/gender-amtlich-de">
      <valueCoding>
        <system value="http://fhir.de/CodeSystem/gender-amtlich-de"/>
        <code value="X"/>
      </valueCoding>
    </extension>
  </gender>
  <birthDate value="1980-04-06"/>
  <address>
    <type value="physical"/>
    <line value="Bürgersteig 5c, c/o Müller"/>
    <city value="Dorfingen"/>
    <postalCode value="10000"/>
    <country value="Deutschland"/>
  </address>
</Patient>