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
<Observation xmlns="http://hl7.org/fhir">
<id value="AllergyObservationExample1-1"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Observation AllergyObservationExample1-1</b></p><a name="AllergyObservationExample1-1"> </a><a name="hcAllergyObservationExample1-1"> </a><a name="AllergyObservationExample1-1-en-US"> </a><p><b>status</b>: Final</p><p><b>category</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/observation-category exam}">Exam</span></p><p><b>code</b>: <span title="Codes:{http://snomed.info/sct 271303006}">Skin exam</span></p><p><b>value</b>: <span title="Codes:{http://snomed.info/sct 247472004}">Hives</span></p><p><b>bodySite</b>: <span title="Codes:{http://snomed.info/sct 39937001}">Skin, generalized</span></p></div>
</text>
<status value="final"/>
<category>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/observation-category"/>
<code value="exam"/>
<display value="Exam"/>
</coding>
</category>
<code>
<coding>
<system value="http://snomed.info/sct"/>
<code value="271303006"/>
<display value="Examination of skin (procedure)"/>
</coding>
<text value="Skin exam"/>
</code>
<valueCodeableConcept>
<coding>
<system value="http://snomed.info/sct"/>
<code value="247472004"/>
<display value="Wheal (finding)"/>
</coding>
<text value="Hives"/>
</valueCodeableConcept>
<bodySite>
<coding>
<system value="http://snomed.info/sct"/>
<code value="39937001"/>
<display value="Skin structure (body structure)"/>
</coding>
<text value="Skin, generalized"/>
</bodySite>
</Observation>