FHIR IG analytics| Package | fhir.argonaut.r2 |
| Resource Type | AllergyIntolerance |
| Id | AllergyIntolerance-23.json |
| FHIR Version | R2 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative with Details
id: 23
meta:
recordedDate: 01/01/2000
substance: sulfonamide antibacterial (Details : {http://rxnav.nlm.nih.gov/REST/Ndfrt code 'N0000175503' = 'N0000175503', given as 'sulfonamide antibacterial'})
status: confirmed
criticality: CRITL
category: medication
| - | Manifestation | Severity |
| * | skin rash (Details : {SNOMED CT code '271807003' = 'Eruption of skin (disorder)', given as 'skin rash'}) | mild |
{
"resourceType": "AllergyIntolerance",
"id": "23",
"meta": {
"profile": [
"http://fhir.org/guides/argonaut/StructureDefinition/argo-allergyintolerance"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"recordedDate": "2000",
"patient": {
"reference": "Patient/peter-chalmers"
},
"substance": {
"coding": [
{
"system": "http://rxnav.nlm.nih.gov/REST/Ndfrt",
"code": "N0000175503",
"display": "sulfonamide antibacterial"
}
],
"text": "sulfonamide antibacterial"
},
"status": "confirmed",
"criticality": "CRITL",
"category": "medication",
"reaction": [
{
"manifestation": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "271807003",
"display": "skin rash"
}
],
"text": "skin rash"
}
],
"severity": "mild"
}
]
}