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

FHIR IG analytics

Packagehl7.fhir.cz.hdr
Resource TypeAllergyIntolerance
IdAllergyIntolerance-6cf80cb1-9766-470f-ac36-b1d3d8950f1b.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 6cf80cb1-9766-470f-ac36-b1d3d8950f1b

identifier: urn:oid:1.2.203.24341.1.1.999/Allergy-Strawberry-Novak-001

clinicalStatus: Active

verificationStatus: Confirmed

type: Allergy

category: Food

criticality: Low Risk

code: Strawberry

patient: Petr Novák Male, DoB: 1985-06-15 ( https://ncez.mzcr.cz/fhir/sid/rid#1597778923)

onset: 2020-01-01

recordedDate: 2023-10-01

reaction

manifestation: Edema of the tongue, Bronchospasm

onset: 2020-01-01 12:00:00+0000

reaction

manifestation: Itching of skin

onset: 2022-10-01 10:00:00+0000

severity: Mild


Source1

{
  "resourceType": "AllergyIntolerance",
  "id": "6cf80cb1-9766-470f-ac36-b1d3d8950f1b",
  "meta": {
    "profile": [
      "https://hl7.cz/fhir/hdr/StructureDefinition/cz-allergyIntolerance-hdr"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "urn:oid:1.2.203.24341.1.1.999",
      "value": "Allergy-Strawberry-Novak-001"
    }
  ],
  "clinicalStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
        "code": "active"
      }
    ]
  },
  "verificationStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
        "code": "confirmed"
      }
    ]
  },
  "type": "allergy",
  "category": [
    "food"
  ],
  "criticality": "low",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "102261002",
        "display": "Strawberry"
      }
    ]
  },
  "patient": {
    "reference": "urn:uuid:3f85726c-ad2f-441b-89ce-100000000000"
  },
  "onsetDateTime": "2020-01-01",
  "recordedDate": "2023-10-01",
  "reaction": [
    {
      "manifestation": [
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "81950002",
              "display": "Edema of the tongue"
            }
          ]
        },
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "4386001",
              "display": "Bronchospasm"
            }
          ]
        }
      ],
      "onset": "2020-01-01T12:00:00Z"
    },
    {
      "manifestation": [
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "418363000",
              "display": "Itching of skin"
            }
          ]
        }
      ],
      "onset": "2022-10-01T10:00:00Z",
      "severity": "mild"
    }
  ]
}