@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/List/ExampleISiKMedikationsListe> a fhir:List ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "ExampleISiKMedikationsListe"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://gematik.de/fhir/isik/StructureDefinition/ISiKMedikationsListe" ;
fhir:index 0 ;
fhir:link <https://gematik.de/fhir/isik/StructureDefinition/ISiKMedikationsListe>
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: List ExampleISiKMedikationsListe</b></p><a name=\"ExampleISiKMedikationsListe\"> </a><a name=\"hcExampleISiKMedikationsListe\"> </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-ISiKMedikationsListe.html\">ISiK Medikationsliste</a></p></div><table class=\"clstu\"><tr><td>Date: 2021-07-04 </td><td>Mode: Working List </td><td>Status: Current </td><td>Code: Medication List </td></tr><tr><td>Subject: <a href=\"Patient-PatientinMusterfrau.html\">Erika Fürstin von Musterfrau (official) Female, DoB: 1964-08-12 ( Private Krankenversicherung (use: secondary, ))</a>Encounter: <a href=\"Encounter-Fachabteilungskontakt.html\">Encounter: extension = ; identifier = Visit number; status = finished; class = inpatient encounter (ActCode#IMP); type = Abteilungskontakt,Operation; serviceType = Innere Medizin; period = 2021-02-12 --> 2021-02-13</a></td></tr></table><table class=\"grid\"><tr style=\"backgound-color: #eeeeee\"><td><b>Items</b></td><td>Date</td></tr><tr><td><a href=\"MedicationStatement-ExampleISiKMedikationsInformation1.html\">MedicationStatement: extension = Erhöhtes Blutungsrisiko ist in diesem Fall vertretbar.,Akutmedikation (ISiK Medikationsart#akut),true,Schmerztherapie postoperativ; status = active; medication[x] = ->Medication Acetylcystein; effective[x] = 2021-07-01 --> (ongoing); dateAsserted = 2021-07-01</a></td><td>2021-07-01</td></tr><tr><td><a href=\"MedicationStatement-ExampleISiKMedikationsInformation2.html\">MedicationStatement: status = active; medication[x] = ->Medication ; effective[x] = 2021-07-04 --> (ongoing); dateAsserted = 2021-07-03</a></td><td>2021-07-04</td></tr></table></div>"
] ;
fhir:List.status [ fhir:value "current"] ;
fhir:List.mode [ fhir:value "working"] ;
fhir:List.code [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/list-example-use-codes" ] ;
fhir:Coding.code [ fhir:value "medications" ]
]
] ;
fhir:List.subject [
fhir:link <http://hl7.org/fhir/Patient/PatientinMusterfrau> ;
fhir:Reference.reference [ fhir:value "Patient/PatientinMusterfrau" ]
] ;
fhir:List.encounter [
fhir:link <http://hl7.org/fhir/Encounter/Fachabteilungskontakt> ;
fhir:Reference.reference [ fhir:value "Encounter/Fachabteilungskontakt" ]
] ;
fhir:List.date [ fhir:value "2021-07-04"^^xsd:date] ;
fhir:List.entry [
fhir:index 0 ;
fhir:List.entry.date [ fhir:value "2021-07-01"^^xsd:date ] ;
fhir:List.entry.item [
fhir:link <http://hl7.org/fhir/MedicationStatement/ExampleISiKMedikationsInformation1> ;
fhir:Reference.reference [ fhir:value "MedicationStatement/ExampleISiKMedikationsInformation1" ]
]
], [
fhir:index 1 ;
fhir:List.entry.date [ fhir:value "2021-07-04"^^xsd:date ] ;
fhir:List.entry.item [
fhir:link <http://hl7.org/fhir/MedicationStatement/ExampleISiKMedikationsInformation2> ;
fhir:Reference.reference [ fhir:value "MedicationStatement/ExampleISiKMedikationsInformation2" ]
]
] .
<http://hl7.org/fhir/Patient/PatientinMusterfrau> a fhir:Patient .
<http://hl7.org/fhir/Encounter/Fachabteilungskontakt> a fhir:Encounter .
<http://hl7.org/fhir/MedicationStatement/ExampleISiKMedikationsInformation1> a fhir:MedicationStatement .
<http://hl7.org/fhir/MedicationStatement/ExampleISiKMedikationsInformation2> a fhir:MedicationStatement .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/List/ExampleISiKMedikationsListe.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/List/ExampleISiKMedikationsListe.ttl> .
IG © 2026+ gematik GmbH. Paket amts#6.0.0 basierend auf FHIR 4.0.1. Generiert 2026-07-01
Links: Table of Contents |
QA Report