Smart Bear Implementation Guide
1.0.0 - ci-build

Smart Bear Implementation Guide - Local Development build (v1.0.0). 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://140.164.14.210/fhir/StructureDefinition/SmartBearPatient"/>
  </meta>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative</b></p><p><b>Patient Ethnicity</b>: <span title="Codes: {http://loinc.org 2135-2}">Hispanic or Latino</span></p><p><b>SourceReferral</b>: GP</p><p><b>identifier</b>: id: Patient001</p><p><b>birthDate</b>: 1983-11-07</p></div>
  </text>
  <extension
             url="https://140.164.14.210/fhir/StructureDefinition/PatientEthnicity">
    <valueCodeableConcept>
      <coding>
        <system value="http://loinc.org"/>
        <code value="2135-2"/>
        <display value="Hispanic or Latino"/>
      </coding>
    </valueCodeableConcept>
  </extension>
  <extension
             url="https://140.164.14.210/fhir/StructureDefinition/SourceReferral">
    <valueString value="GP"/>
  </extension>
  <identifier>
    <value value="Patient001"/>
  </identifier>
  <birthDate value="1983-11-07"/>
</Patient>