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

FHIR IG analytics

Packageehealth4u.package
Resource TypeAllergyIntolerance
Id3. Food 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",
  "meta": {
    "profile": [
      "http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-sd-allergyintorelrance-r4"
    ]
  },
  "clinicalStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
        "code": "inactive",
        "display": "Inactive"
      }
    ]
  },
  "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": [
    "food"
  ],
  "criticality": "unable-to-assess",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "391737006",
        "display": "Almond oil"
      }
    ]
  },
  "patient": {
    "reference": "Patient/194315"
  },
  "encounter": {
    "reference": "Encounter/194316"
  },
  "onsetDateTime": "1997-06-14",
  "recorder": {
    "reference": "PractitionerRole/194313"
  },
  "reaction": [
    {
      "manifestation": [
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "39579001",
              "display": "Anaphylaxis"
            }
          ]
        }
      ],
      "description": "Anaphylaxis",
      "onset": "1997-06-14",
      "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": "49727002",
              "display": "Cough"
            }
          ]
        }
      ],
      "description": "Cough",
      "onset": "1997-06-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"
                }
              ]
            }
          }
        ]
      }
    }
  ]
}