@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CodeSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "pca-new-patient-availability"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: CodeSystem pca-new-patient-availability

This case-sensitive code system http://pca.digitalhealth.gov.au/fhir/4.0/CodeSystem/pca-new-patient-availability defines the following codes:

CodeDisplayDefinition
accepting Accepting new patientsAccepting new patients
notAccepting Not accepting new patientsNot accepting new patients
"^^rdf:XMLLiteral ] ; # fhir:url [ fhir:v "http://pca.digitalhealth.gov.au/fhir/4.0/CodeSystem/pca-new-patient-availability"^^xsd:anyURI] ; # fhir:version [ fhir:v "25.1.0.0"] ; # fhir:name [ fhir:v "PcaNewPatientAvailability"] ; # fhir:title [ fhir:v "PCA New Patient Availability"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v false] ; # fhir:date [ fhir:v "2025-05-14T10:38:26+10:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "Australian Digital Health Agency"] ; # fhir:contact ( [ fhir:telecom ( [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "mailto:help@digitalhealth.gov.au" ] ] ) ] ) ; # fhir:description [ fhir:v "The PCA New Patient Availability code system includes concepts that identify if a healthcare service is available to new patients."] ; # fhir:jurisdiction ( [ fhir:coding ( [ fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ; fhir:code [ fhir:v "AU" ] ] ) ] ) ; # fhir:copyright [ fhir:v "Copyright © 2024 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:caseSensitive [ fhir:v true] ; # fhir:compositional [ fhir:v false] ; # fhir:versionNeeded [ fhir:v false] ; # fhir:content [ fhir:v "complete"] ; # fhir:count [ fhir:v "2"^^xsd:nonNegativeInteger] ; # fhir:concept ( [ fhir:code [ fhir:v "accepting" ] ; fhir:display [ fhir:v "Accepting new patients" ] ; fhir:definition [ fhir:v "Accepting new patients" ] ] [ fhir:code [ fhir:v "notAccepting" ] ; fhir:display [ fhir:v "Not accepting new patients" ] ; fhir:definition [ fhir:v "Not accepting new patients" ] ] ) . # # -------------------------------------------------------------------------------------