FHIR IG analytics| Package | hl7.fhir.au.base |
| Resource Type | AllergyIntolerance |
| Id | AllergyIntolerance-example2.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: AllergyIntolerance example2
Profile: AU Base AllergyIntolerance
clinicalStatus: Active
verificationStatus: Confirmed
type: Intolerance
category: Food
code: Intolerance to lactose
patient: Suzanne Simmons
onset: 1 year (Details: UCUM codea = 'a')
recordedDate: 2009-10-09
asserter: Francis Fernando
reaction
substance: Lactose
manifestation: Abdominal pain, Abdominal bloating, Diarrhoea
{
"resourceType": "AllergyIntolerance",
"id": "example2",
"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": "intolerance",
"category": [
"food"
],
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "782415009",
"display": "Intolerance to lactose"
}
]
},
"patient": {
"reference": "Patient/example4",
"display": "Suzanne Simmons"
},
"onsetAge": {
"value": 1,
"unit": "year",
"system": "http://unitsofmeasure.org",
"code": "a"
},
"recordedDate": "2009-10-09",
"asserter": {
"reference": "Practitioner/example3",
"display": "Francis Fernando"
},
"reaction": [
{
"substance": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "47703008",
"display": "Lactose"
}
]
},
"manifestation": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "21522001",
"display": "Abdominal pain"
}
]
},
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "116289008",
"display": "Abdominal bloating"
}
]
},
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "62315008",
"display": "Diarrhoea"
}
]
}
]
}
]
}