CH UMZH Connect IG (R4)
1.0.0-ballot - ballot Switzerland flag

CH UMZH Connect IG (R4), published by UMZH Connect Team. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/umzhconnect/umzhconnect-ig/ and changes regularly. See the Directory of published versions

: Appointment Orthopedic Pre-Surgery Consultation - 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/AppointmentOrthopedicConsultation> a fhir:Appointment ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "AppointmentOrthopedicConsultation"] ;
  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: Appointment AppointmentOrthopedicConsultation</b></p><a name=\"AppointmentOrthopedicConsultation\"> </a><a name=\"hcAppointmentOrthopedicConsultation\"> </a><p><b>status</b>: Fulfilled</p><p><b>description</b>: Pre-operative orthopedic consultation prior to ACL reconstruction surgery</p><p><b>start</b>: 2026-01-08 09:00:00+0100</p><p><b>end</b>: 2026-01-08 09:30:00+0100</p><blockquote><p><b>participant</b></p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ParticipationType SBJ}\">subject</span></p><p><b>status</b>: Accepted</p></blockquote><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href=\"http://registry.example.org/fhir/HealthcareService/HealthcareServiceOrthopedicsFulfiller\">http://registry.example.org/fhir/HealthcareService/HealthcareServiceOrthopedicsFulfiller</a></p><p><b>status</b>: Accepted</p></blockquote></div>"
  ] ;
  fhir:Appointment.status [ fhir:value "fulfilled"] ;
  fhir:Appointment.description [ fhir:value "Pre-operative orthopedic consultation prior to ACL reconstruction surgery"] ;
  fhir:Appointment.start [ fhir:value "2026-01-08T09:00:00+01:00"^^xsd:dateTime] ;
  fhir:Appointment.end [ fhir:value "2026-01-08T09:30:00+01:00"^^xsd:dateTime] ;
  fhir:Appointment.participant [
     fhir:index 0 ;
     fhir:Appointment.participant.type [
       fhir:index 0 ;
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ParticipationType" ] ;
         fhir:Coding.code [ fhir:value "SBJ" ] ;
         fhir:Coding.display [ fhir:value "subject" ]
       ]
     ] ;
     fhir:Appointment.participant.status [ fhir:value "accepted" ]
  ], [
     fhir:index 1 ;
     fhir:Appointment.participant.actor [
       fhir:link <http://registry.example.org/fhir/HealthcareService/HealthcareServiceOrthopedicsFulfiller> ;
       fhir:Reference.reference [ fhir:value "http://registry.example.org/fhir/HealthcareService/HealthcareServiceOrthopedicsFulfiller" ]
     ] ;
     fhir:Appointment.participant.status [ fhir:value "accepted" ]
  ] .

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

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