Smart Bear Implementation Guide
0.3.4 - ci-build

Smart Bear Implementation Guide - Local Development build (v0.3.4). See the Directory of published versions

: Patient001 - XML Representation

Raw xml | Download



<Patient xmlns="http://hl7.org/fhir">
  <id value="Patient001"/>
  <meta>
    <profile
             value="https://smart-bear.eu/fhir/StructureDefinition/SmartBearPatient"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;"><b>Mario Bianchi</b> male, DoB: 1983-11-07 ( id: Patient001)</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Patient contact">Contact</td><td colspan="3"><ul><li>Mario Rossi</li><li><a href="mailto:mario.rossitest@smartbear.eu">mario.rossitest@smartbear.eu</a></li></ul></td></tr><tr><td style="background-color: #f3f5da" title="Ethnic group of a patient"><a href="StructureDefinition-gecco-extension-patient-ethnic-group.html">Ethnic Group:</a></td><td colspan="3"><ul><li><span title="Codes: {urn:oid:2.16.840.1.113883.6.238 2135-2}">Hispanic or Latino</span></li></ul></td></tr></table></div>
  </text>
  <extension
             url="https://www.netzwerk-universitaetsmedizin.de/fhir/StructureDefinition/ethnic-group">
    <valueCodeableConcept>
      <coding>
        <system value="urn:oid:2.16.840.1.113883.6.238"/>
        <code value="2135-2"/>
        <display value="Hispanic or Latino"/>
      </coding>
    </valueCodeableConcept>
  </extension>
  <identifier>
    <value value="Patient001"/>
  </identifier>
  <name>
    <text value="Mario Bianchi"/>
    <family value="Bianchi"/>
    <given value="Mario"/>
  </name>
  <gender value="male"/>
  <birthDate value="1983-11-07"/>
  <contact>
    <name>
      <text value="Mario Rossi"/>
      <family value="Rossi"/>
      <given value="Mario"/>
    </name>
    <telecom>
      <system value="email"/>
      <value value="mario.rossitest@smartbear.eu"/>
    </telecom>
  </contact>
</Patient>