Australian Digital Health Agency FHIR Implementation Guide 1.1.0

This page is part of the Australian Digital Health Agency FHIR Implementation Guide 1.1.0. It is based on FHIR® version 4.0.1. See the Directory of published versions for a list of available previous versions.

Example: PractitionerRole-mds

Formats: Narrative, XML, JSON, Turtle

Raw json


{
  "resourceType" : "PractitionerRole",
  "id" : "mds",
  "meta" : {
    "profile" : [
      "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-practitionerrole-core-1"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: PractitionerRole</b><a name=\"mds\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource PractitionerRole \"mds\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-dh-practitionerrole-core-1.html\">ADHA Core PractitionerRole</a></p></div><p><b>identifier</b>: id: ?ngen-9?</p><p><b>practitioner</b>: <a href=\"Practitioner-mmds.html\">Practitioner/mmds</a> \" KILLER\"</p><p><b>code</b>: Health Professional <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (1220.0#250000)</span></p></div>"
  },
  "identifier" : [
    {
      "extension" : [
        {
          "url" : "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
          "valueCode" : "unknown"
        }
      ]
    }
  ],
  "practitioner" : {
    "reference" : "Practitioner/mmds"
  },
  "code" : [
    {
      "coding" : [
        {
          "system" : "http://www.abs.gov.au/ausstats/abs@.nsf/mf/1220.0",
          "code" : "250000"
        }
      ],
      "text" : "Health Professional"
    }
  ]
}