IDEA4RC FHIR Implementation Guide
0.1.0 - CI Build 150

IDEA4RC FHIR Implementation Guide, published by IDEA4RC Project. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/idea4rc/ and changes regularly. See the Directory of published versions

: Patient: race extension - XML Representation

Raw xml | Download


<Patient xmlns="http://hl7.org/fhir">
  <id value="patient-id-17"/>
  <meta>
    <profile
             value="http://hl7.eu/fhir/ig/idea4rc/StructureDefinition/patient-eu-i4rc"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Patient patient-id-17</b></p><a name="patient-id-17"> </a><a name="hcpatient-id-17"> </a><a name="patient-id-17-en-US"> </a><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">Anonymous Patient Male, DoB: 1968-01-01</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Ways to contact the Patient">Contact Detail</td><td colspan="3">North American country </td></tr><tr><td style="background-color: #f3f5da" title="Concepts classifying the person into a named category of humans sharing common history, traits, geographical origin or nationality.  Derived by the US core Race extensions."><a href="StructureDefinition-Race-eu-i4rc.html">Race Extension</a></td><td colspan="3"><span title="Codes:{http://fhir.ohdsi.org/CodeSystem/concepts 8516}">Black or African American</span></td></tr></table></div>
  </text>
  <extension
             url="http://hl7.eu/fhir/ig/idea4rc/StructureDefinition/Race-eu-i4rc">
    <valueCodeableConcept>
      <coding>
        <system value="http://fhir.ohdsi.org/CodeSystem/concepts"/>
        <code value="8516"/>
        <display value="Black or African American"/>
      </coding>
    </valueCodeableConcept>
  </extension>
  <gender value="male"/>
  <birthDate value="1968-01-01"/>
  <address>
    <country value="North American country"/>
  </address>
</Patient>