FHIR IG analytics| Package | snomed-ig |
| Resource Type | Observation |
| Id | Observation-AllergyObservationExample5.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation AllergyObservationExample5
status: Final
category: Laboratory
code: American house dust mite IgE Ab [Units/volume] in Serum
value: 59.1 k[IU]/L (Details: UCUM codek[IU]/L = 'k[IU]/L')
interpretation: High
specimen: Specimen: type = Serum specimen
{
"resourceType": "Observation",
"id": "AllergyObservationExample5",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "laboratory",
"display": "Laboratory"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "6095-4",
"display": "American house dust mite IgE Ab [Units/volume] in Serum"
},
{
"system": "http://snomed.info/sct",
"code": "388810005",
"display": "Dermatophagoides farinae specific immunoglobulin E antibody measurement (procedure)"
}
]
},
"subject": {
"reference": "Patient/PatientExample1"
},
"valueQuantity": {
"value": 59.1,
"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/AllergySpecimenExample5"
}
}