@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CodeSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "pca-security-role-type"] ; # 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-security-role-type

This case-sensitive code system http://pca.digitalhealth.gov.au/fhir/4.0/CodeSystem/pca-security-role-type defines the following codes:

CodeDefinition
PS_ReadOnly System role that enables a client system to search for and retrieve resources on behalf of a participating publisher organisation.
PS_ServicesMgr System role that enables a client system to manage service offerings on behalf of a participating publisher organisation.
PS_PractitionerMgr System role that enables a client system to manage practitioner roles on behalf of a participating publisher organisation.
PS_PublicationMgr System role that enables a client system to authorise the publication of service offerings on behalf of a participating publisher organisation.
SS_PartnerServiceMgr System role that enables a client system to manage partner services on behalf of a participating subscriber organisation.
SS_Updater System role that enables a client system to update the match statuses and/or subscriber identifiers of service offerings on behalf of a participating subscriber organisation.
SS_Receiver System role that enables a client system to search for and retrieve resources on behalf of a participating subscriber organisation.
" ] ; # fhir:url [ fhir:v "http://pca.digitalhealth.gov.au/fhir/4.0/CodeSystem/pca-security-role-type"^^xsd:anyURI] ; # fhir:version [ fhir:v "24.2.0.1"] ; # fhir:name [ fhir:v "PcaSecurityRoleType"] ; # fhir:title [ fhir:v "PCA Security Role Type"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2024-11-25T11:41:59+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 Security Role Type code system defines concepts that identify the security role types used by the PCA service."] ; # 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"^^xsd:boolean] ; # fhir:compositional [ fhir:v "false"^^xsd:boolean] ; # fhir:versionNeeded [ fhir:v "false"^^xsd:boolean] ; # fhir:content [ fhir:v "complete"] ; # fhir:count [ fhir:v "7"^^xsd:nonNegativeInteger] ; # fhir:concept ( [ fhir:code [ fhir:v "PS_ReadOnly" ] ; fhir:display [ fhir:v "PS_ReadOnly" ] ; fhir:definition [ fhir:v "System role that enables a client system to search for and retrieve resources on behalf of a participating publisher organisation." ] ] [ fhir:code [ fhir:v "PS_ServicesMgr" ] ; fhir:display [ fhir:v "PS_ServicesMgr" ] ; fhir:definition [ fhir:v "System role that enables a client system to manage service offerings on behalf of a participating publisher organisation." ] ] [ fhir:code [ fhir:v "PS_PractitionerMgr" ] ; fhir:display [ fhir:v "PS_PractitionerMgr" ] ; fhir:definition [ fhir:v "System role that enables a client system to manage practitioner roles on behalf of a participating publisher organisation." ] ] [ fhir:code [ fhir:v "PS_PublicationMgr" ] ; fhir:display [ fhir:v "PS_PublicationMgr" ] ; fhir:definition [ fhir:v "System role that enables a client system to authorise the publication of service offerings on behalf of a participating publisher organisation." ] ] [ fhir:code [ fhir:v "SS_PartnerServiceMgr" ] ; fhir:display [ fhir:v "SS_PartnerServiceMgr" ] ; fhir:definition [ fhir:v "System role that enables a client system to manage partner services on behalf of a participating subscriber organisation." ] ] [ fhir:code [ fhir:v "SS_Updater" ] ; fhir:display [ fhir:v "SS_Updater" ] ; fhir:definition [ fhir:v "System role that enables a client system to update the match statuses and/or subscriber identifiers of service offerings on behalf of a participating subscriber organisation." ] ] [ fhir:code [ fhir:v "SS_Receiver" ] ; fhir:display [ fhir:v "SS_Receiver" ] ; fhir:definition [ fhir:v "System role that enables a client system to search for and retrieve resources on behalf of a participating subscriber organisation." ] ] ) . # # -------------------------------------------------------------------------------------