FHIR IG analytics| Package | hl7.fhir.au.base |
| Resource Type | AllergyIntolerance |
| Id | AllergyIntolerance-example3.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: AllergyIntolerance example3
Profile: AU Base AllergyIntolerance
clinicalStatus: Active
verificationStatus: Confirmed
code: No known allergy
patient: John Smith
recordedDate: 2010-06-11
asserter: Helen Mayo
{
"resourceType": "AllergyIntolerance",
"id": "example3",
"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"
}
]
},
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "716186003",
"display": "No known allergy"
}
]
},
"patient": {
"reference": "Patient/example3",
"display": "John Smith"
},
"recordedDate": "2010-06-11",
"asserter": {
"reference": "Practitioner/example0",
"display": "Helen Mayo"
}
}