@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:HealthcareService ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "example2"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://hl7.org.au/fhir/StructureDefinition/au-healthcareservice"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: HealthcareService

Resource HealthcareService "example2"

Profile: AU Base Healthcare Service

active: true

providedBy: Organization/example1: Albion Hospital "Albion Hospital"

specialty: General pathology (specialty) (SNOMED CT#394915009)

location: Location/example2

name: Albion Hospital Pathology Service

AvailableTimes

-DaysOfWeekAvailableStartTimeAvailableEndTime
*mon, tue, wed, thu, fri08:30:0017:30:00
" ] ; # fhir:active [ fhir:v "true"^^xsd:boolean] ; # fhir:providedBy [ fhir:link ; fhir:reference [ fhir:v "Organization/example1" ] ; fhir:display [ fhir:v "Albion Hospital" ] ] ; # fhir:specialty ( [ fhir:coding ( [ a sct:394915009 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "394915009" ] ; fhir:display [ fhir:v "General pathology (specialty)" ] ] ) ] ) ; # fhir:location ( [ fhir:link ; fhir:reference [ fhir:v "Location/example2" ] ] ) ; # fhir:name [ fhir:v "Albion Hospital Pathology Service"] ; # fhir:availableTime ( [ fhir:daysOfWeek ( [ fhir:v "mon" ] [ fhir:v "tue" ] [ fhir:v "wed" ] [ fhir:v "thu" ] [ fhir:v "fri" ] ) ; fhir:availableStartTime [ fhir:v "08:30:00"^^xsd:time ] ; fhir:availableEndTime [ fhir:v "17:30:00"^^xsd:time ] ] ) . # # -------------------------------------------------------------------------------------