@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:PractitionerRole ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "example0"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://pca.digitalhealth.gov.au/fhir/4.0/StructureDefinition/pca-practitioner-role"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "extensions" ] ; fhir:div "

Generated Narrative: PractitionerRole

Resource PractitionerRole "example0"

Profile: PCA Practitioner Role

PCA Preferred Name: Gabby

PCA Practitioner Role Communication: English (Tags for the Identification of Languages#en)

identifier: PCA Practitioner Role Identifier (PCA-PRI)/729114a79acd431d8112ade6b3e94d60, Medicare Provider Number/4005898J, Ahpra Registration Number/MED0002137826

active: true

period: 2021-01-21 --> (ongoing)

practitioner: Practitioner/example0 " ELLIS"

code: Medical practitioner (SNOMED CT#158965000), Provider of healthcare services to individuals (PCA HI Service Role#ProvidesHealthcareToIndividuals)

healthcareService: HealthcareService/example0 "Myhealth Sydney CBD Medical Centre - General practice service"

" ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://pca.digitalhealth.gov.au/fhir/4.0/StructureDefinition/pca-preferred-name"^^xsd:anyURI ] ; fhir:value [ a fhir:HumanName ; fhir:given ( [ fhir:v "Gabby" ] ) ] ] [ fhir:url [ fhir:v "http://pca.digitalhealth.gov.au/fhir/4.0/StructureDefinition/pca-practitioner-role-communication"^^xsd:anyURI ] ; fhir:value [ a fhir:CodeableConcept ; fhir:coding ( [ fhir:system [ fhir:v "urn:ietf:bcp:47"^^xsd:anyURI ] ; fhir:code [ fhir:v "en" ] ; fhir:display [ fhir:v "English" ] ] ) ] ] ) ; # fhir:identifier ( [ fhir:type [ fhir:text [ fhir:v "PCA Practitioner Role Identifier (PCA-PRI)" ] ] ; fhir:system [ fhir:v "http://pca.digitalhealth.gov.au/id/pca-practitioner-role"^^xsd:anyURI ] ; fhir:value [ fhir:v "729114a79acd431d8112ade6b3e94d60" ] ] [ 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 "4005898J" ] ] [ fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org.au/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "AHPRA" ] ; fhir:display [ fhir:v "Australian Health Practitioner Regulation Agency Registration Number" ] ] ) ; fhir:text [ fhir:v "Ahpra Registration Number" ] ] ; fhir:system [ fhir:v "http://hl7.org.au/id/ahpra-registration-number"^^xsd:anyURI ] ; fhir:value [ fhir:v "MED0002137826" ] ] ) ; # fhir:active [ fhir:v "true"^^xsd:boolean] ; # fhir:period [ fhir:start [ fhir:v "2021-01-21"^^xsd:date ] ] ; # fhir:practitioner [ fhir:link ; fhir:reference [ fhir:v "Practitioner/example0" ] ] ; # fhir:code ( [ fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-preferred"^^xsd:anyURI ] ; fhir:value [ fhir:v "true"^^xsd:boolean ] ] ) ; fhir:coding ( [ a sct:158965000 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "158965000" ] ; fhir:display [ fhir:v "Medical practitioner" ] ] ) ] [ fhir:coding ( [ fhir:system [ fhir:v "http://pca.digitalhealth.gov.au/fhir/4.0/CodeSystem/pca-hi-service-role"^^xsd:anyURI ] ; fhir:code [ fhir:v "ProvidesHealthcareToIndividuals" ] ; fhir:display [ fhir:v "Provider of healthcare services to individuals" ] ] ) ] ) ; # fhir:healthcareService ( [ fhir:link ; fhir:reference [ fhir:v "HealthcareService/example0" ] ] ) . # # -------------------------------------------------------------------------------------