Sha256: 75982dd3b7d49b37bc3b41c0a65a0a5db1f562c7828accd871320db605f39135

Contents?: true

Size: 1.8 KB

Versions: 3

Compression:

Stored size: 1.8 KB

Contents

<?xml version="1.0" encoding="UTF-8"?><Patient xmlns="http://hl7.org/fhir">
  <id value="patient-uslab-example1"/>
  <text><status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: patient-uslab-example1</p><p><b>identifier</b>: 18547545 (USUAL)</p><p><b>name</b>: Todd G. Lerr (OFFICIAL)</p><p><b>gender</b>: male</p><p><b>birthDate</b>: Jun 7, 2012</p><p><b>deceased</b>: false</p><p><b>address</b>: 123 North 102nd Street Apt 4d Harrisburg PA 17102 USA (HOME)</p></div></text><extension url="http://hl7.org/fhir/StructureDefinition/us-core-race">
    <valueCodeableConcept>
      <coding>
        <code value="2106-3"/>
      </coding>
    </valueCodeableConcept>
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/us-core-ethnicity">
    <valueCodeableConcept>
      <coding>
        <code value="2135-2"/>
      </coding>
    </valueCodeableConcept>
  </extension>
<!--    EH: limit to single identifier that orderer can match to patient system can be URL    -->
  <identifier>
    <use value="usual"/>
    <system value="urn:oid:2.16.840.1.113883.3.72.5.30.2"/>
    <value value="18547545"/>
  </identifier>
<!--   name use limited to official and anonymous   -->
  <name>
    <use value="official"/>
    <family value="Lerr"/>
    <given value="Todd"/>
    <given value="G."/>
    <suffix value="Jr"/>
  </name>
<!--    use FHIR code system for male / female    -->
  <gender value="male"/>
  <birthDate value="2012-06-07"/>
  <deceasedBoolean value="false"/>
  <address>
    <use value="home"/>
    <line value="123 North 102nd Street"/>
    <line value="Apt 4d"/>
    <city value="Harrisburg"/>
    <state value="PA"/>
    <postalCode value="17102"/>
    <country value="USA"/>
  </address>
</Patient>

Version data entries

3 entries across 2 versions & 1 rubygems

Version Path
plan_executor-1.8.0 fixtures/patient/patient-uslab-example1.xml
plan_executor-1.0.2 fixtures/patient/patient-uslab-example1.xml
plan_executor-1.0.2 lib/tests/testscripts/xml/Connectathon11/Track7-LabOrderLabReport/_reference/resources/Patient/patient-uslab-example1.xml