@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:PractitionerRole; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "strempel-sonia-gp"]; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-practitionerrole-core-1"; fhir:index 0; fhir:link ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

Generated Narrative: PractitionerRole

Resource PractitionerRole "strempel-sonia-gp"

Profile: ADHA Core PractitionerRole

identifier: Medicare Provider Number: 5544887B

practitioner: Practitioner/strempel-sonia " STREMPEL"

organization: Organization/topend-medical-clinic "Top End Medical Clinic"

code: General practitioner registrar (SNOMED CT#309327004)

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

" ]; fhir:PractitionerRole.identifier [ fhir:index 0; fhir:Identifier.type [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org.au/CodeSystem/v2-0203" ]; fhir:Coding.code [ fhir:value "UPIN" ] ]; fhir:CodeableConcept.text [ fhir:value "Medicare Provider Number" ] ]; fhir:Identifier.system [ fhir:value "http://ns.electronichealth.net.au/id/medicare-provider-number" ]; fhir:Identifier.value [ fhir:value "5544887B" ] ]; fhir:PractitionerRole.practitioner [ fhir:link ; fhir:Reference.reference [ fhir:value "Practitioner/strempel-sonia" ] ]; fhir:PractitionerRole.organization [ fhir:link ; fhir:Reference.reference [ fhir:value "Organization/topend-medical-clinic" ] ]; fhir:PractitionerRole.code [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; a sct:309327004; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "309327004" ]; fhir:Coding.display [ fhir:value "General practitioner registrar" ] ] ]; fhir:PractitionerRole.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "phone" ]; fhir:ContactPoint.value [ fhir:value "(08) 8423 9999" ]; fhir:ContactPoint.use [ fhir:value "work" ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------