2nd DSTU Draft For Comment

This page is part of the FHIR Specification (v0.4.0: DSTU 2 Draft). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3 R2

Allergyintolerance-medication.json

Raw JSON (canonical form)

A typical Medication allergy from a clinical system

{
  "resourceType": "AllergyIntolerance",
  "id": "medication",
  "recordedDate": "2010-03-01",
  "recorder": {
    "reference": "Practitioner/13"
  },
  "subject": {
    "reference": "Patient/example"
  },
  "substance": {
    "coding": [
      {
        "system": "http://www.nlm.nih.gov/research/umls/rxnorm",
        "code": "314422",
        "display": "ALLERGENIC EXTRACT, PENICILLIN"
      }
    ]
  },
  "status": "unconfirmed",
  "criticality": "high",
  "category": "medication",
  "event": [
    {
      "manifestation": [
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "247472004",
              "display": "Hives"
            }
          ]
        }
      ]
    }
  ]
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.