@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:PractitionerRole ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "freeman-george-gp"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://hl7.org.au/fhir/core/StructureDefinition/au-core-practitionerrole"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: PractitionerRole freeman-george-gp

identifier: Medicare Provider Number/5544887B, HPI-I/8003619900015717

practitioner: Practitioner George Freeman (official)

organization: Organization Birdsville Hospital

code: GP

telecom: gfreeman@example.birdsvillehosp.com.au

" ] ; # 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:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "NPI" ] ; fhir:display [ fhir:v "National provider identifier" ] ] ) ; fhir:text [ fhir:v "HPI-I" ] ] ; fhir:system [ fhir:v "http://ns.electronichealth.net.au/id/hi/hpii/1.0"^^xsd:anyURI ] ; fhir:value [ fhir:v "8003619900015717" ] ] ) ; # fhir:practitioner [ fhir:link ; fhir:reference [ fhir:v "Practitioner/freeman-george" ] ] ; # fhir:organization [ fhir:link ; fhir:reference [ fhir:v "Organization/birdsville-hospital" ] ] ; # fhir:code ( [ fhir:coding ( [ a sct:62247001 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "62247001" ] ; fhir:display [ fhir:v "General practitioner" ] ] ) ; fhir:text [ fhir:v "GP" ] ] ) ; # fhir:telecom ( [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "gfreeman@example.birdsvillehosp.com.au" ] ; fhir:use [ fhir:v "work" ] ] ) . # # -------------------------------------------------------------------------------------