Medtech ALEX® AU Implementation Guide
1.0.0 - Trial Use International flag

Medtech ALEX® AU Implementation Guide - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: slot-search-bundle-example - 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:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "slot-search-bundle-example"] ; # 
  fhir:meta [
fhir:lastUpdated [ fhir:v "2024-02-14T00:16:24.960+13:00"^^xsd:dateTime ] ;
    ( fhir:profile [
fhir:v "https://alexapi.medtechglobal.com.au/fhir/StructureDefinition/slot-search-bundle"^^xsd:anyURI ;
fhir:l <https://alexapi.medtechglobal.com.au/fhir/StructureDefinition/slot-search-bundle>     ] )
  ] ; # 
  fhir:type [ fhir:v "searchset"] ; # 
  fhir:link ( [
fhir:relation [ fhir:v "self" ] ;
fhir:url [
fhir:v "https://alexapi.medtechglobal.com.au/fhir/slot?schedule.actor._id=1"^^xsd:anyURI ;
fhir:l <https://alexapi.medtechglobal.com.au/fhir/slot?schedule.actor._id=1>     ]
  ] ) ; # 
  fhir:entry ( [
fhir:fullUrl [
fhir:v "https://alexapi.medtechglobal.com.au/fhir/slot/slot-min-example"^^xsd:anyURI ;
fhir:l <https://alexapi.medtechglobal.com.au/fhir/slot/slot-min-example>     ] ;
    ( fhir:resource <https://alexapi.medtechglobal.com.au/fhir/slot/slot-min-example> ) ;
fhir:search [
fhir:mode [ fhir:v "match" ]     ]
  ] ) . # 

<https://alexapi.medtechglobal.com.au/fhir/slot/slot-min-example> a fhir:Slot ;
  fhir:id [ fhir:v "slot-min-example"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://alexapi.medtechglobal.com.au/fhir/StructureDefinition/alex-slot"^^xsd:anyURI ;
fhir:l <https://alexapi.medtechglobal.com.au/fhir/StructureDefinition/alex-slot>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Slot_slot-min-example\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Slot slot-min-example</b></p><a name=\"slot-min-example\"> </a><a name=\"hcslot-min-example\"> </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-alex-slot.html\">Slot</a></p></div><p><b>schedule</b>: <a href=\"https://alexapi.medtechglobal.com.au/fhir/Schedule/1\">https://alexapi.medtechglobal.com.au/fhir/Schedule/1</a></p><p><b>status</b>: Free</p><p><b>start</b>: 2021-08-27 13:00:00+1200</p><p><b>end</b>: 2021-08-27 13:15:00+1200</p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:schedule [
fhir:l <https://alexapi.medtechglobal.com.au/fhir/Schedule/1> ;
fhir:reference [ fhir:v "https://alexapi.medtechglobal.com.au/fhir/Schedule/1" ]
  ] ; # 
  fhir:status [ fhir:v "free"] ; # 
  fhir:start [ fhir:v "2021-08-27T13:00:00.000+12:00"^^xsd:dateTime] ; # 
  fhir:end [ fhir:v "2021-08-27T13:15:00.000+12:00"^^xsd:dateTime] . #