PACIO Sample Data Depot
0.1.0 - draft
PACIO Sample Data Depot, published by MITRE. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/paciowg/sample-data-fsh/ and changes regularly. See the Directory of published versions
<Patient xmlns="http://hl7.org/fhir">
<id value="patient-VioletGartner01"/>
<meta>
<profile
value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"/>
</meta>
<language value="en-US"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US"><p class="res-header-id"><b>Generated Narrative: Patient patient-VioletGartner01</b></p><a name="patient-VioletGartner01"> </a><a name="hcpatient-VioletGartner01"> </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">Language: en-US</p><p style="margin-bottom: 0px">Profile: <a href="http://hl7.org/fhir/us/core/STU6.1/StructureDefinition-us-core-patient.html">US Core Patient Profile</a></p></div><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">Gartner, Violet Female, DoB: 2008-10-01 ( Social Security Number: SSN#111-45-6677)</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) 333-4444(Mobile)</li><li>15935 Mack Avenue, Detroit, MI 48224</li></ul></td></tr></table></div>
</text>
<identifier>
<type>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
<code value="SS"/>
<display value="Social Security Number"/>
</coding>
<text value="Social Security Number"/>
</type>
<system value="http://hl7.org/fhir/sid/us-ssn"/>
<value value="111-45-6677"/>
</identifier>
<active value="true"/>
<name>
<use value="usual"/>
<text value="Gartner, Violet"/>
<family value="Gartner"/>
<given value="Violet"/>
</name>
<telecom>
<system value="phone"/>
<value value="(555) 333-4444"/>
<use value="mobile"/>
</telecom>
<gender value="female"/>
<birthDate value="2008-10-01"/>
<address>
<text value="15935 Mack Avenue, Detroit, MI 48224"/>
<line value="15935 Mack Avenue"/>
<city value="Detroit"/>
<state value="MI"/>
<postalCode value="48224"/>
<country value="US"/>
</address>
</Patient>