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 Appointment Response - 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 xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:AppointmentResponse ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ExampleAppointmentResponse"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://example.org/StructureDefinition/AppointmentResponseProfile"^^xsd:anyURI ;
fhir:link <http://example.org/StructureDefinition/AppointmentResponseProfile> ] )
] ; #
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: AppointmentResponse ExampleAppointmentResponse</b></p><a name=\"ExampleAppointmentResponse\"> </a><a name=\"hcExampleAppointmentResponse\"> </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-AppointmentResponseProfile.html\">AppointmentResponseProfile</a></p></div><p><b>identifier</b>: <code>http://hospital.org/appointment-responses</code>/AR-67890</p><p><b>appointment</b>: <a href=\"Appointment-ExampleAppointment.html\">Appointment: status = booked; serviceCategory = gp; serviceType = 52; specialty = General practice (specialty) (qualifier value); appointmentType = A follow up visit from a previous appointment; priority = 5; description = Teleconsultation; start = 2025-05-30 09:00:00+0300; end = 2025-05-30 09:30:00+0300; created = 2025-05-25 15:28:46+0300; comment = Patient to connect via video link sent to their phone.</a></p><p><b>start</b>: 2025-03-15 10:00:00+0000</p><p><b>end</b>: 2025-03-15 10:30:00+0000</p><p><b>participantType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ParticipationType ATND}\">Attender</span></p><p><b>actor</b>: <a href=\"Practitioner/example\">Practitioner/example</a></p><p><b>participantStatus</b>: Accepted</p><p><b>comment</b>: Confirmed by the attending practitioner.</p></div>"^^rdf:XMLLiteral
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "http://hospital.org/appointment-responses"^^xsd:anyURI ] ;
fhir:value [ fhir:v "AR-67890" ]
] ) ; #
fhir:appointment [
fhir:reference [ fhir:v "Appointment/ExampleAppointment" ]
] ; #
fhir:start [ fhir:v "2025-03-15T10:00:00Z"^^xsd:dateTime] ; #
fhir:end [ fhir:v "2025-03-15T10:30:00Z"^^xsd:dateTime] ; #
fhir:participantType ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ParticipationType"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ATND" ] ;
fhir:display [ fhir:v "Attender" ] ] )
] ) ; #
fhir:actor [
fhir:reference [ fhir:v "Practitioner/example" ]
] ; #
fhir:participantStatus [ fhir:v "accepted"] ; #
fhir:comment [ fhir:v "Confirmed by the attending practitioner."] . #