COVID-19 FHIR Profile Library IG Informative Version
1.0.0 - Informative United States of America flag

COVID-19 FHIR Profile Library IG Informative Version, published by HL7 International - Clinical Information Modeling Initiative. This is not an authorized publication; it is the continuous build for version 1.0.0). This version is based on the current content of https://github.com/HL7/fhir-COVID19Library-ig/ and changes regularly. See the Directory of published versions

: Example: Anyperson, Mary patient - XML Representation

Raw xml | Download



<Patient xmlns="http://hl7.org/fhir">
  <id value="patient-anyperson-mary"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Mary Anyperson </b> female, DoB: 1966-01-11 ( Medical record number: MR456327 (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://acmehospital.exampleEHR.org"/>
    <value value="MR456327"/>
  </identifier>
  <name>
    <family value="Anyperson"/>
    <given value="Mary"/>
  </name>
  <gender value="female"/>
  <birthDate value="1966-01-11"/>
  <address>
    <line value="1234 Center St."/>
    <city value="Hometown"/>
    <state value="Denial"/>
    <country value="United States"/>
  </address>
  <contact>
    <telecom>
      <system value="phone"/>
      <value value="555-555-5555"/>
      <use value="mobile"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="example@example.com"/>
    </telecom>
  </contact>
  <communication>
    <language>
      <coding>
        <system value="urn:ietf:bcp:47"/>
        <code value="en-US"/>
      </coding>
      <text value="English"/>
    </language>
  </communication>
</Patient>