Implementation Guide Release 0.2.0

This page is part of the Pharmacist Care Plan FHIR IG (v0.2.0: STU 1 Draft) based on FHIR v3.1.0. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions

XML Format: Patient-phcp-patient-example

Raw xml


<Patient xmlns="http://hl7.org/fhir">
  <id value="phcp-patient-example"/>
  <meta>
    <versionId value="2"/>
    <lastUpdated value="2019-03-20T23:31:16.000-04:00"/>
    <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>Generated Narrative with Details</b>
            </p>
            <p>
                <b>id</b>: example
            
            </p>
            <p>
                <b>identifier</b>: Medical Record Number = 1032702 (USUAL)
            
            </p>
            <p>
                <b>active</b>: true
            
            </p>
            <p>
                <b>name</b>: Amy V. Shaw 
            
            </p>
            <p>
                <b>telecom</b>: ph: 555-555-5555(HOME), amy.shaw@example.com
            
            </p>
            <p>
                <b>gender</b>: Female
            
            </p>
            <p>
                <b>birthDate</b>: Feb 20, 2007
            
            </p>
            <p>
                <b>address</b>: 49 Meadow St Mounds OK 74047 US 
            
            </p>
        </div>
  </text>
  <identifier>
    <use value="usual"/>
    <system value="http://hospital.smarthealthit.org"/>
    <value value="1032702"/>
  </identifier>
  <active value="true"/>
  <name>
    <family value="Shaw"/>
    <given value="Amy"/>
    <given value="V."/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="555-555-5555"/>
    <use value="home"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="amy.shaw@example.com"/>
  </telecom>
  <gender value="female"/>
  <birthDate value="2007-02-20"/>
  <address>
    <line value="49 Meadow St"/>
    <city value="Mounds"/>
    <state value="OK"/>
    <postalCode value="74047"/>
    <country value="US"/>
  </address>
</Patient>