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