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

FHIR IG analytics

Packagede.medizininformatikinitiative.kerndatensatz.base
Resource TypeAllergyIntolerance
IdAllergyIntolerance-mii-exa-person-allergyintolerance-1.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


English


Generated Narrative: AllergyIntolerance mii-exa-person-allergyintolerance-1

clinicalStatus: Active

verificationStatus: Confirmed

type: Allergy

category: Medication

criticality: High Risk

code: Penicillin

patient: Maja Julia Van-der-Dussen (official) Female, DoB: 1998-09-19 ( Medical record number (use: usual, ))

encounter: Encounter: extension = ; identifier = Visit number; status = finished; class = ambulatory (ActCode#AMB); type = Abteilungskontakt; priority = emergency; period = 2020-01-08 07:00:00+0100 --> 2020-01-08 09:00:00+0100

recordedDate: 2020-01-08

Reactions

-ManifestationSeverity
*Atopic dermatitisSevere

German


Generated Narrative: AllergyIntolerance mii-exa-person-allergyintolerance-1

clinicalStatus: Active

verificationStatus: Confirmed

type: Allergy

category: Medication

criticality: High Risk

code: Penicillin

patient: Maja Julia Van-der-Dussen (official) Female, DoB: 1998-09-19 ( Krankenaktennummer (use: usual, ))

encounter: Encounter: extension = ; identifier = Fallnummer; status = finished; class = ambulatory (ActCode#AMB); type = Abteilungskontakt; priority = emergency; period = 2020-01-08 07:00:00+0100 --> 2020-01-08 09:00:00+0100

recordedDate: 2020-01-08

Reactions

-ManifestationSeverity
*Atopic dermatitisSevere

Source1

{
  "resourceType": "AllergyIntolerance",
  "id": "mii-exa-person-allergyintolerance-1",
  "meta": {
    "profile": [
      "https://www.medizininformatik-initiative.de/fhir/modul-person/StructureDefinition/AllergieUnvertraeglichkeit"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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": [
    "medication"
  ],
  "criticality": "high",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "764146007",
        "display": "Penicillin"
      }
    ]
  },
  "patient": {
    "reference": "Patient/mii-exa-person-patient-1"
  },
  "encounter": {
    "reference": "Encounter/mii-exa-fall-kontakt-gesundheitseinrichtung-9"
  },
  "recordedDate": "2020-01-08",
  "reaction": [
    {
      "manifestation": [
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "24079001",
              "display": "Atopic dermatitis"
            }
          ]
        }
      ],
      "severity": "severe"
    }
  ]
}