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
{
"resourceType" : "Observation",
"id" : "AllergyObservationExample7",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation AllergyObservationExample7</b></p><a name=\"AllergyObservationExample7\"> </a><a name=\"hcAllergyObservationExample7\"> </a><a name=\"AllergyObservationExample7-en-US\"> </a><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 6158-0}, {http://snomed.info/sct 392475005}\">Latex IgE Ab [Units/volume] in Serum</span></p><p><b>subject</b>: <a href=\"Patient-PatientExample7.html\">Mildred Ratched Female, DoB: 1962-08-12 ( Medical Record Number: 12345654321\u00a0(use:\u00a0usual,\u00a0period:\u00a02001-05-06 --> (ongoing)))</a></p><p><b>value</b>: >100 k[IU]/L<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codek[IU]/L = 'k[IU]/L')</span></p><p><b>interpretation</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation high}\">High</span></p><p><b>specimen</b>: <a href=\"Specimen-AllergySpecimenExample7.html\">Specimen: type = Serum specimen</a></p></div>"
},
"status" : "final",
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/observation-category",
"code" : "laboratory",
"display" : "Laboratory"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "6158-0",
"display" : "Latex IgE Ab [Units/volume] in Serum"
},
{
"system" : "http://snomed.info/sct",
"code" : "392475005",
"display" : "Hevea brasiliensis specific immunoglobulin E antibody measurement (procedure)"
}
]
},
"subject" : {
🔗 "reference" : "Patient/PatientExample7"
},
"valueQuantity" : {
"value" : 100,
"comparator" : ">",
"system" : "http://unitsofmeasure.org",
"code" : "k[IU]/L"
},
"interpretation" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
"code" : "high",
"display" : "High"
}
]
}
],
"specimen" : {
🔗 "reference" : "Specimen/AllergySpecimenExample7"
}
}