@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:PractitionerRole ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "strempel-sonia-gp"] ; # fhir:meta [ 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 strempel-sonia-gp

identifier: Medicare Provider Number/5544887B

practitioner: Practitioner Sonia Strempel (official)

organization: Organization Top End Medical Clinic

code: General practitioner registrar

telecom: ph: (08) 8423 9999(Work)

" ] ; # 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 "5544887B" ] ] ) ; # fhir:practitioner [ fhir:link ; fhir:reference [ fhir:v "Practitioner/strempel-sonia" ] ] ; # fhir:organization [ fhir:link ; fhir:reference [ fhir:v "Organization/topend-medical-clinic" ] ] ; # fhir:code ( [ fhir:coding ( [ a sct:309327004 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "309327004" ] ; fhir:display [ fhir:v "General practitioner registrar" ] ] ) ] ) ; # fhir:telecom ( [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "(08) 8423 9999" ] ; fhir:use [ fhir:v "work" ] ] ) . # # -------------------------------------------------------------------------------------