SNOMED CT Implementation Guide for FHIR
0.0.1 - CI Build
SNOMED CT Implementation Guide for FHIR, published by SNOMED on FHIR project group. This guide is not an authorized publication; it is the continuous build for version 0.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IHTSDO/snomed-ig/ and changes regularly. See the Directory of published versions
<Patient xmlns="http://hl7.org/fhir">
<id value="PatientExample7"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Patient PatientExample7</b></p><a name="PatientExample7"> </a><a name="hcPatientExample7"> </a><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">Mildred Ratched Female, DoB: 1962-08-12 ( Medical Record Number: 12345654321 (use: usual, period: 2001-05-06 --> (ongoing)))</p><hr/></div>
</text>
<identifier>
<use value="usual"/>
<type>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
<code value="MR"/>
<display value="Medical Record Number"/>
</coding>
</type>
<system value="urn:oid:1.2.36.146.595.217.0.1"/>
<value value="12345654321"/>
<period>
<start value="2001-05-06"/>
</period>
<assigner>
<display value="Acme Healthcare"/>
</assigner>
</identifier>
<name>
<family value="Ratched"/>
<given value="Mildred"/>
</name>
<gender value="female"/>
<birthDate value="1962-08-12"/>
</Patient>