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-jennifer-smith - XML Representation

Raw xml | Download



<Patient xmlns="http://hl7.org/fhir">
  <id value="patient-jennifer-smith"/>
  <meta>
    <versionId value="1"/>
    <lastUpdated value="2020-09-13T12:21:34.589+00:00"/>
    <source value="#mehi-consent-engine-reference-implementation"/>
    <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 class="res-header-id"><b>Generated Narrative: Patient patient-jennifer-smith</b></p><a name="patient-jennifer-smith"> </a><a name="hcpatient-jennifer-smith"> </a><a name="patient-jennifer-smith-en-US"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">version: 1; Last updated: 2020-09-13 12:21:34+0000; </p><p style="margin-bottom: 0px">Information Source: #mehi-consent-engine-reference-implementation</p><p style="margin-bottom: 0px">Profile: <code>http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient</code></p></div><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">JENNIFER SMITH  Female, DoB: 2005-02-20 ( Medical Record Number: 1042501 (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-5555(Home)</li><li>49 Meadow St Birmingham AL 35242 US </li><li>183 Harbor View St Boston MA 02101 US </li></ul></td></tr><tr><td style="background-color: #f3f5da" title="Patient Links">Links:</td><td colspan="3"><ul><li>General Practitioner: <a href="Practitioner/ractitioner-susan-social">Susan Social</a></li><li>Managing Organization: <a href="Organization-stjames.html">St. James</a></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 url="ombCategory">
      <valueCoding>
        <system value="urn:oid:2.16.840.1.113883.6.238"/>
        <code value="1002-5"/>
        <display value="American Indian or Alaska Native"/>
      </valueCoding>
    </extension>
    <extension url="ombCategory">
      <valueCoding>
        <system value="urn:oid:2.16.840.1.113883.6.238"/>
        <code value="2028-9"/>
        <display value="Asian"/>
      </valueCoding>
    </extension>
    <extension url="detailed">
      <valueCoding>
        <system value="urn:oid:2.16.840.1.113883.6.238"/>
        <code value="2036-2"/>
        <display value="Filipino"/>
      </valueCoding>
    </extension>
    <extension url="text">
      <valueString value="Mixed"/>
    </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="F"/>
  </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="1042501"/>
  </identifier>
  <active value="true"/>
  <name>
    <family value="SMITH"/>
    <given value="JENNIFER"/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="555-555-5555"/>
    <use value="home"/>
  </telecom>
  <gender value="female"/>
  <birthDate value="2005-02-20"/>
  <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>
  <generalPractitioner>
    <reference value="Practitioner/ractitioner-susan-social"/>
    <display value="Susan Social"/>
  </generalPractitioner>
  <managingOrganization>🔗 
    <reference value="Organization/stjames"/>
    <display value="St. James"/>
  </managingOrganization>
</Patient>