Genomics Reporting Implementation Guide
2.0.0 - trial-use

This page is part of the Genetic Reporting Implementation Guide (v2.0.0: STU 2) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: CGPatientExample01 - XML Representation

Raw xml | Download



<Patient xmlns="http://hl7.org/fhir">
  <id value="CGPatientExample01"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Adam B. Everyman </b> male, DoB: 1951-01-20 ( Medical Record Number: m123 (USUAL))</p></div>
  </text>
  <identifier>
    <use value="usual"/>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="MR"/>
        <display value="Medical Record Number"/>
      </coding>
    </type>
    <system value="http://hospital.example.org"/>
    <value value="m123"/>
  </identifier>
  <name>
    <family value="Everyman"/>
    <given value="Adam"/>
    <given value="B."/>
  </name>
  <gender value="male"/>
  <birthDate value="1951-01-20"/>
  <address>
    <line value="123 Main St"/>
    <city value="Anytown"/>
    <postalCode value="12345"/>
    <country value="US"/>
  </address>
  <contact>
    <telecom>
      <system value="phone"/>
      <value value="555-555-5555"/>
      <use value="home"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="adam.everyman@example.com"/>
    </telecom>
  </contact>
  <communication>
    <language>
      <coding>
        <system value="urn:ietf:bcp:47"/>
        <code value="en-US"/>
        <display value="English (Region=United States)"/>
      </coding>
      <text value="English"/>
    </language>
  </communication>
</Patient>