ITB Implementation Guide, published by . 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/espen-servicewell/wof-portal-fhir-ig/ and changes regularly. See the Directory of published versions
: PostAppointmentWithoutPatient - 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:Appointment ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "PostAppointmentWithoutPatient"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://portal.wof.purified.link/fhir/StructureDefinition/ITBAppointment"^^xsd:anyURI ;
fhir:link <http://portal.wof.purified.link/fhir/StructureDefinition/ITBAppointment> ] )
] ; #
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 PostAppointmentWithoutPatient</b></p><a name=\"PostAppointmentWithoutPatient\"> </a><a name=\"hcPostAppointmentWithoutPatient\"> </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-ITBAppointment.html\">ITB Appointment</a></p></div><p><b>status</b>: Proposed</p><p><b>serviceType</b>: <span title=\"Codes:{http://portal.wof.purified.link/fhir/CodeSystem/csServiceType servicetype1}\">Servicetyp 1</span></p><p><b>start</b>: 2021-05-14 06:30:00+0000</p><p><b>end</b>: 2021-05-14 07:00:00+0000</p><blockquote><p><b>participant</b></p><p><b>actor</b>: <code>HealthcareService/{{healthCareServiceID}}</code></p><p><b>status</b>: Accepted</p></blockquote><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href=\"Patient/649\">Patient/649</a></p><p><b>status</b>: Accepted</p></blockquote><blockquote><p><b>participant</b></p><p><b>actor</b>: <code>PractitionerRole/{{practitionerRoleId}}</code></p><p><b>status</b>: Accepted</p></blockquote></div>"^^rdf:XMLLiteral
] ; #
fhir:status [ fhir:v "proposed"] ; #
fhir:serviceType ( [
( fhir:coding [
fhir:system [ fhir:v "http://portal.wof.purified.link/fhir/CodeSystem/csServiceType"^^xsd:anyURI ] ;
fhir:code [ fhir:v "servicetype1" ] ] )
] ) ; #
fhir:start [ fhir:v "2021-05-14T06:30:00+00:00"^^xsd:dateTime] ; #
fhir:end [ fhir:v "2021-05-14T07:00:00+00:00"^^xsd:dateTime] ; #
fhir:participant ( [
fhir:actor [
fhir:reference [ fhir:v "HealthcareService/{{healthCareServiceID}}" ] ] ;
fhir:status [ fhir:v "accepted" ]
] [
fhir:actor [
fhir:reference [ fhir:v "Patient/649" ] ] ;
fhir:status [ fhir:v "accepted" ]
] [
fhir:actor [
fhir:reference [ fhir:v "PractitionerRole/{{practitionerRoleId}}" ] ] ;
fhir:status [ fhir:v "accepted" ]
] ) . #