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

Profile: AU Core PractitionerRole

practitioner: Practitioner/chau-fryer " FRYER"

organization: Organization/murrabit-hospital "Murrabit Public Hospital"

code: Surgeon (SNOMED CT#304292004; 1220.0#253511 "Surgeon (General)")

location: Location/murrabit-hospital "Murrabit Public Hospital"

telecom: ph: (03) 7010 8625, chau.fryer@murrabitph.example.com.au

" ] ; # fhir:practitioner [ fhir:link ; fhir:reference [ fhir:v "Practitioner/chau-fryer" ] ] ; # fhir:organization [ fhir:link ; fhir:reference [ fhir:v "Organization/murrabit-hospital" ] ] ; # 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 "253511" ] ; fhir:display [ fhir:v "Surgeon (General)" ] ] ) ; fhir:text [ fhir:v "Surgeon" ] ] ) ; # fhir:location ( [ fhir:link ; fhir:reference [ fhir:v "Location/murrabit-hospital" ] ] ) ; # fhir:telecom ( [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "(03) 7010 8625" ] ] [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "chau.fryer@murrabitph.example.com.au" ] ; fhir:use [ fhir:v "work" ] ] ) . # # -------------------------------------------------------------------------------------