FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageehealth4u.package
Resource TypeAllergyIntolerance
Id5. Drug Allergy - Alexis Ioannou - IPS.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "AllergyIntolerance",
  "meta": {
    "profile": [
      "http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-sd-allergyintorelrance-r4"
    ]
  },
  "clinicalStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
        "code": "active",
        "display": "active"
      }
    ]
  },
  "type": "allergy",
  "_type": {
    "extension": [
      {
        "url": "http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-ext-extracode",
        "valueCodeableConcept": {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "609328004",
              "display": "Allergic disposition"
            }
          ]
        }
      }
    ]
  },
  "category": [
    "medication"
  ],
  "criticality": "high",
  "code": {
    "coding": [
      {
        "system": "http://www.whocc.no/atc",
        "code": "A01AB05",
        "display": "polynoxylin"
      }
    ]
  },
  "patient": {
    "reference": "Patient/194315"
  },
  "encounter": {
    "reference": "Encounter/194316"
  },
  "onsetDateTime": "2000-09-14",
  "recorder": {
    "reference": "PractitionerRole/194313"
  },
  "reaction": [
    {
      "manifestation": [
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "162290004",
              "display": "Dry eyes"
            }
          ]
        }
      ],
      "description": "Dry eyes",
      "onset": "2000-09-14",
      "severity": "moderate",
      "_severity": {
        "extension": [
          {
            "url": "http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-ext-extracode",
            "valueCodeableConcept": {
              "coding": [
                {
                  "system": "http://snomed.info/sct",
                  "code": "371923003",
                  "display": "Mild to moderate"
                }
              ]
            }
          }
        ]
      }
    }
  ]
}