electronic Case Reporting (eCR) Implementation Guide: STU2 Ballot

This page is part of the electronic Case Reporting (eCR) (v0.2.0: STU 1 Ballot 2) based on FHIR R3. The current version which supercedes this version is 2.1.0. For a full list of available versions, see the Directory of published versions

XML Format: Patient-ecr-patient-eve-everywoman

Raw xml


<Patient xmlns="http://hl7.org/fhir">
  <id value="ecr-patient-eve-everywoman"/>
  <meta>
    <profile value="http://hl7.org/fhir/us/ecr/StructureDefinition/ecr-patient"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: ecr-patient-eve-everywoman</p><p><b>meta</b>: </p><p><b>identifier</b>: Medical Record Number = 1032702 (USUAL), SSN = 11-00-1234 (USUAL)</p><p><b>active</b>: true</p><p><b>name</b>: Eve L Everywoman </p><p><b>telecom</b>: ph: 1-(404)555-1212(HOME), eve.everywoman@example.com</p><p><b>gender</b>: female</p><p><b>birthDate</b>: 24/11/1974</p><p><b>address</b>: 5101 Peachtree St NE Atlanta GA 30302 US </p></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="text">
      <valueString value="White"/>
    </extension>
  </extension>
  <extension
             url="http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity">
    <extension url="ombCategory">
      <valueCoding>
        <system value="urn:oid:2.16.840.1.113883.6.238"/>
        <code value="2186-5"/>
        <display value="Not Hispanic or Latino"/>
      </valueCoding>
    </extension>
    <extension url="text">
      <valueString value="Not Hispanic or Latino"/>
    </extension>
  </extension>
  <extension
             url="http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex">
    <valueCode value="F"/>
  </extension>
  <identifier>
    <use value="usual"/>
    <type>
      <coding>
        <system value="http://hl7.org/fhir/v2/0203"/>
        <code value="MR"/>
        <display value="Medical Record Number"/>
      </coding>
      <text value="Medical Record Number"/>
    </type>
    <system value="http://hospital.smarthealthit.org"/>
    <value value="1032702"/>
  </identifier>
  <identifier>
    <use value="usual"/>
    <type>
      <coding>
        <system value="http://hl7.org/fhir/identifier-type"/>
        <code value="SB"/>
        <display value="Social Beneficiary Identifier"/>
      </coding>
      <text value="SSN"/>
    </type>
    <system value="http://hl7.org/fhir/sid/us-ssn"/>
    <value value="11-00-1234"/>
  </identifier>
  <active value="true"/>
  <name>
    <family value="Everywoman"/>
    <given value="Eve"/>
    <given value="L"/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="1-(404)555-1212"/>
    <use value="home"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="eve.everywoman@example.com"/>
  </telecom>
  <gender value="female"/>
  <birthDate value="1974-11-24"/>
  <address>
    <line value="5101 Peachtree St NE"/>
    <city value="Atlanta"/>
    <state value="GA"/>
    <postalCode value="30302"/>
    <country value="US"/>
  </address>
</Patient>