FHIR IG analytics| Package | hl7.fhir.us.dental-data-exchange |
| Resource Type | AllergyIntolerance |
| Id | AllergyIntolerance-Allergy-example-dental.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: AllergyIntolerance Allergy-example-dental
version: 4; Last updated: 2020-08-06 17:04:21+0000;
Information Source: #E8CdDQ0mBY5KkSU9
Profile: US Core AllergyIntolerance Profile
clinicalStatus: Active
verificationStatus: Confirmed
category: Medication
criticality: High Risk
code: Penicillin G (Ingredient)
patient: Patient A
onset: 1998-05-01
{
"resourceType": "AllergyIntolerance",
"id": "Allergy-example-dental",
"meta": {
"versionId": "4",
"lastUpdated": "2020-08-06T17:04:21.858+00:00",
"source": "#E8CdDQ0mBY5KkSU9",
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-allergyintolerance"
]
},
"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": "confirmed"
}
]
},
"category": [
"medication"
],
"criticality": "high",
"code": {
"coding": [
{
"system": "http://www.nlm.nih.gov/research/umls/rxnorm",
"code": "7980",
"display": "Penicillin G"
}
],
"text": "Penicillin G (Ingredient)"
},
"patient": {
"reference": "Patient/example-dental",
"display": "Patient A"
},
"onsetDateTime": "1998-05-01"
}