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/common-components/ and changes regularly. See the Directory of published versions

: Suppressed PractitionerRole Example - XML Representation

Raw xml | Download


<PractitionerRole xmlns="http://hl7.org/fhir">
  <id value="practitionerrole-suppressed-example"/>
  <text>
    <status value="extensions"/>
    <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/responsible-party-type 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>
  </text>
  <extension
             url="http://digitalhealth.gov.au/fhir/cc/StructureDefinition/suppressed">
    <extension url="suppressedBy">
      <valueCodeableConcept>
        <coding>
          <system
                  value="http://digitalhealth.gov.au/fhir/cc/CodeSystem/responsible-party-type"/>
          <code value="practitioner-initiated"/>
          <display value="Practitioner initiated"/>
        </coding>
      </valueCodeableConcept>
    </extension>
  </extension>
  <active value="true"/>
  <practitioner>
    <display value="Dr Suppressed Example"/>
  </practitioner>
  <organization>
    <display value="Suppressed Org"/>
  </organization>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="309343006"/>
      <display value="Physician"/>
    </coding>
  </code>
  <specialty>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="408443003"/>
      <display value="General medical practice"/>
    </coding>
  </specialty>
  <telecom>
    <system value="email"/>
    <value value="suppressed@example.com"/>
    <use value="work"/>
  </telecom>
</PractitionerRole>