FHIR IG analytics| Package | hl7.fhir.au.core |
| Resource Type | AllergyIntolerance |
| Id | AllergyIntolerance-lactose.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: AllergyIntolerance lactose
Profile: AU Core AllergyIntolerance
clinicalStatus: Active
verificationStatus: Confirmed
code: Intolerance to lactose
onset: 2022
recordedDate: 2023-03-14
recorder: PractitionerRole General practitioner
reaction
manifestation: Abdominal pain, Abdominal bloating, Diarrhoea
severity: Mild
{
"resourceType": "AllergyIntolerance",
"id": "lactose",
"meta": {
"profile": [
"http://hl7.org.au/fhir/core/StructureDefinition/au-core-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"
}
]
},
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "782415009",
"display": "Intolerance to lactose"
}
]
},
"patient": {
"reference": "Patient/banks-mia-leanne"
},
"onsetDateTime": "2022",
"recordedDate": "2023-03-14",
"recorder": {
"reference": "PractitionerRole/bobrester-bob-gp"
},
"reaction": [
{
"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"
}
]
}
],
"severity": "mild"
}
]
}