Provider Connect Australia (PCA) FHIR Implementation Guide 2.4.0

This is release 2.4.0 of Provider Connect Australia (PCA) FHIR Implementation Guide. It is based on FHIR version 4.0.1. See the Directory of published versions.

CodeSystem-pca-system-of-record

Formats: Narrative, XML, JSON, Turtle

Raw ttl


@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 xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:CodeSystem;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "pca-system-of-record"];
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/StructureDefinition/shareablecodesystem";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/StructureDefinition/shareablecodesystem>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://pca.digitalhealth.gov.au/fhir/4.0/CodeSystem/pca-system-of-record</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">ABR<a name=\"pca-system-of-record-ABR\"> </a></td><td>Australian Business Register (ABR)</td><td>Australian Business Register (ABR)</td></tr><tr><td style=\"white-space:nowrap\">HI<a name=\"pca-system-of-record-HI\"> </a></td><td>Healthcare Identifiers (HI) Service</td><td>Healthcare Identifiers (HI) Service</td></tr><tr><td style=\"white-space:nowrap\">Ahpra<a name=\"pca-system-of-record-Ahpra\"> </a></td><td>Australian Health Practitioner Regulation Agency (Ahpra) Register</td><td>Australian Health Practitioner Regulation Agency (Ahpra) Register</td></tr></table></div>"
  ];
  fhir:CodeSystem.url [ fhir:value "http://pca.digitalhealth.gov.au/fhir/4.0/CodeSystem/pca-system-of-record"];
  fhir:CodeSystem.version [ fhir:value "2.4.0"];
  fhir:CodeSystem.name [ fhir:value "PcaSystemOfRecord"];
  fhir:CodeSystem.title [ fhir:value "PCA System of Record"];
  fhir:CodeSystem.status [ fhir:value "draft"];
  fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean];
  fhir:CodeSystem.date [ fhir:value "2023-09-15T10:45:26+10:00"^^xsd:dateTime];
  fhir:CodeSystem.publisher [ fhir:value "Australian Digital Health Agency"];
  fhir:CodeSystem.contact [
     fhir:index 0;
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "email" ];
       fhir:ContactPoint.value [ fhir:value "[email protected]" ]     ]
  ];
  fhir:CodeSystem.description [ fhir:value "The PCA System of Record code system defines concepts that identify external systems of record used by the PCA service to source identifiers and other data which a publishing organisation is not authoritative, such as Australian Business Numbers, HI Service identifiers, and Ahpra numbers."];
  fhir:CodeSystem.copyright [ fhir:value "Copyright © 2023 Australian Digital Health Agency - All rights reserved. This content is licensed under a Creative Commons Attribution 4.0 International License. See https://creativecommons.org/licenses/by/4.0/."];
  fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean];
  fhir:CodeSystem.compositional [ fhir:value "false"^^xsd:boolean];
  fhir:CodeSystem.versionNeeded [ fhir:value "false"^^xsd:boolean];
  fhir:CodeSystem.content [ fhir:value "complete"];
  fhir:CodeSystem.count [ fhir:value "3"^^xsd:nonNegativeInteger];
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.concept.code [ fhir:value "ABR" ];
     fhir:CodeSystem.concept.display [ fhir:value "Australian Business Register (ABR)" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Australian Business Register (ABR)" ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.concept.code [ fhir:value "HI" ];
     fhir:CodeSystem.concept.display [ fhir:value "Healthcare Identifiers (HI) Service" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Healthcare Identifiers (HI) Service" ]
  ], [
     fhir:index 2;
     fhir:CodeSystem.concept.code [ fhir:value "Ahpra" ];
     fhir:CodeSystem.concept.display [ fhir:value "Australian Health Practitioner Regulation Agency (Ahpra) Register" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Australian Health Practitioner Regulation Agency (Ahpra) Register" ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.