Get an allergy intolerance by ID

get

/AllergyIntolerance/{ID}

Retrieves an individual allergy intolerance by the associated ID.

Authorization Types

This operation supports the following authorization types:

Request

Path Parameters
Header Parameters
Back to Top

Response

Supported Media Types

Default Response

Example retrieval.
Example Request:
GET https://fhir-open.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/AllergyIntolerance/12760025
Example Response:
{
    'resourceType': 'AllergyIntolerance',
    'id': '12760025',
    'meta': {
      'versionId': '12760025',
      'lastUpdated': '2020-03-04T20:16:02Z'
    },
    'text': {
      'status': 'generated',
      'div': '<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Allergy Intolerance</b></p><p><b>Patient</b>: SMART, SANDY A</p><p><b>Allergy</b>: Eggs (edible) (substance)</p><p><b>Verification Status</b>: Confirmed</p><p><b>Clinical Status</b>: Active</p><p><b>Criticality</b>: High Risk</p><p><b>Category</b>: Food</p><p><b>Reactions</b>: Breathing abnormal</p><p><b>Onset</b>: Dec 14, 2019  6:00 P.M. CST</p></div>'
    },
    'clinicalStatus': {
      'coding': [
        {
          'system': 'http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical',
          'code': 'active',
          'display': 'Active'
        }
      ],
      'text': 'Active'
    },
    'verificationStatus': {
      'coding': [
        {
          'system': 'http://terminology.hl7.org/CodeSystem/allergyintolerance-verification',
          'code': 'confirmed',
          'display': 'Confirmed'
        }
      ],
      'text': 'Active'
    },
    'type': 'allergy',
    'category': [
      'food'
    ],
    'criticality': 'high',
    'code': {
      'coding': [
        {
          'system': 'http://snomed.info/sct',
          'code': '102263004',
          'display': 'Eggs (edible) (substance)'
        }
      ],
      'text': 'Egg'
    },
    'patient': {
      'reference': 'Patient/12742399',
      'display': 'SMART, SANDY A'
    },
    'encounter': {
      'reference': 'Encounter/97953523'
    },
    'onsetDateTime': '2019-12-15T00:00:00Z',
    '_onsetDateTime': {
      'extension': [
        {
          'url': 'https://fhir-ehr.cerner.com/StructureDefinition/precision',
          'valueCodeableConcept': {
            'coding': [
              {
                'system': 'https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/25320',
                'code': '639011',
                'display': 'After',
                'userSelected': true
              }
            ],
            'text': 'After'
          }
        }
      ]
    },
    'recordedDate': '2020-03-04T20:16:02Z',
    'recorder': {
      'reference': 'Practitioner/12724045',
      'display': 'Graham, Joshua'
    },
    'reaction': [
      {
        'id': '12760027',
        'manifestation': [
          {
            'coding': [
              {
                'system': 'http://snomed.info/sct',
                'code': '386813002',
                'display': 'Abnormal breathing (finding)'
              }
            ],
            'text': 'Breathing abnormal'
          }
        ]
      }
    ]
  }
Headers
  • Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, provide the X-Request-Id, if present.
  • Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, provide the opc-Request-Id, if present.

x-with-nil-clinicalStatus Response

Example retrieval of an allergy intolerance record with a missing clinicalStatus.
Example Request:
GET https://fhir-ehr.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/AllergyIntolerance/AllergyIntolerance/14891943
Example Response:
{
      "resourceType": "OperationOutcome",
      "issue": [
          {
              "severity": "error",
              "code": "not-found",
              "details": {
                  "text": "AllergyIntolerance.clinicalStatus is missing"
              }
          }
      ]
  }
Headers
  • Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, provide the X-Request-Id, if present.
  • Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, provide the opc-Request-Id, if present.

x-with-patient-auth-confirmed Response

Example retrieval of an allergy intolerance record with a confirmed status.
Example Request:
GET https://fhir-ehr.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/AllergyIntolerance/12760025
Example Response:
{
    "resourceType": 'AllergyIntolerance',
    "id": '12766993',
    "meta": {
      "versionId": '12766993',
      "lastUpdated": '2020-10-14T19:24:57Z'
    },
    "text": {
      "status": 'generated',
      "div": '<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Allergy Intolerance</b></p><p><b>Patient</b>: SMART, NANCY</p><p><b>Verification Status</b>: Entered in Error</p></div>'
    },
    "clinicalStatus": {
      "coding": [
        {
          "system": 'http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical',
          "code": 'active',
          "display": 'Active'
        }
      ],
      "text": 'Active'
    },
    "verificationStatus": {
      "coding": [
        {
          "system": 'http://terminology.hl7.org/CodeSystem/allergyintolerance-verification',
          "code": 'confirmed',
          "display": 'Confirmed'
        }
      ],
      "text": 'Active'
    },
    "type": 'allergy',
    "category": [
      'medication'
    ],
    "criticality": 'high',
    "code": {
      "coding": [
        {
          "system": 'http://snomed.info/sct',
          "code": '5711000146109',
          "display": 'Penicillium brevicompactum (organism)'
        }
      ],
      "text": 'Penicillium brevicompactum'
    },
    "patient": {
      "reference": 'Patient/12724066',
      "display": 'SMART, NANCY'
    },
    "encounter": {
      "reference": 'Encounter/97955410'
    },
    "recordedDate": '2020-10-14T19:24:57Z'
  }
Headers
  • Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, provide the X-Request-Id, if present.
  • Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, provide the opc-Request-Id, if present.

x-with-patient-auth-inerrored Response

Example retrieval of an allergy intolerance record with an Entered in Error status.
Example Request:
GET https://fhir-ehr.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/AllergyIntolerance/12760051
Example Response:
{
    "resourceType": 'AllergyIntolerance',
    "id": '12760051',
    "meta": {
      "versionId": '12765897',
      "lastUpdated": '2020-09-21T07:48:43Z'
    },
    "text": {
      "status": 'generated',
      "div": '<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Allergy Intolerance</b></p><p><b>Patient</b>: SMART, NANCY</p><p><b>Verification Status</b>: Entered in Error</p></div>'
    },
    "verificationStatus": {
      "coding": [
        {
          "system": 'http://terminology.hl7.org/CodeSystem/allergyintolerance-verification',
          "code": 'entered-in-error',
          "display": 'Entered in Error'
        }
      ],
      "text": 'Canceled'
    },
    "code": {
      "coding": [
        {
          "system": 'http://terminology.hl7.org/CodeSystem/data-absent-reason',
          "code": 'error',
          "display": 'Error'
        }
      ],
      "text": 'Error'
    },
    "patient": {
      "reference": 'Patient/12724066',
      "display": 'SMART, NANCY'
    }
  }
Headers
  • Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, provide the X-Request-Id, if present.
  • Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, provide the opc-Request-Id, if present.
Back to Top