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

: Practitioner Role Communication Example - JSON Representation

Raw json | Download

{
  "resourceType" : "PractitionerRole",
  "id" : "practitioner-role-communication-example",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole practitioner-role-communication-example</b></p><a name=\"practitioner-role-communication-example\"> </a><a name=\"hcpractitioner-role-communication-example\"> </a><p><b>Practitioner Role Communication</b>: <span title=\"Codes:{urn:ietf:bcp:47 en}\">English</span></p><p><b>active</b>: true</p><p><b>practitioner</b>: Dr Bruce Dundee</p><p><b>organization</b>: Example Health Organisation</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=\"tel:+61287654321\">+61 2 8765 4321</a></p></div>"
  },
  "extension" : [
    {
      "url" : "http://digitalhealth.gov.au/fhir/cc/StructureDefinition/practitioner-role-communication",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "urn:ietf:bcp:47",
            "code" : "en",
            "display" : "English"
          }
        ]
      }
    }
  ],
  "active" : true,
  "practitioner" : {
    "display" : "Dr Bruce Dundee"
  },
  "organization" : {
    "display" : "Example Health Organisation"
  },
  "code" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "309343006",
          "display" : "Physician"
        }
      ]
    }
  ],
  "specialty" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "408443003",
          "display" : "General medical practice"
        }
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "+61 2 8765 4321",
      "use" : "work"
    }
  ]
}