German Practice Management FHIR Profiles (R4)
Version 0.99.1 - release

: Videosprechstunde — DMP-Kontrolle Weber - TTL Representation

Raw ttl | Download


@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/Appointment/ExampleAppointmentVideosprechstunde> a fhir:Appointment ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ExampleAppointmentVideosprechstunde"] ;
  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 ExampleAppointmentVideosprechstunde</b></p><a name=\"ExampleAppointmentVideosprechstunde\"> </a><a name=\"hcExampleAppointmentVideosprechstunde\"> </a><p><b>Appointment Mode</b>: video</p><p><b>status</b>: Booked</p><p><b>start</b>: 2026-04-10 09:00:00+0200</p><p><b>end</b>: 2026-04-10 09:15:00+0200</p><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href=\"Patient-example-patient.html\">Thomas Weber (official) Male, DoB: 1975-06-15</a></p><p><b>status</b>: Accepted</p></blockquote><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href=\"Practitioner-example-practitioner.html\">Practitioner Markus Schoell (official)</a></p><p><b>status</b>: Accepted</p></blockquote></div>"
  ] ;
  fhir:DomainResource.extension [
     fhir:index 0 ;
     fhir:Extension.url [ fhir:value "https://fhir.cognovis.de/praxis/StructureDefinition/appointment-mode" ] ;
     fhir:Extension.valueCode [ fhir:value "video" ]
  ] ;
  fhir:Appointment.status [ fhir:value "booked"] ;
  fhir:Appointment.start [ fhir:value "2026-04-10T09:00:00+02:00"^^xsd:dateTime] ;
  fhir:Appointment.end [ fhir:value "2026-04-10T09:15:00+02:00"^^xsd:dateTime] ;
  fhir:Appointment.participant [
     fhir:index 0 ;
     fhir:Appointment.participant.actor [
       fhir:link <http://hl7.org/fhir/Patient/example-patient> ;
       fhir:Reference.reference [ fhir:value "Patient/example-patient" ]
     ] ;
     fhir:Appointment.participant.status [ fhir:value "accepted" ]
  ], [
     fhir:index 1 ;
     fhir:Appointment.participant.actor [
       fhir:link <http://hl7.org/fhir/Practitioner/example-practitioner> ;
       fhir:Reference.reference [ fhir:value "Practitioner/example-practitioner" ]
     ] ;
     fhir:Appointment.participant.status [ fhir:value "accepted" ]
  ] .

<http://hl7.org/fhir/Patient/example-patient> a fhir:Patient .

<http://hl7.org/fhir/Practitioner/example-practitioner> a fhir:Practitioner .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Appointment/ExampleAppointmentVideosprechstunde.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Appointment/ExampleAppointmentVideosprechstunde.ttl> .