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

Resource PractitionerRole "cardiologist-cardy-igist"

Profile: AU Core PractitionerRole

identifier: HPI-I: 8003619900015717, Medicare Provider Number: 1555561A

practitioner: Practitioner/cardy-igist " CARDY"

organization: Organization/hospital-au "Hospital Australia"

code: Cardiologist (SNOMED CT#17561000)

location: Location/au-hospital "QLD Hospital"

telecom: ph: (02) 5550 4444

" ] ; # fhir:identifier ( [ 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: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 "1555561A" ] ] ) ; # fhir:practitioner [ fhir:link ; fhir:reference [ fhir:v "Practitioner/cardy-igist" ] ] ; # fhir:organization [ fhir:link ; fhir:reference [ fhir:v "Organization/hospital-au" ] ] ; # fhir:code ( [ fhir:coding ( [ a sct:17561000 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "17561000" ] ; fhir:display [ fhir:v "Cardiologist" ] ] ) ; fhir:text [ fhir:v "Cardiologist" ] ] ) ; # fhir:location ( [ fhir:link ; fhir:reference [ fhir:v "Location/au-hospital" ] ] ) ; # fhir:telecom ( [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "(02) 5550 4444" ] ] ) . # # -------------------------------------------------------------------------------------