@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:PractitionerRole; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "example0"]; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://pca.digitalhealth.gov.au/fhir/4.0/StructureDefinition/pca-practitioner-role"; fhir:index 0; fhir:link ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "extensions" ]; fhir:Narrative.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:DomainResource.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://pca.digitalhealth.gov.au/fhir/4.0/StructureDefinition/pca-preferred-name" ]; fhir:Extension.valueHumanName [ fhir:HumanName.given [ fhir:value "Gabby"; fhir:index 0 ] ] ], [ fhir:index 1; fhir:Extension.url [ fhir:value "http://pca.digitalhealth.gov.au/fhir/4.0/StructureDefinition/pca-practitioner-role-communication" ]; fhir:Extension.valueCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "urn:ietf:bcp:47" ]; fhir:Coding.code [ fhir:value "en" ]; fhir:Coding.display [ fhir:value "English" ] ] ] ]; fhir:PractitionerRole.identifier [ fhir:index 0; fhir:Identifier.type [ fhir:CodeableConcept.text [ fhir:value "PCA Practitioner Role Identifier (PCA-PRI)" ] ]; fhir:Identifier.system [ fhir:value "http://pca.digitalhealth.gov.au/id/pca-practitioner-role" ]; fhir:Identifier.value [ fhir:value "729114a79acd431d8112ade6b3e94d60" ] ], [ fhir:index 1; fhir:Identifier.type [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org.au/CodeSystem/v2-0203" ]; fhir:Coding.code [ fhir:value "UPIN" ] ]; fhir:CodeableConcept.text [ fhir:value "Medicare Provider Number" ] ]; fhir:Identifier.system [ fhir:value "http://ns.electronichealth.net.au/id/medicare-provider-number" ]; fhir:Identifier.value [ fhir:value "4005898J" ] ], [ fhir:index 2; fhir:Identifier.type [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org.au/CodeSystem/v2-0203" ]; fhir:Coding.code [ fhir:value "AHPRA" ]; fhir:Coding.display [ fhir:value "Australian Health Practitioner Regulation Agency Registration Number" ] ]; fhir:CodeableConcept.text [ fhir:value "Ahpra Registration Number" ] ]; fhir:Identifier.system [ fhir:value "http://hl7.org.au/id/ahpra-registration-number" ]; fhir:Identifier.value [ fhir:value "MED0002137826" ] ]; fhir:PractitionerRole.active [ fhir:value "true"^^xsd:boolean]; fhir:PractitionerRole.period [ fhir:Period.start [ fhir:value "2021-01-21"^^xsd:date ] ]; fhir:PractitionerRole.practitioner [ fhir:link ; fhir:Reference.reference [ fhir:value "Practitioner/example0" ] ]; fhir:PractitionerRole.code [ fhir:index 0; fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/iso21090-preferred" ]; fhir:Extension.valueBoolean [ fhir:value "true"^^xsd:boolean ] ]; fhir:CodeableConcept.coding [ fhir:index 0; a sct:158965000; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "158965000" ]; fhir:Coding.display [ fhir:value "Medical practitioner" ] ] ], [ fhir:index 1; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://pca.digitalhealth.gov.au/fhir/4.0/CodeSystem/pca-hi-service-role" ]; fhir:Coding.code [ fhir:value "ProvidesHealthcareToIndividuals" ]; fhir:Coding.display [ fhir:value "Provider of healthcare services to individuals" ] ] ]; fhir:PractitionerRole.healthcareService [ fhir:index 0; fhir:link ; fhir:Reference.reference [ fhir:value "HealthcareService/example0" ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------