AllergyIntolerance

See FHIR specification

Semantical type

The FHIR resource type is also used as semantical type of the resource. Include the FHIR resource name AllergyIntolerance into your applications access filter if you need to use this resource.

Resource owner

If the resource contains a patient which is a Patient or Practitioner that user is the owner of the resource. Otherwise the creator of the resource is the owner.

Default value for “patient”

If a resource with no patient field is send to MIDATA, the backend will set the patient to the current user.

Read

Read a single AllergyIntolerance by id.

Request:

[GET] /fhir/AllergyIntolerance/<id>

Read specific version

Read a specific version of a single AllergyIntolerance by id.

Request:

[GET] /fhir/AllergyIntolerance/<id>/_history/<version>

Retrieve history

Retrieve all versions of a single resource.

Request:

[GET] /fhir/AllergyIntolerance/<id>/_history

Search for resources of type AllergyIntolerance

Request:

[GET] /fhir/AllergyIntolerance?searchParams

List of supported search parameters:

Supported query parameters:

Name Type Description
_id string The resource identity
_lastUpdated date Only return resources which were last updated as specified by the given range
_page string  
asserter reference Source of the information about the allergy
category token food - medication - environment - biologic
clinical-status token active - inactive - resolved
code token Code that identifies the allergy or intolerance
criticality token low - high - unable-to-assess
date date Date record was believed accurate
identifier token External ids for this item
last-date date Date(/time) of last known occurrence of a reaction
manifestation token Clinical symptoms/signs associated with the Event
onset date Date(/time) when manifestations showed
patient reference Who the sensitivity is for
recorder reference Who recorded the sensitivity
route token How the subject was exposed to the substance
severity token mild - moderate - severe (of event as a whole)
type token allergy - intolerance - Underlying mechanism (if known)
verification-status token unconfirmed - confirmed - refuted - entered-in-error

Create

Create a new resource of type AllergyIntolerance.

Request:

[POST] /fhir/AllergyIntolerance

Update

Updates a resource of type AllergyIntolerance.

Request:

[PUT] /fhir/AllergyIntolerance/<id>