Agency Common Components FHIR Implementation Guide, published by Australian Digital Health Agency. This guide is not an authorized publication; it is the continuous build for version 26.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/AuDigitalHealth/CC/ and changes regularly. See the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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-suppressed-example"] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole practitionerrole-suppressed-example</b></p><a name=\"practitionerrole-suppressed-example\"> </a><a name=\"hcpractitionerrole-suppressed-example\"> </a><blockquote><p><b>Suppression Indicator for Visibility</b></p><ul><li>suppressedBy: <span title=\"Codes:{http://digitalhealth.gov.au/fhir/cc/CodeSystem/suppressed-cs practitioner-initiated}\">Practitioner initiated</span></li></ul></blockquote><p><b>active</b>: true</p><p><b>practitioner</b>: Dr Suppressed Example</p><p><b>organization</b>: Suppressed Org</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 309343006}\">Physician</span></p><p><b>specialty</b>: <span title=\"Codes:{http://snomed.info/sct 408443003}\">General medical practice</span></p><p><b>telecom</b>: <a href=\"mailto:suppressed@example.com\">suppressed@example.com</a></p></div>"^^rdf:XMLLiteral ]
] ; #
fhir:extension ( [
( fhir:extension [
fhir:url [ fhir:v "suppressedBy"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "http://digitalhealth.gov.au/fhir/cc/CodeSystem/suppressed-cs"^^xsd:anyURI ] ;
fhir:code [ fhir:v "practitioner-initiated" ] ;
fhir:display [ fhir:v "Practitioner initiated" ] ] ) ] ] ) ;
fhir:url [ fhir:v "http://digitalhealth.gov.au/fhir/cc/StructureDefinition/suppressed"^^xsd:anyURI ]
] ) ; #
fhir:active [ fhir:v true] ; #
fhir:practitioner [
fhir:display [ fhir:v "Dr Suppressed Example" ]
] ; #
fhir:organization [
fhir:display [ fhir:v "Suppressed Org" ]
] ; #
fhir:code ( [
( fhir:coding [
a sct:309343006 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "309343006" ] ;
fhir:display [ fhir:v "Physician" ] ] )
] ) ; #
fhir:specialty ( [
( fhir:coding [
a sct:408443003 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "408443003" ] ;
fhir:display [ fhir:v "General medical practice" ] ] )
] ) ; #
fhir:telecom ( [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "suppressed@example.com" ] ;
fhir:use [ fhir:v "work" ]
] ) . #
IG © 2026+ Australian Digital Health Agency. Package au.gov.digitalhealth.cc#26.0.0 based on FHIR 4.0.1. Generated 2026-06-16
Links: Table of Contents | QA Report | Version History | Report an issue or propose a change
Publisher: Australian Digital Health Agency | ABN: 84 425 496 912, Level 25, 175 Liverpool Street, Sydney, NSW 2000 | Phone: 1300 901 001 | Email: help@digitalhealth.gov.au | https://www.digitalhealth.gov.au | Privacy policy | Terms of Use