0.1.0 - ci-build

mamaTotofhirIG, published by IntelliSOFT Consulting Ke. 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/IntelliSOFT-Consulting/MamaToTo-FHIR-IG/ and changes regularly. See the Directory of published versions

: Example Teleconsultation Appointment - TTL Representation

Raw ttl | Download


@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:Appointment ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ExampleAppointment"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://example.org/StructureDefinition/AppointmentProfile"^^xsd:anyURI ;
fhir:link <http://example.org/StructureDefinition/AppointmentProfile>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Appointment ExampleAppointment</b></p><a name=\"ExampleAppointment\"> </a><a name=\"hcExampleAppointment\"> </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-AppointmentProfile.html\">AppointmentProfile</a></p></div><p><b>status</b>: Booked</p><p><b>serviceCategory</b>: <span title=\"Codes:{http://example.org/service-category gp}\">General Practice</span></p><p><b>serviceType</b>: <span title=\"Codes:\">General Discussion</span></p><p><b>specialty</b>: <span title=\"Codes:{http://snomed.info/sct 394814009}\">General practice</span></p><p><b>appointmentType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0276 FOLLOWUP}\">A follow up visit from a previous appointment</span></p><p><b>priority</b>: 5</p><p><b>description</b>: Teleconsultation</p><p><b>start</b>: 2025-05-30 09:00:00+0300</p><p><b>end</b>: 2025-05-30 09:30:00+0300</p><p><b>created</b>: 2025-05-25 15:28:46+0300</p><p><b>comment</b>: Patient to connect via video link sent to their phone.</p><h3>Participants</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td><td><b>Required</b></td><td><b>Status</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Patient/example\">Patient/example</a></td><td>Required</td><td>Accepted</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:status [ fhir:v "booked"] ; # 
  fhir:serviceCategory ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://example.org/service-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "gp" ]     ] ) ;
fhir:text [ fhir:v "General Practice" ]
  ] ) ; # 
  fhir:serviceType ( [
    ( fhir:coding [
fhir:code [ fhir:v "52" ]     ] ) ;
fhir:text [ fhir:v "General Discussion" ]
  ] ) ; # 
  fhir:specialty ( [
    ( fhir:coding [
a sct:394814009 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "394814009" ]     ] ) ;
fhir:text [ fhir:v "General practice" ]
  ] ) ; # 
  fhir:appointmentType [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0276"^^xsd:anyURI ] ;
fhir:code [ fhir:v "FOLLOWUP" ]     ] ) ;
fhir:text [ fhir:v "A follow up visit from a previous appointment" ]
  ] ; # 
  fhir:priority [ fhir:v "5"^^xsd:nonNegativeInteger] ; # 
  fhir:description [ fhir:v "Teleconsultation"] ; # 
  fhir:start [ fhir:v "2025-05-30T09:00:00+03:00"^^xsd:dateTime] ; # 
  fhir:end [ fhir:v "2025-05-30T09:30:00+03:00"^^xsd:dateTime] ; # 
  fhir:created [ fhir:v "2025-05-25T15:28:46+03:00"^^xsd:dateTime] ; # 
  fhir:comment [ fhir:v "Patient to connect via video link sent to their phone."] ; # 
  fhir:participant ( [
fhir:actor [
fhir:reference [ fhir:v "Patient/example" ]     ] ;
fhir:required [ fhir:v "required" ] ;
fhir:status [ fhir:v "accepted" ]
  ] ) . #