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

FHIR IG analytics

Packagehl7.fhir.cz.ps
Resource TypeAllergyIntolerance
IdAllergyIntolerance-6145f147-dfc8-44fe-9fdd-22600059f498.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: AllergyIntolerance 6145f147-dfc8-44fe-9fdd-22600059f498

identifier: http://example.org/hospital/allergy-intolerances/allergy-intolerance-001

clinicalStatus: Active

type: Allergy

category: Food

criticality: Low Risk

code: Allergy to strawberry

patient: Mračena Mrakomorová Female, DoB: 1971-11-26 ( https://ncez.mzcr.cz/fhir/sid/cpoj#7161264528 (use: official, ))

reaction

manifestation: Itching of skin, Edema of the tongue

description: Svědění, otok jazyka.


Source1

{
  "resourceType": "AllergyIntolerance",
  "id": "6145f147-dfc8-44fe-9fdd-22600059f498",
  "meta": {
    "profile": [
      "https://hl7.cz/fhir/ps/StructureDefinition/cz-allergyIntolerance-ps"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://example.org/hospital/allergy-intolerances",
      "value": "allergy-intolerance-001"
    }
  ],
  "clinicalStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
        "code": "active"
      }
    ]
  },
  "type": "allergy",
  "category": [
    "food"
  ],
  "criticality": "low",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "91938006",
        "display": "Allergy to strawberry"
      }
    ]
  },
  "patient": {
    "reference": "urn:uuid:3c137453-0de8-4e1a-be72-9dc55f500d57"
  },
  "reaction": [
    {
      "manifestation": [
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "418363000",
              "display": "Itching of skin"
            }
          ]
        },
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "81950002",
              "display": "Edema of the tongue"
            }
          ]
        }
      ],
      "description": "Svědění, otok jazyka."
    }
  ]
}