FHIR IG analytics| Package | stjohn.ambulance-care-summary |
| Resource Type | AllergyIntolerance |
| Id | AllergyIntolerance-acs-cda-allergy-nka.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: AllergyIntolerance acs-cda-allergy-nka
Profile: ACS Allergy / Intolerance
clinicalStatus: Inactive
code: No known allergy
note:
NKA
{
"resourceType": "AllergyIntolerance",
"id": "acs-cda-allergy-nka",
"meta": {
"profile": [
"https://fhir-ig.digital.health.nz/ambulance-care-summary/StructureDefinition/acs-allergy-intolerance"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"clinicalStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
"code": "inactive"
}
]
},
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "716186003",
"display": "No known allergy"
}
]
},
"patient": {
"reference": "Patient/acs-cda-patient-bob"
},
"note": [
{
"text": "NKA"
}
]
}