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

FHIR IG analytics

Packageehealth4u.package
Resource TypeAllergyIntolerance
Id4. Drug Intolerance - 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",
  "id": "cyehrallergyintolerance-neomycin-alexisioannou-18-02-2020",
  "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": "intolerance",
  "_type": {
    "extension": [
      {
        "url": "http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-ext-extracode",
        "valueCodeableConcept": {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "29544009",
              "display": "Intolerance"
            }
          ]
        }
      }
    ]
  },
  "category": [
    "medication"
  ],
  "criticality": "low",
  "code": {
    "coding": [
      {
        "system": "http://www.whocc.no/atc",
        "code": "A01AB08",
        "display": "neomycin"
      }
    ]
  },
  "patient": {
    "reference": "Patient/194315"
  },
  "encounter": {
    "reference": "Encounter/194316"
  },
  "onsetDateTime": "1999-11-17",
  "recorder": {
    "reference": "PractitionerRole/194313"
  },
  "reaction": [
    {
      "manifestation": [
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "23924001",
              "display": "Tight chest"
            }
          ]
        }
      ],
      "description": "Tight chest",
      "onset": "1999-11-17",
      "severity": "mild",
      "_severity": {
        "extension": [
          {
            "url": "http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-ext-extracode",
            "valueCodeableConcept": {
              "coding": [
                {
                  "system": "http://snomed.info/sct",
                  "code": "255604002",
                  "display": "Mild"
                }
              ]
            }
          }
        ]
      }
    }
  ]
}