FHIR IG analytics| Package | johnmoehrke.correction.example |
| Resource Type | Observation |
| Id | Observation-ex-observation-food.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation ex-observation-food
Security Label: test health data (Details: ActReason code HTEST = 'test health data')
identifier: http://example.org/observation-identifiers/obs-food-allergy-001
status: Final
category: Allergy
code: Allergy to food
subject: John Schmidt Other, DoB: 1923-07-25 ( http://example.org/mrn#123456)
effective: 2023-01-15 10:00:00+0000
performer: http://example.org/Practitioner/ex-practitioner
value: Allergy to peanuts
interpretation: Abnormal
note:
Patient has a known allergy to peanuts. Avoid all peanut-containing products.
{
"resourceType": "Observation",
"id": "ex-observation-food",
"meta": {
"security": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"code": "HTEST"
}
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://example.org/observation-identifiers",
"value": "obs-food-allergy-001"
}
],
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "symptom"
}
],
"text": "Allergy"
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "48765-2"
}
],
"text": "Allergy to food"
},
"subject": {
"reference": "Patient/ex-patient"
},
"effectiveDateTime": "2023-01-15T10:00:00Z",
"performer": [
{
"reference": "http://example.org/Practitioner/ex-practitioner"
}
],
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "235719002"
}
],
"text": "Allergy to peanuts"
},
"interpretation": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
"code": "A"
}
],
"text": "Abnormal"
}
],
"note": [
{
"text": "Patient has a known allergy to peanuts. Avoid all peanut-containing products."
}
]
}