FHIR IG analytics| Package | hl7.fhir.au.base |
| Resource Type | AllergyIntolerance |
| Id | AllergyIntolerance-example1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: AllergyIntolerance example1
Profile: AU Base AllergyIntolerance
clinicalStatus: Active
verificationStatus: Unconfirmed
type: Allergy
category: Food
code: Allergy to egg protein
patient: Sally Grant
onset: 4 year (Details: UCUM codea = 'a')
recordedDate: 2018-03-07
asserter: Sally Grant
reaction
manifestation: Hives, Nausea, Vomiting
{
"resourceType": "AllergyIntolerance",
"id": "example1",
"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": "unconfirmed",
"display": "Unconfirmed"
}
]
},
"type": "allergy",
"category": [
"food"
],
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "213020009",
"display": "Allergy to egg protein"
}
]
},
"patient": {
"reference": "Patient/example2",
"display": "Sally Grant"
},
"onsetAge": {
"value": 4,
"unit": "year",
"system": "http://unitsofmeasure.org",
"code": "a"
},
"recordedDate": "2018-03-07",
"asserter": {
"reference": "Patient/example2",
"display": "Sally Grant"
},
"reaction": [
{
"manifestation": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "247472004",
"display": "Hives"
}
]
},
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "422587007",
"display": "Nausea"
}
]
},
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "422400008",
"display": "Vomiting"
}
]
}
]
}
]
}