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

FHIR IG analytics

Packageehealth4u.package
Resource TypeAllergyIntolerance
IdAllergy intolerance - maria Iosif.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-mariaiosif18-02-2020",
  "meta": {
    "profile": [
      "http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-sd-allergyintorelrance-r4"
    ]
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/uv/ips/StructureDefinition/abatement-dateTime-uv-ips",
      "valueDateTime": "2010"
    }
  ],
  "clinicalStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
        "code": "inactive",
        "display": "Inactive"
      }
    ]
  },
  "verificationStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
        "code": "confirmed",
        "display": "Confirmed"
      }
    ]
  },
  "type": "allergy",
  "_type": {
    "extension": [
      {
        "url": "http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-ext-extracode",
        "valueCodeableConcept": {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "416098002",
              "display": "Drug allergy"
            }
          ]
        }
      }
    ]
  },
  "category": [
    "medication"
  ],
  "criticality": "high",
  "code": {
    "coding": [
      {
        "system": "http://www.whocc.no/atc",
        "code": "A01AB",
        "display": "Antiinfectives and antiseptics for local oral treatment"
      }
    ]
  },
  "patient": {
    "reference": "Patient/cyehrpatient-mariaiosif"
  },
  "encounter": {
    "reference": "Encounter/cyehrencounter-mariaiosifANDhelenegeorgiou18-02-2020"
  },
  "onsetDateTime": "2008-11-08",
  "recordedDate": "2008-11-09T14:58:00+11:00",
  "recorder": {
    "reference": "PractitionerRole/cyehrpractitionerrole-dr-helengeorgiou"
  },
  "asserter": {
    "reference": "PractitionerRole/cyehrpractitionerrole-dr-helengeorgiou"
  },
  "lastOccurrence": "2008-11-08",
  "note": [
    {
      "text": "Allergy to Antiinfectives and antiseptics for local oral treatment and systemic symptoms."
    }
  ],
  "reaction": [
    {
      "manifestation": [
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "702809001",
              "display": "Drug reaction with eosinophilia and systemic symptoms"
            }
          ]
        }
      ],
      "description": "Drug reaction with antiinfectives and systemic symptoms to local oral treatment drug",
      "onset": "2008-11-08",
      "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"
                }
              ]
            }
          }
        ]
      },
      "exposureRoute": {
        "coding": [
          {
            "system": "http://standardterms.edqm.eu",
            "code": "20053000",
            "display": "Oral use"
          }
        ]
      }
    }
  ]
}