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" : "AllergyObservationExample6",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation AllergyObservationExample6</b></p><a name=\"AllergyObservationExample6\"> </a><a name=\"hcAllergyObservationExample6\"> </a><a name=\"AllergyObservationExample6-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 58778-2}, {http://snomed.info/sct 445354008}\">Peanut recombinant (rAra h) 2 IgE Ab [Units/volume] in Serum</span></p><p><b>subject</b>: <a href=\"Patient-PatientExample1.html\">Johnny B. Goode Male, DoB: 1958-01-06 ( Medical Record Number: 1234567890\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-AllergySpecimenExample6.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" : "58778-2",
"display" : "Peanut recombinant (rAra h) 2 IgE Ab [Units/volume] in Serum"
},
{
"system" : "http://snomed.info/sct",
"code" : "445354008",
"display" : "Measurement of Ara h 2 immunoglobulin E (procedure)"
}
]
},
"subject" : {
🔗 "reference" : "Patient/PatientExample1"
},
"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/AllergySpecimenExample6"
}
}