FHIR IG analytics| Package | snomed-ig |
| Resource Type | Observation |
| Id | Observation-AllergyObservationExample2.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation AllergyObservationExample2
status: Final
category: Procedure
code: Type 1 hypersensitivity skin test (procedure)
value: Positive (qualifier value)
bodySite: Skin
{
"resourceType": "Observation",
"id": "AllergyObservationExample2",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "procedure",
"display": "Procedure"
}
]
}
],
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "252515007",
"display": "Type 1 hypersensitivity skin test (procedure)"
}
]
},
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "10828004",
"display": "Positive (qualifier value)"
}
]
},
"bodySite": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "39937001",
"display": "Skin structure (body structure)"
}
],
"text": "Skin"
}
}