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

FHIR IG analytics

Packagekbv.ita.aws
Resource TypeAllergyIntolerance
IdBSP_KBV_PR_AW_Allergie.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

Laut Eigenbefund liegt eine Allergie gegen Amoxicillin (ATC J01CA04) vor.

Source1

{
  "resourceType": "AllergyIntolerance",
  "id": "3198",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2020-09-11T14:27:00+00:00",
    "profile": [
      "https://fhir.kbv.de/StructureDefinition/KBV_PR_AW_Allergie|1.2.0"
    ]
  },
  "text": {
    "status": "extensions",
    "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"
      }
    ]
  },
  "patient": {
    "reference": "Patient/3181"
  },
  "encounter": {
    "reference": "Encounter/3188"
  },
  "asserter": {
    "extension": [
      {
        "url": "https://fhir.kbv.de/StructureDefinition/KBV_EX_AW_Allergie_Erfasser_Befund",
        "valueCodeableConcept": {
          "coding": [
            {
              "system": "https://fhir.kbv.de/CodeSystem/KBV_CS_AW_Befundart",
              "code": "Eigenbefund"
            }
          ]
        }
      }
    ],
    "display": "Erfasserart"
  },
  "reaction": [
    {
      "substance": {
        "coding": [
          {
            "system": "http://fhir.de/CodeSystem/dimdi/atc",
            "code": "J01CA04"
          }
        ]
      },
      "manifestation": [
        {
          "text": "Hautverfärbung"
        }
      ]
    }
  ]
}