Integrierte Versorgung Diabetes (R4)
0.2.0 - ci-build

Integrierte Versorgung Diabetes (R4) - Local Development build (v0.2.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Beispiel Allergie - JSON Representation

Raw json | Download

{
  "resourceType" : "AllergyIntolerance",
  "id" : "ex-allergie",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.hl7.at/elga-iv-diab-r4/StructureDefinition/diab-allergyintolerance"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: AllergyIntolerance ex-allergie</b></p><a name=\"ex-allergie\"> </a><a name=\"hcex-allergie\"> </a><a name=\"ex-allergie-en-US\"> </a><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical active}\">Active</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 764146007}\">Penicillin</span></p><p><b>patient</b>: <a href=\"Patient-ex-patient.html\">Andrea Testperson  Female, DoB: 1975-11-12 ( Social Security number: 0000121150)</a></p><p><b>recordedDate</b>: 2024-04-26</p><p><b>asserter</b>: <a href=\"Practitioner-ex-hausaerztin.html\">Practitioner Sophie Hausärztin </a></p></div>"
  },
  "clinicalStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
        "code" : "active",
        "display" : "Active"
      }
    ]
  },
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "764146007",
        "display" : "Penicillin"
      }
    ]
  },
  "patient" : {
    🔗 "reference" : "Patient/ex-patient",
    "type" : "Patient"
  },
  "recordedDate" : "2024-04-26",
  "asserter" : {
    🔗 "reference" : "Practitioner/ex-hausaerztin"
  }
}