FHIR IG analytics| Package | synapxe.nehr |
| Resource Type | AllergyIntolerance |
| Id | AllergyIntoleranceCreateRequest.json |
| FHIR Version | R5 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "AllergyIntolerance",
"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": {
"coding": [
{
"system": "http://hl7.org/fhir/allergy-intolerance-type",
"code": "allergy",
"display": "Allergy"
}
]
},
"category": [
"medication"
],
"code": {
"coding": [
{
"system": "https://fhir.synapxe.sg/CodeSystem/medication-list",
"code": "7980",
"display": "Penicillin"
}
]
},
"patient": {
"reference": "Patient/example"
},
"reaction": [
{
"manifestation": [
{
"concept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "271807003",
"display": "Rash"
}
]
}
}
],
"severity": "moderate"
}
]
}