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

FHIR IG analytics

Packageehealth4u.package
Resource TypeAllergyIntolerance
Id2. Food Allergy - Alexis Ioannou.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-banana-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": "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": [
    "food"
  ],
  "criticality": "high",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "256307007",
        "display": "Banana"
      }
    ]
  },
  "patient": {
    "reference": "Patient/cyehrpatient-alexisioannou"
  },
  "encounter": {
    "reference": "Encounter/cyehrencounter-alexisioannouANDhelenegeorgiou23-08-2015"
  },
  "onsetDateTime": "1991-02-23",
  "recorder": {
    "reference": "PractitionerRole/cyehrpractitionerrole-dr-helengeorgiou"
  },
  "reaction": [
    {
      "manifestation": [
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "43116000",
              "display": "Eczema"
            }
          ]
        }
      ],
      "description": "Eczema",
      "onset": "1991-02-23",
      "severity": "severe",
      "_severity": {
        "extension": [
          {
            "url": "http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-ext-extracode",
            "valueCodeableConcept": {
              "coding": [
                {
                  "system": "http://snomed.info/sct",
                  "code": "24484000",
                  "display": "Severe"
                }
              ]
            }
          }
        ]
      }
    },
    {
      "manifestation": [
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "24079001",
              "display": "Atopic dermatitis"
            }
          ]
        }
      ],
      "description": "Atopic dermatitis",
      "onset": "1991-02-23",
      "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"
                }
              ]
            }
          }
        ]
      }
    },
    {
      "manifestation": [
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "9826008",
              "display": "Conjunctivitis"
            }
          ]
        }
      ],
      "description": "Conjunctivitis",
      "onset": "1991-02-23",
      "severity": "severe",
      "_severity": {
        "extension": [
          {
            "url": "http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-ext-extracode",
            "valueCodeableConcept": {
              "coding": [
                {
                  "system": "http://snomed.info/sct",
                  "code": "442452003",
                  "display": "Life threatening severity"
                }
              ]
            }
          }
        ]
      }
    }
  ]
}