FHIR IG analytics| Package | johnmoehrke.correction.example |
| Resource Type | AllergyIntolerance |
| Id | AllergyIntolerance-ex-allergy-corrected.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: AllergyIntolerance ex-allergy-corrected
Security Label: test health data (Details: ActReason code HTEST = 'test health data')
clinicalStatus: Active
verificationStatus: Confirmed
type: Allergy
category: Food
code: Allergy to peanuts
patient: http://example.org/Patient/ex-patient
onset: 2023-01-15 10:00:00+0000
{
"resourceType": "AllergyIntolerance",
"id": "ex-allergy-corrected",
"meta": {
"security": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"code": "HTEST"
}
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"clinicalStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
"code": "active"
}
]
},
"verificationStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
"code": "confirmed"
}
]
},
"type": "allergy",
"category": [
"food"
],
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "235719002"
}
],
"text": "Allergy to peanuts"
},
"patient": {
"reference": "http://example.org/Patient/ex-patient"
},
"onsetDateTime": "2023-01-15T10:00:00Z"
}