@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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/Appointment/ISiKTerminExampleExtendedICU> a fhir:Appointment ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "ISiKTerminExampleExtendedICU"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://gematik.de/fhir/isik/StructureDefinition/ISiKTermin" ;
fhir:index 0 ;
fhir:link <https://gematik.de/fhir/isik/StructureDefinition/ISiKTermin>
] ;
fhir:Meta.tag [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://fhir.de/CodeSystem/common-meta-tag-de" ] ;
fhir:Coding.code [ fhir:value "external" ]
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "extensions" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Appointment ISiKTerminExampleExtendedICU</b></p><a name=\"ISiKTerminExampleExtendedICU\"> </a><a name=\"hcISiKTerminExampleExtendedICU\"> </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-ISiKTermin.html\">ISiKTermin</a></p><p style=\"margin-bottom: 0px\">Tag: <a href=\"https://simplifier.net/resolve?scope=de.basisprofil.r4@1.6.0&canonical=http://fhir.de/CodeSystem/common-meta-tag-de\">External (Details: CS Basisprofil Common Meta Tag DE code external = 'External')</a></p></div><p><b>status</b>: Proposed</p><p><b>serviceType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/service-type 174}\">Intensive Care Medicine</span></p><p><b>specialty</b>: <span title=\"Codes:{http://ihe-d.de/CodeSystems/AerztlicheFachrichtungen INTM}, {http://fhir.de/CodeSystem/dkgev/Fachabteilungsschluessel-erweitert 3600}\">Intensivmedizin</span></p><p><b>priority</b>: <code>ISiKTerminPriorityExtension: </code><span title=\"Codes:{http://snomed.info/sct 25876001}\">Emergency</span></p><p><b>start</b>: 2022-12-10 09:00:00+0000</p><p><b>end</b>: 2022-12-10 09:30:00+0000</p><p><b>slot</b>: <a href=\"Slot-ISiKTerminblockExample.html\">Slot: status = busy; start = 2022-12-10 09:00:00+0000; end = 2022-12-10 11:00:00+0000</a></p><h3>Participants</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td><td><b>Status</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"https://simplifier.net/resolve?scope=de.basisprofil.r4@1.6.0&canonical=http://fhir.org/packages/de.basisprofil.r4/Patient/ISiKPatientTest\">Test Patient</a></td><td>Accepted</td></tr></table></div>"
] ;
fhir:Appointment.status [ fhir:value "proposed"] ;
fhir:Appointment.serviceType [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/service-type" ] ;
fhir:Coding.code [ fhir:value "174" ]
]
] ;
fhir:Appointment.specialty [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://ihe-d.de/CodeSystems/AerztlicheFachrichtungen" ] ;
fhir:Coding.code [ fhir:value "INTM" ]
], [
fhir:index 1 ;
fhir:Coding.system [ fhir:value "http://fhir.de/CodeSystem/dkgev/Fachabteilungsschluessel-erweitert" ] ;
fhir:Coding.code [ fhir:value "3600" ]
]
] ;
fhir:Appointment.priority [
fhir:Element.extension [
fhir:index 0 ;
fhir:Extension.url [ fhir:value "https://gematik.de/fhir/isik/StructureDefinition/ISiKTerminPriorityExtension" ] ;
fhir:Extension.valueCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index 0 ;
a sct:25876001 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "25876001" ]
]
]
]
] ;
fhir:Appointment.start [ fhir:value "2022-12-10T09:00:00Z"^^xsd:dateTime] ;
fhir:Appointment.end [ fhir:value "2022-12-10T09:30:00Z"^^xsd:dateTime] ;
fhir:Appointment.slot [
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/Slot/ISiKTerminblockExample> ;
fhir:Reference.reference [ fhir:value "Slot/ISiKTerminblockExample" ]
] ;
fhir:Appointment.participant [
fhir:index 0 ;
fhir:Appointment.participant.actor [
fhir:link <http://hl7.org/fhir/Patient/ISiKPatientTest> ;
fhir:Reference.reference [ fhir:value "Patient/ISiKPatientTest" ] ;
fhir:Reference.display [ fhir:value "Test Patient" ]
] ;
fhir:Appointment.participant.status [ fhir:value "accepted" ]
] .
<http://hl7.org/fhir/Slot/ISiKTerminblockExample> a fhir:Slot .
<http://hl7.org/fhir/Patient/ISiKPatientTest> a fhir:Patient .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Appointment/ISiKTerminExampleExtendedICU.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Appointment/ISiKTerminExampleExtendedICU.ttl> .
IG © 2026+ gematik GmbH. Paket terminplanung#6.0.0 basierend auf FHIR 4.0.1. Generiert 2026-07-01
Links: Table of Contents |
QA Report