Tiro.health Implementation Guide
0.1.0 - ci-build

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

: Jan Jansens - XML Representation

Raw xml | Download


<Patient xmlns="http://hl7.org/fhir">
  <id value="random-patient-id-123"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Patient random-patient-id-123</b></p><a name="random-patient-id-123"> </a><a name="hcrandom-patient-id-123"> </a><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">Jan Jansens  Male, DoB: 1970-01-01 ( https://fhir.nexuzhealth.com/standards/fhir/NamingSystem/kws/pm/patient/eadnr#123456)</p><hr/></div>
  </text>
  <identifier>
    <system
            value="https://fhir.nexuzhealth.com/standards/fhir/NamingSystem/kws/pm/patient/eadnr"/>
    <value value="123456"/>
  </identifier>
  <name>
    <family value="Jansens"/>
    <given value="Jan"/>
  </name>
  <gender value="male"/>
  <birthDate value="1970-01-01"/>
</Patient>