FHIR IG analytics| Package | example.fhir.ph.roadsafety |
| Resource Type | AllergyIntolerance |
| Id | AllergyIntolerance-rs-example-allergy.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "AllergyIntolerance",
"id": "rs-example-allergy",
"meta": {
"profile": [
"https://build.fhir.org/ig/UPM-NTHC/PH-RoadSafetyIG/StructureDefinition/rs-allergy-intolerance"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"clinicalStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
"code": "active"
}
]
},
"verificationStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
"code": "unconfirmed"
}
]
},
"code": {
"text": "Allergy to peanuts"
},
"patient": {
"reference": "Patient/rs-example-patient"
}
}