Provider Connect Australia (PCA) - Local Development build (v24.1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:PractitionerRole ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "PractitionerRole-MedicareProviderNumber-AhpraRegistrationNumber"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://pca.digitalhealth.gov.au/fhir/4.0/StructureDefinition/pca-practitioner-role"^^xsd:anyURI ;
fhir:link <http://pca.digitalhealth.gov.au/fhir/4.0/StructureDefinition/pca-practitioner-role> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: PractitionerRole </b><a name=\"PractitionerRole-MedicareProviderNumber-AhpraRegistrationNumber\"> </a><a name=\"hcPractitionerRole-MedicareProviderNumber-AhpraRegistrationNumber\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">ResourcePractitionerRole "PractitionerRole-MedicareProviderNumber-AhpraRegistrationNumber" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-pca-practitioner-role.html\">PCA Practitioner Role</a></p></div><p><b>PCA Preferred Name</b>: Gabby </p><p><b>PCA Practitioner Role Communication</b>: English <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v3-ietf3066.html\">Tags for the Identification of Languages</a>#en)</span></p><p><b>identifier</b>: PCA Practitioner Role Identifier (PCA-PRI)/729114a79acd431d8112ade6b3e94d60, Medicare Provider Number/4005898J, Ahpra Registration Number/MED0002137826</p><p><b>active</b>: true</p><p><b>period</b>: 2021-01-21 --> (ongoing)</p><p><b>practitioner</b>: <a href=\"Practitioner-Practitioner-with-HPI-I-and-Ahpra-registration-number.html\">Practitioner/Practitioner-with-HPI-I-and-Ahpra-registration-number</a> " ELLIS"</p><p><b>code</b>: Medical practitioner <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#158965000)</span>, Provider of healthcare services to individuals <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-pca-hi-service-role.html\">PCA HI Service Role</a>#ProvidesHealthcareToIndividuals)</span></p><p><b>healthcareService</b>: <a href=\"HealthcareService-Healthcare-service-with-General-Practice-service-type.html\">HealthcareService/Healthcare-service-with-General-Practice-service-type</a> "Healthcare service with General Practice service type"</p></div>"
] ; #
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:reference [ fhir:v "Practitioner/Practitioner-with-HPI-I-and-Ahpra-registration-number" ]
] ; #
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:reference [ fhir:v "HealthcareService/Healthcare-service-with-General-Practice-service-type" ]
] ) . #
IG © 2023+ Australian Digital Health Agency. Package pca.digitalhealth.gov.au#24.1.0.0 based on FHIR 4.0.1. Generated 2024-05-28
Publisher:
Australian Digital Health Agency
ABN 84 425 496 912, Level 25, 175 Liverpool Street, Sydney, NSW 2000
Links: Table of Contents |
QA Report
| Version History
| Report an issue or propose a change
Telephone 1300 901 001 or email [email protected]
https://www.digitalhealth.gov.au
Privacy policy |
Terms of Use