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

Profile: AU Core PractitionerRole

practitioner: Practitioner/darleen-mackay " DARLEEN"

code: Nephrologist (SNOMED CT#304292004; 1220.0#253322 "Renal Medicine Specialist")

telecom: ph: (03) 7010 8625

" ] ; # fhir:practitioner [ fhir:link ; fhir:reference [ fhir:v "Practitioner/darleen-mackay" ] ] ; # fhir:code ( [ fhir:coding ( [ a sct:304292004 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "304292004" ] ] [ fhir:system [ fhir:v "http://www.abs.gov.au/ausstats/abs@.nsf/mf/1220.0"^^xsd:anyURI ] ; fhir:code [ fhir:v "253322" ] ; fhir:display [ fhir:v "Renal Medicine Specialist" ] ] ) ; fhir:text [ fhir:v "Nephrologist" ] ] ) ; # fhir:telecom ( [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "(03) 7010 8625" ] ] ) . # # -------------------------------------------------------------------------------------