AU Base Implementation Guide
6.0.0-ci-build - CI Build Australia flag

AU Base Implementation Guide, published by HL7 Australia. This guide is not an authorized publication; it is the continuous build for version 6.0.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/steveswinsburg/au-fhir-base/ and changes regularly. See the Directory of published versions

: Practitioner - a typical Ahpra registered professional - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "Practitioner",
  "id" : "example4",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org.au/fhir/StructureDefinition/au-practitioner"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner example4</b></p><a name=\"example4\"> </a><a name=\"hcexample4\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-au-practitioner.html\">AU Base Practitioner</a></p></div><p><b>identifier</b>: HPI-I/8003619900015717, Ahpra Registration Number/MED0000123456, Ahpra Registration Number/PHY0001234567</p><p><b>name</b>: Robert Smith </p><blockquote><p><b>qualification</b></p><p><b>code</b>: <span title=\"Codes:\">Bachelor of Medicine/Bachelor of Surgery</span></p><p><b>period</b>: 2003 --&gt; (ongoing)</p><p><b>issuer</b>: <a href=\"#hcexample4/org-5678\">Organization University of Sydney</a></p></blockquote><blockquote><p><b>qualification</b></p><p><b>code</b>: <span title=\"Codes:\">Bachelor of Applied Science (Physiotherapy)</span></p><p><b>period</b>: 1995 --&gt; (ongoing)</p><p><b>issuer</b>: <a href=\"#hcexample4/org-5678\">Organization University of Sydney</a></p></blockquote><blockquote><p><b>qualification</b></p><p><b>code</b>: <span title=\"Codes:\">Fellowship of the Royal Australian College of General Practitioners</span></p><p><b>period</b>: 2006 --&gt; (ongoing)</p><p><b>issuer</b>: <a href=\"#hcexample4/org-1234\">Organization The Royal Australian College of General Practitioners</a></p></blockquote><blockquote><p><b>qualification</b></p><p><b>identifier</b>: Ahpra Registration Number/PHY0001234567</p><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org.au/CodeSystem/v2-0360 AHPRA}\">Ahpra Physiotherapy</span></p><p><b>period</b>: 1996-02-08 --&gt; (ongoing)</p><p><b>issuer</b>: Australian Health Practitioner Regulation Agency</p></blockquote><p><b>communication</b>: <span title=\"Codes:\">Arabic</span></p><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: Organization #org-5678</b></p><a name=\"example4/org-5678\"> </a><a name=\"hcexample4/org-5678\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-au-organization.html\">AU Base Organization</a></p></div><p><b>name</b>: University of Sydney</p><p><b>address</b>: AU </p></blockquote><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: Organization #org-1234</b></p><a name=\"example4/org-1234\"> </a><a name=\"hcexample4/org-1234\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-au-organization.html\">AU Base Organization</a></p></div><p><b>name</b>: The Royal Australian College of General Practitioners</p><p><b>address</b>: AU </p></blockquote></div>"
  },
  "contained" : [
    {
      "resourceType" : "Organization",
      "id" : "org-5678",
      "meta" : {
        "profile" : [
          🔗 "http://hl7.org.au/fhir/StructureDefinition/au-organization"
        ]
      },
      "name" : "University of Sydney",
      "address" : [
        {
          "country" : "AU"
        }
      ]
    },
    {
      "resourceType" : "Organization",
      "id" : "org-1234",
      "meta" : {
        "profile" : [
          🔗 "http://hl7.org.au/fhir/StructureDefinition/au-organization"
        ]
      },
      "name" : "The Royal Australian College of General Practitioners",
      "address" : [
        {
          "country" : "AU"
        }
      ]
    }
  ],
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "NPI",
            "display" : "National provider identifier"
          }
        ],
        "text" : "HPI-I"
      },
      "system" : "http://ns.electronichealth.net.au/id/hi/hpii/1.0",
      "value" : "8003619900015717"
    },
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org.au/CodeSystem/v2-0203",
            "code" : "AHPRA",
            "display" : "Australian Health Practitioner Regulation Agency Registration Number"
          }
        ],
        "text" : "Ahpra Registration Number"
      },
      "system" : "http://hl7.org.au/id/ahpra-registration-number",
      "value" : "MED0000123456"
    },
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org.au/CodeSystem/v2-0203",
            "code" : "AHPRA",
            "display" : "Australian Health Practitioner Regulation Agency Registration Number"
          }
        ],
        "text" : "Ahpra Registration Number"
      },
      "system" : "http://hl7.org.au/id/ahpra-registration-number",
      "value" : "PHY0001234567"
    }
  ],
  "name" : [
    {
      "family" : "Smith",
      "given" : [
        "Robert"
      ],
      "prefix" : [
        "Dr"
      ]
    }
  ],
  "qualification" : [
    //  Qualification - Bachelor of Medicine / Bachelor of Surgery 
    {
      "code" : {
        "text" : "Bachelor of Medicine/Bachelor of Surgery"
      },
      "period" : {
        "start" : "2003"
      },
      "issuer" : {
        "reference" : "#org-5678"
      }
    },
    {
      "code" : {
        "text" : "Bachelor of Applied Science (Physiotherapy)"
      },
      "period" : {
        "start" : "1995"
      },
      "issuer" : {
        "reference" : "#org-5678"
      }
    },
    {
      "code" : {
        "text" : "Fellowship of the Royal Australian College of General Practitioners"
      },
      "period" : {
        "start" : "2006"
      },
      "issuer" : {
        "reference" : "#org-1234"
      }
    },
    {
      "identifier" : [
        // identifier:AhpraRegistrationNumber
        {
          "type" : {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org.au/CodeSystem/v2-0203",
                "code" : "AHPRA",
                "display" : "Australian Health Practitioner Regulation Agency Registration Number"
              }
            ],
            "text" : "Ahpra Registration Number"
          },
          "system" : "http://hl7.org.au/id/ahpra-registration-number",
          "value" : "PHY0001234567"
        }
      ],
      "code" : // code:Ahpra Registration
      {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org.au/CodeSystem/v2-0360",
            "code" : "AHPRA",
            "display" : "Ahpra Registration"
          }
        ],
        "text" : "Ahpra Physiotherapy"
      },
      "period" : // period: Ahpra Registration Expiry 
      {
        "start" : "1996-02-08"
      },
      "issuer" : {
        "display" : "Australian Health Practitioner Regulation Agency"
      }
    }
  ],
  "communication" : [
    //  Qualification - Bachelor of Applied Science (Physiotherapy) 
    //  Qualification - General Practitioner 
    //  AhpraProfession - Physiotherapist 
    {
      "text" : "Arabic"
    }
  ]
}