Vital Signs with Qualifying Elements, published by HL7 International - Clinical Information Modeling Initiative. This guide is not an authorized publication; it is the continuous build for version 2.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/cimi-vital-signs/ and changes regularly. See the Directory of published versions
<Patient xmlns="http://hl7.org/fhir">
<id value="patient-example"/>
<meta>
<security>
<system value="http://example.org"/>
<code value="HTEST"/>
<display value="test health data"/>
</security>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Patient patient-example</b></p><a name="patient-example"> </a><a name="hcpatient-example"> </a><a name="patient-example-en-US"> </a><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">Amy V. Shaw Female, DoB: 1954-02-20 ( Medical Record Number: 1032702 (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><a href="mailto:amy.shaw@example.com">amy.shaw@example.com</a></li><li>49 Meadow St Mounds OK 74047 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 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="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="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://example.org"/>
<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>
<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="1954-02-20"/>
<address>
<line value="49 Meadow St"/>
<city value="Mounds"/>
<state value="OK"/>
<postalCode value="74047"/>
<country value="US"/>
</address>
</Patient>