@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:HealthcareService ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "example0"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://pca.digitalhealth.gov.au/fhir/4.0/StructureDefinition/pca-healthcare-service"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "extensions" ] ; fhir:div "

Generated Narrative: HealthcareService

Resource HealthcareService "example0"

Profile: PCA Healthcare Service

PCA Referral Information For Provider: FALSE

PCA New Patient Availability: Accepting new patients (PCA New Patient Availability#accepting)

PCA Postal Address: Shop 8, 147-153 Castlereagh Street, SYDNEY NSW 2000

identifier: http://pca.digitalhealth.gov.au/id/pca-healthcare-service/4d00ad2659cb4b54bd8028798af62631

active: true

providedBy: Organization/example0 "MYHEALTH SYDNEY CBD PTY LTD"

type: General practice service (SNOMED CT#788007007)

location: Location/example0 "Myhealth Sydney CBD Medical Centre"

name: Myhealth Sydney CBD Medical Centre - General practice service

serviceProvisionCode: Fees and Bulk Billing (Service Provision Conditions Australian Concepts#FBB)

appointmentRequired: true

AvailableTimes

-DaysOfWeekAvailableStartTimeAvailableEndTime
*mon, tue, wed, thu, fri08:00:0017:30:00
" ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://pca.digitalhealth.gov.au/fhir/4.0/StructureDefinition/pca-referral-information-for-provider"^^xsd:anyURI ] ; fhir:value [ fhir:v "FALSE" ] ] [ fhir:url [ fhir:v "http://pca.digitalhealth.gov.au/fhir/4.0/StructureDefinition/pca-new-patient-availability"^^xsd:anyURI ] ; fhir:value [ a fhir:CodeableConcept ; fhir:coding ( [ fhir:system [ fhir:v "http://pca.digitalhealth.gov.au/fhir/4.0/CodeSystem/pca-new-patient-availability"^^xsd:anyURI ] ; fhir:code [ fhir:v "accepting" ] ; fhir:display [ fhir:v "Accepting new patients" ] ] ) ] ] [ fhir:url [ fhir:v "http://pca.digitalhealth.gov.au/fhir/4.0/StructureDefinition/pca-postal-address"^^xsd:anyURI ] ; fhir:value [ a fhir:Address ; fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org.au/fhir/StructureDefinition/address-identifier"^^xsd:anyURI ] ; fhir:value [ a fhir:Identifier ; fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org.au/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "GNAF" ] ; fhir:display [ fhir:v "Geocoded National Address File Identifier" ] ] ) ; fhir:text [ fhir:v "G-NAF" ] ] ; fhir:system [ fhir:v "http://hl7.org.au/id/gnafidentifier"^^xsd:anyURI ] ; fhir:value [ fhir:v "GANSW718473771" ] ] ] ) ; fhir:type [ fhir:v "postal" ] ; fhir:text [ fhir:v "Shop 8, 147-153 Castlereagh Street, SYDNEY NSW 2000" ] ; fhir:line ( [ fhir:v "Shop 8" ] [ fhir:v "147-153 Castlereagh Street" ] ) ; fhir:city [ fhir:v "SYDNEY" ] ; fhir:state [ fhir:v "NSW" ] ; fhir:postalCode [ fhir:v "2000" ] ; fhir:country [ fhir:v "AU" ] ] ] ) ; # fhir:identifier ( [ fhir:system [ fhir:v "http://pca.digitalhealth.gov.au/id/pca-healthcare-service"^^xsd:anyURI ] ; fhir:value [ fhir:v "4d00ad2659cb4b54bd8028798af62631" ] ] ) ; # fhir:active [ fhir:v "true"^^xsd:boolean] ; # fhir:providedBy [ fhir:link ; fhir:reference [ fhir:v "Organization/example0" ] ] ; # fhir:type ( [ fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-preferred"^^xsd:anyURI ] ; fhir:value [ fhir:v "true"^^xsd:boolean ] ] ) ; fhir:coding ( [ a sct:788007007 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "788007007" ] ; fhir:display [ fhir:v "General practice service" ] ] ) ] ) ; # fhir:location ( [ fhir:link ; fhir:reference [ fhir:v "Location/example0" ] ] ) ; # fhir:name [ fhir:v "Myhealth Sydney CBD Medical Centre - General practice service"] ; # fhir:serviceProvisionCode ( [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org.au/CodeSystem/service-provision-conditions"^^xsd:anyURI ] ; fhir:code [ fhir:v "FBB" ] ; fhir:display [ fhir:v "Fees and Bulk Billing" ] ] ) ] ) ; # fhir:appointmentRequired [ fhir:v "true"^^xsd:boolean] ; # fhir:availableTime ( [ fhir:daysOfWeek ( [ fhir:v "mon" ] [ fhir:v "tue" ] [ fhir:v "wed" ] [ fhir:v "thu" ] [ fhir:v "fri" ] ) ; fhir:availableStartTime [ fhir:v "08:00:00"^^xsd:time ] ; fhir:availableEndTime [ fhir:v "17:30:00"^^xsd:time ] ] ) . # # -------------------------------------------------------------------------------------