@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:PractitionerRole ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "nsw-gp-core"] ; # fhir:meta [ fhir:versionId [ fhir:v "203" ] ; fhir:profile ( [ fhir:v "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-practitionerrole-core-1"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: PractitionerRole nsw-gp-core

version: 203

Profile: ADHA Core PractitionerRole

identifier: Employee Number/8223NSW

practitioner: Dr Sarah Bondiali (Identifier: Prescriber Number/663221)

organization: Bondi GP Medical Center NSW

code: General Practitioner

telecom: ph: 0491570006, ph: (02) 5550 6660(Work), info@bondigpmedicalcenter.example.com.au

" ] ; # fhir:identifier ( [ fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "EI" ] ; fhir:display [ fhir:v "Employee number" ] ] ) ; fhir:text [ fhir:v "Employee Number" ] ] ; fhir:system [ fhir:v "http://bondigpmedicalcenter.example.com/providers"^^xsd:anyURI ] ; fhir:value [ fhir:v "8223NSW" ] ; fhir:assigner [ fhir:display [ fhir:v "Bondi GP Medical Centre NSW" ] ] ] ) ; # fhir:practitioner [ fhir:identifier [ fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org.au/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "PRES" ] ; fhir:display [ fhir:v "Prescriber Number" ] ] ) ; fhir:text [ fhir:v "Prescriber Number" ] ] ; fhir:system [ fhir:v "http://ns.electronichealth.net.au/id/medicare-prescriber-number"^^xsd:anyURI ] ; fhir:value [ fhir:v "663221" ] ] ; fhir:display [ fhir:v "Dr Sarah Bondiali" ] ] ; # fhir:organization [ fhir:display [ fhir:v "Bondi GP Medical Center NSW" ] ] ; # fhir:code ( [ fhir:coding ( [ a sct:62247001 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "62247001" ] ] ) ; fhir:text [ fhir:v "General Practitioner" ] ] ) ; # fhir:telecom ( [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "0491570006" ] ] [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "(02) 5550 6660" ] ; fhir:use [ fhir:v "work" ] ] [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "info@bondigpmedicalcenter.example.com.au" ] ] ) . # # -------------------------------------------------------------------------------------