PFLIP HL7 FHIR Implementation Guide
0.1.0 - ci-build

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

: Patient-1 - XML Representation

Raw xml | Download



<Patient xmlns="http://hl7.org/fhir">
  <id value="Patient-1"/>
  <meta>
    <profile
             value="http://pflipdemo.com/fhir/StructureDefinition/pflip-patient"/>
    <profile
             value="https://fhir.kbv.de/StructureDefinition/KBV_PR_MIO_ULB_Patient|1.0.0"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Patient Patient-1</b></p><a name="Patient-1"> </a><a name="hcPatient-1"> </a><a name="Patient-1-en-US"> </a><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;"> (official) Female, DoB:  ( Medical record number: PID123456789)</p><hr/></div>
  </text>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="MR"/>
        <display value="Medical record number"/>
      </coding>
    </type>
    <system value="http://fhir.de/NamingSystem/kbv/patienten-id"/>
    <value value="PID123456789"/>
  </identifier>
  <name>
    <use value="official"/>
    <family value="">
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/data-absent-reason">
        <valueCode value="masked"/>
      </extension>
    </family>
  </name>
  <gender value="female"/>
  <birthDate>
    <extension
               url="http://pflipdemo.com/fhir/StructureDefinition/birthDate-mm-yyyy">
      <valueString value="11-1993"/>
    </extension>
  </birthDate>
</Patient>