GenomeX Data Exchange FHIR IG
0.2.0 - draft

GenomeX Data Exchange FHIR IG, published by MITRE. This guide is not an authorized publication; it is the continuous build for version 0.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/CodeX-HL7-FHIR-Accelerator/GenomeX-DataExchange/ and changes regularly. See the Directory of published versions

: PatientMale - XML Representation

Raw xml | Download


<Patient xmlns="http://hl7.org/fhir">
  <id value="PatientMale"/>
  <meta>
    <versionId value="1"/>
    <lastUpdated value="2024-09-25T00:02:13.030+00:00"/>
    <source value="#mzuK1EHcvMPipAda"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Patient PatientMale</b></p><a name="PatientMale"> </a><a name="hcPatientMale"> </a><a name="PatientMale-en-US"> </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">version: 1; Last updated: 2024-09-25 00:02:13+0000; </p><p style="margin-bottom: 0px">Information Source: #mzuK1EHcvMPipAda</p></div><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">Higado Sobreviviente (official) Male, DoB: 1996-05-13 ( Patient ID: fec6172efdca41b4a13341e75cb62e0f (use: official, ))</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Record is active">Active:</td><td colspan="3">true</td></tr><tr><td style="background-color: #f3f5da" title="Ways to contact the Patient">Contact Detail</td><td colspan="3">US (home)</td></tr></table></div>
  </text>
  <extension
             url="http://hl7.org/fhir/us/core/StructureDefinition/us-core-race">
    <extension url="ombCategory">
      <valueCoding>
        <system value="urn:oid:2.16.840.1.113883.6.238"/>
        <code value="2106-3"/>
        <display value="White"/>
      </valueCoding>
    </extension>
    <extension url="detailed">
      <valueCoding>
        <system value="urn:oid:2.16.840.1.113883.6.238"/>
        <code value="2108-9"/>
        <display value="European"/>
      </valueCoding>
    </extension>
    <extension url="text">
      <valueString value="Northern European"/>
    </extension>
  </extension>
  <identifier>
    <use value="official"/>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="MR"/>
        <display value="Patient ID"/>
      </coding>
    </type>
    <value value="fec6172efdca41b4a13341e75cb62e0f"/>
  </identifier>
  <active value="true"/>
  <name>
    <use value="official"/>
    <family value="Sobreviviente"/>
    <given value="Higado"/>
  </name>
  <gender value="male"/>
  <birthDate value="1996-05-13"/>
  <address>
    <use value="home"/>
    <country value="US"/>
  </address>
</Patient>