@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:PractitionerRole ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "audiologist-bradley-jill"] ; # Example adapted from PACIO Speech Language Swallowing Cognitive Communication and Hearing (SPLASCH) Implementation Guide # provider-role-audiologist-JillBradley 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 "audiologist-bradley-jill"

Profile: AU Core PractitionerRole

identifier: id: ?ngen-9?

active: true

practitioner: Practitioner/bradley-jill " BRADLEY"

organization: Organization/adv-hearing-care "Audiology Advanced Hearing Care"

code: Audiologist (provider-taxonomy#231H00000X; SNOMED CT#309418004)

specialty: Audiological medicine (SNOMED CT#394578005)

telecom: jill.bradley@ahc.example.com

" ] ; # fhir:identifier ( [ fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/data-absent-reason"^^xsd:anyURI ] ; fhir:value [ fhir:v "unknown" ] ] ) ] ) ; # fhir:active [ fhir:v "true"^^xsd:boolean] ; # fhir:practitioner [ fhir:link ; fhir:reference [ fhir:v "Practitioner/bradley-jill" ] ] ; # fhir:organization [ fhir:link ; fhir:reference [ fhir:v "Organization/adv-hearing-care" ] ] ; # fhir:code ( [ fhir:coding ( [ fhir:system [ fhir:v "http://nucc.org/provider-taxonomy"^^xsd:anyURI ] ; fhir:code [ fhir:v "231H00000X" ] ; fhir:display [ fhir:v "Audiologist" ] ] [ a sct:309418004 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "309418004" ] ; fhir:display [ fhir:v "Audiologist" ] ] ) ] ) ; # fhir:specialty ( [ fhir:coding ( [ a sct:394578005 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "394578005" ] ; fhir:display [ fhir:v "Audiological medicine" ] ] ) ] ) ; # fhir:telecom ( [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "jill.bradley@ahc.example.com" ] ; fhir:use [ fhir:v "work" ] ] ) . # # -------------------------------------------------------------------------------------