Projo FHIR Documentation
0.1.0 - ci-build Switzerland flag

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

: Example Patient - XML Representation

Raw xml | Download


<Patient xmlns="http://hl7.org/fhir">
  <id value="ExamplePatient"/>
  <meta>
    <profile
             value="https://projo.evoleen.com/fhir/StructureDefinition/projo-patient"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Patient ExamplePatient</b></p><a name="ExamplePatient"> </a><a name="hcExamplePatient"> </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-projo-patient.html">Projo Patient</a></p></div><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">Maria Mustermann  (no stated gender), DoB Unknown ( https://firearrow.io/fhir/identifier/whatsapp-bsuid#13491208655302741918)</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Ways to contact the Patient">Contact Detail</td><td colspan="3"><a href="tel:+41441234567">+41441234567</a></td></tr><tr><td style="background-color: #f3f5da" title="Language spoken">Language:</td><td colspan="3"><span title="Codes:">de</span> (preferred)</td></tr><tr><td style="background-color: #f3f5da" title="Patient Links">Links:</td><td colspan="3"><ul><li>Managing Organization: <a href="Organization/example-organization">Organization/example-organization</a></li></ul></td></tr></table></div>
  </text>
  <identifier>
    <system value="https://firearrow.io/fhir/identifier/whatsapp-bsuid"/>
    <value value="13491208655302741918"/>
  </identifier>
  <name>
    <family value="Mustermann"/>
    <given value="Maria"/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="+41441234567"/>
    <use value="mobile"/>
  </telecom>
  <communication>
    <language>
      <coding>
        <code value="de"/>
      </coding>
    </language>
    <preferred value="true"/>
  </communication>
  <managingOrganization>
    <reference value="Organization/example-organization"/>
  </managingOrganization>
</Patient>