@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:PractitionerRole ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "example0"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://hl7.org.au/fhir/StructureDefinition/au-practitionerrole"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "extensions" ] ; fhir:div "" ] ; # fhir:identifier ( [ fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org.au/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "UPIN" ] ] ) ; fhir:text [ fhir:v "Medicare Provider Number" ] ] ; fhir:system [ fhir:v "http://ns.electronichealth.net.au/id/medicare-provider-number"^^xsd:anyURI ] ; fhir:value [ fhir:v "1234561A" ] ] ) ; # fhir:active [ fhir:v "true"^^xsd:boolean] ; # fhir:practitioner [ fhir:link ; fhir:reference [ fhir:v "Practitioner/example0" ] ] ; # fhir:organization [ fhir:link ; fhir:reference [ fhir:v "Organization/example0" ] ] ; # fhir:specialty ( [ fhir:coding ( [ a sct:394579002 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "394579002" ] ; fhir:display [ fhir:v "Cardiology" ] ] ) ] ) ; # fhir:location ( [ fhir:link ; fhir:reference [ fhir:v "Location/example0" ] ] ) ; # fhir:telecom ( [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "0255507777" ] ; fhir:use [ fhir:v "work" ] ] [ fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org.au/fhir/StructureDefinition/contact-purpose"^^xsd:anyURI ] ; fhir:value [ a fhir:CodeableConcept ; fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org.au/CodeSystem/contact-purpose"^^xsd:anyURI ] ; fhir:code [ fhir:v "after-hours" ] ; fhir:display [ fhir:v "After Hours" ] ] ) ] ] ) ; fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "0255508888" ] ] ) . # # -------------------------------------------------------------------------------------