Implementation Guide
TI Common
Version 1.5.0-ballot.1 - ballot

: PractitionerEuCore Example

Raw xml | Download


<Practitioner xmlns="http://hl7.org/fhir">
  <id value="practitioner-eu-core-example"/>
  <meta>
    <profile
             value="https://gematik.de/fhir/ti/StructureDefinition/ti-practitioner"/>
  </meta>
  <language value="de"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Practitioner practitioner-eu-core-example</b></p><a name="practitioner-eu-core-example"> </a><a name="hcpractitioner-eu-core-example"> </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-ti-practitioner.html">TI Practitioner</a></p></div><p><b>name</b>: John Doe </p><p><b>gender</b>: Male</p><p><b>birthDate</b>: 1970-01-01</p></div>
  </text>
  <name>
    <family value="Doe"/>
    <given value="John"/>
  </name>
  <gender value="male"/>
  <birthDate value="1970-01-01"/>
</Practitioner>