0.2.2 - ci-build

FastAccessControl, published by MITRE. This guide is not an authorized publication; it is the continuous build for version 0.2.2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/awatson1978/fhir-access-control-ig/ and changes regularly. See the Directory of published versions

: patient-john-smith - XML Representation

Raw xml | Download



<Patient xmlns="http://hl7.org/fhir">
  <id value="patient-john-smith"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Patient patient-john-smith</b></p><a name="patient-john-smith"> </a><a name="hcpatient-john-smith"> </a><a name="patient-john-smith-en-US"> </a><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">JOHN SMITH  Male, DoB: 1980-04-14 ( Medical Record Number: 2002501 (use: usual, ))</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"><ul><li>ph: 555-555-5553(Home)</li><li>49 Meadow St Birmingham AL 35242 US </li><li>183 Harbor View St Boston MA 02101 US </li></ul></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>
  <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="2135-2"/>
        <display value="Hispanic or Latino"/>
      </valueCoding>
    </extension>
    <extension url="detailed">
      <valueCoding>
        <system value="urn:oid:2.16.840.1.113883.6.238"/>
        <code value="2184-0"/>
        <display value="Dominican"/>
      </valueCoding>
    </extension>
    <extension url="detailed">
      <valueCoding>
        <system value="urn:oid:2.16.840.1.113883.6.238"/>
        <code value="2148-5"/>
        <display value="Mexican"/>
      </valueCoding>
    </extension>
    <extension url="text">
      <valueString value="Hispanic or Latino"/>
    </extension>
  </extension>
  <extension
             url="http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex">
    <valueCode value="M"/>
  </extension>
  <identifier>
    <use value="usual"/>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/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="2002501"/>
  </identifier>
  <active value="true"/>
  <name>
    <family value="SMITH"/>
    <given value="JOHN"/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="555-555-5553"/>
    <use value="home"/>
  </telecom>
  <gender value="male"/>
  <birthDate value="1980-04-14"/>
  <address>
    <line value="49 Meadow St"/>
    <city value="Birmingham"/>
    <state value="AL"/>
    <postalCode value="35242"/>
    <country value="US"/>
    <period>
      <start value="2005-02-20"/>
      <end value="2020-06-01"/>
    </period>
  </address>
  <address>
    <line value="183 Harbor View St"/>
    <city value="Boston"/>
    <state value="MA"/>
    <postalCode value="02101"/>
    <country value="US"/>
    <period>
      <start value="2020-06-15"/>
    </period>
  </address>
</Patient>