ELGA e-Diagnose R4 (Draft)
0.1.0 - ci-build
ELGA e-Diagnose R4 (Draft), published by ELGA GmbH. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7Austria/ELGA-e-Diagnose-R4/ and changes regularly. See the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:AllergyIntolerance ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "AllergyExample"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://fhir.hl7.at/elga/ediag/r4/StructureDefinition/at-ediag-allergyintolerance"^^xsd:anyURI ;
fhir:l <https://fhir.hl7.at/elga/ediag/r4/StructureDefinition/at-ediag-allergyintolerance> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: AllergyIntolerance AllergyExample</b></p><a name=\"AllergyExample\"> </a><a name=\"hcAllergyExample\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-at-ediag-allergyintolerance.html\">AT e-Diagnose AllergyIntolerance</a></p></div><p><b>Reported (Fremdangabe)</b>: false</p><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical active}\">Active</span></p><p><b>verificationStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-verification refuted}\">Refuted</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 294505008}\"> Amoxicillin-Allergie</span></p><p><b>patient</b>: <a href=\"Patient-PatientExample.html\">Max Mustermann Male, DoB: 1980-01-01</a></p><p><b>recordedDate</b>: 2026-04-20 10:00:00+0200</p><p><b>recorder</b>: <a href=\"Practitioner-PractitionerExample.html\">Practitioner Anna Doktor </a></p><p><b>asserter</b>: <a href=\"Practitioner-PractitionerExample.html\">Practitioner Anna Doktor </a></p><blockquote><p><b>reaction</b></p><p><b>Reaktionszeit</b>: <span title=\"Codes:{https://fhir.hl7.at/elga/ediag/r4/CodeSystem/at-ediag-reaction-time-cs lt6h}\"><6 Stunden</span></p><p><b>manifestation</b>: <span title=\"Codes:{http://snomed.info/sct 271807003}\">Exanthem</span>, <span title=\"Codes:{http://snomed.info/sct 422400008}\">Emesis</span></p><p><b>onset</b>: 2025-03-15</p><p><b>note</b>: </p><blockquote><div><p>Hautausschlag und Erbrechen nach Penicillin-Einnahme</p>\n</div></blockquote></blockquote></div>"^^rdf:XMLLiteral ]
] ; #
fhir:extension ( [
fhir:url [
fhir:v "https://fhir.hl7.at/elga/ediag/r4/StructureDefinition/at-reported"^^xsd:anyURI ;
fhir:l <https://fhir.hl7.at/elga/ediag/r4/StructureDefinition/at-reported> ] ;
fhir:value [
a fhir:Boolean ;
fhir:v false ]
] ) ; #
fhir:clinicalStatus [
( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical> ] ;
fhir:code [ fhir:v "active" ] ] )
] ; #
fhir:verificationStatus [
( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/allergyintolerance-verification> ] ;
fhir:code [ fhir:v "refuted" ] ] )
] ; #
fhir:code [
( fhir:coding [
a sct:294505008 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct> ] ;
fhir:code [ fhir:v "294505008" ] ;
fhir:display [ fhir:v " Amoxicillin-Allergie" ] ] )
] ; #
fhir:patient [
fhir:l fhir:Patient/PatientExample ;
fhir:reference [ fhir:v "Patient/PatientExample" ]
] ; #
fhir:recordedDate [ fhir:v "2026-04-20T10:00:00+02:00"^^xsd:dateTime] ; #
fhir:recorder [
fhir:l fhir:Practitioner/PractitionerExample ;
fhir:reference [ fhir:v "Practitioner/PractitionerExample" ]
] ; #
fhir:asserter [
fhir:l fhir:Practitioner/PractitionerExample ;
fhir:reference [ fhir:v "Practitioner/PractitionerExample" ]
] ; #
fhir:reaction ( [
( fhir:extension [
fhir:url [
fhir:v "https://fhir.hl7.at/elga/ediag/r4/StructureDefinition/at-ediag-reaction-time"^^xsd:anyURI ;
fhir:l <https://fhir.hl7.at/elga/ediag/r4/StructureDefinition/at-ediag-reaction-time> ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [
fhir:v "https://fhir.hl7.at/elga/ediag/r4/CodeSystem/at-ediag-reaction-time-cs"^^xsd:anyURI ;
fhir:l <https://fhir.hl7.at/elga/ediag/r4/CodeSystem/at-ediag-reaction-time-cs> ] ;
fhir:code [ fhir:v "lt6h" ] ;
fhir:display [ fhir:v "<6 Stunden" ] ] ) ] ] ) ;
( fhir:manifestation [
( fhir:coding [
a sct:271807003 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct> ] ;
fhir:code [ fhir:v "271807003" ] ;
fhir:display [ fhir:v "Exanthem" ] ] ) ] [
( fhir:coding [
a sct:422400008 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct> ] ;
fhir:code [ fhir:v "422400008" ] ;
fhir:display [ fhir:v "Emesis" ] ] ) ] ) ;
fhir:onset [ fhir:v "2025-03-15"^^xsd:date ] ;
( fhir:note [
fhir:text [ fhir:v "Hautausschlag und Erbrechen nach Penicillin-Einnahme" ] ] )
] ) . #
IG © 2026+ ELGA GmbH. Package hl7.at.fhir.elga.ediag.r4#0.1.0 based on FHIR® 4.0.1. Generated 2026-04-23
Links: Table of Contents |
QA Report