FHIR IG analytics| Package | hl7.fhir.au.base |
| Resource Type | AllergyIntolerance |
| Id | AllergyIntolerance-example0.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: AllergyIntolerance example0
Profile: AU Base AllergyIntolerance
clinicalStatus: Active
verificationStatus: Confirmed
type: Allergy
code: Ibuprofen
patient: Harry DAN
onset: 2016-03-07
recorder: Dr Helen Mayo
| Manifestation |
| Urticaria |
{
"resourceType": "AllergyIntolerance",
"id": "example0",
"meta": {
"profile": [
"http://hl7.org.au/fhir/StructureDefinition/au-allergyintolerance"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"clinicalStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
"code": "active",
"display": "Active"
}
]
},
"verificationStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
"code": "confirmed",
"display": "Confirmed"
}
]
},
"type": "allergy",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "387207008",
"display": "Ibuprofen"
}
]
},
"patient": {
"reference": "Patient/example1",
"display": "Harry DAN"
},
"onsetDateTime": "2016-03-07",
"recorder": {
"reference": "Practitioner/example0",
"display": "Dr Helen Mayo"
},
"reaction": [
{
"manifestation": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "126485001",
"display": "Urticaria"
}
]
}
]
}
]
}