FHIR R4 AllergyIntolerance

This resource conforms to the resources US-Core StructureDefinition.

Request

GET [base]/fhir/AllergyIntolerance/[id]

Parameters

Name Description Optional?
id The resources external ID false

Response

{
    "id": 327,
    "meta": {
        "lastUpdated": "2020-10-16T00:00:00+00:00",
        "profile": [
            "http://hl7.org/fhir/us/core/StructureDefinition/us-core-allergyintolerance"
        ]
    },
    "verificationStatus": {
        "coding": [
            {
                "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status",
                "code": "confirmed",
                "display": "Confirmed"
            }
        ],
        "text": "Confirmed"
    },
    "code": {
        "coding": [
            {
                "system": "http://www.nlm.nih.gov/research/umls/rxnorm",
                "code": "0000000005",
                "display": "Acetaminophen"
            }
        ],
        "text": "Acetaminophen"
    },
    "patient": {
        "reference": "Patient/a3a2e697-3035-4d9e-a7d5-73f9f567bdaa",
        "type": "patient",
        "display": "Blitzenberg, Wolf"
    },
    "onsetDateTime": "2020-10-16",
    "recordedDate": "2020-10-16",
    "note": [
        {
            "text": "Headaches"
        }
    ],
    "reaction": [
        {
            "manifestation": [
                {
                    "coding": [
                        {
                            "system": "http://terminology.hl7.org/CodeSystem/MGPI",
                            "code": "0000000005",
                            "display": "Headaches"
                        }
                    ],
                    "text": "Headaches"
                },
                {
                    "coding": [
                        {
                            "system": "http://snomed.info/sct",
                            "code": "0000000005"
                        }
                    ]
                }
            ],
            "description": "Acetaminophen",
            "onset": "2020-10-16",
            "severity": "moderate"
        }
    ],
    "resourceType": "AllergyIntolerance"
}