AU Patient Summary Implementation Guide
0.1.0-cibuild - CI Build Australia flag

AU Patient Summary Implementation Guide, published by HL7 Australia. This guide is not an authorized publication; it is the continuous build for version 0.1.0-cibuild built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7au/draft-au-patient-summary/ and changes regularly. See the Directory of published versions

: Practitioner - Jarred Guthridge - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "Practitioner",
  "id" : "guthridge-jarred",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org.au/fhir/core/StructureDefinition/au-core-practitioner"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner guthridge-jarred</b></p><a name=\"guthridge-jarred\"> </a><a name=\"hcguthridge-jarred\"> </a><a name=\"guthridge-jarred-en-AU\"> </a><p><b>identifier</b>: HPI-I/8003611566718288, Prescriber Number/8017183</p><p><b>name</b>: Jarred GUTHRIDGE </p><p><b>telecom</b>: ph: 0770109540(Work), <a href=\"mailto:jarred.guthridge@elimbahmedicalcentre.example.com.au\">jarred.guthridge@elimbahmedicalcentre.example.com.au</a></p><p><b>address</b>: 30 Western Pl Elimbah QLD 4516 </p><p><b>gender</b>: Male</p><h3>Qualifications</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Extension</b></td><td><b>Identifier</b></td><td><b>Code</b></td></tr><tr><td style=\"display: none\">*</td><td/><td>Ahpra Registration Number/HAC000000005</td><td><span title=\"Codes:{http://terminology.hl7.org.au/CodeSystem/v2-0360 AUAHPRAProfession}\">AHPRA Profession</span></td></tr></table></div>"
  },
  "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" : "8003611566718288"
    },
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org.au/CodeSystem/v2-0203",
            "code" : "PRES",
            "display" : "Prescriber Number"
          }
        ]
      },
      "system" : "http://ns.electronichealth.net.au/id/medicare-prescriber-number",
      "value" : "8017183"
    }
  ],
  "name" : [
    {
      "family" : "GUTHRIDGE",
      "given" : [
        "Jarred"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "0770109540",
      "use" : "work"
    },
    {
      "system" : "email",
      "value" : "jarred.guthridge@elimbahmedicalcentre.example.com.au"
    }
  ],
  "address" : [
    {
      "line" : [
        "30 Western Pl"
      ],
      "city" : "Elimbah",
      "state" : "QLD",
      "postalCode" : "4516"
    }
  ],
  "gender" : "male",
  "qualification" : [
    {
      "extension" : [
        {
          "url" : "http://hl7.org.au/fhir/StructureDefinition/ahpraprofession-details",
          "extension" : [
            {
              "url" : "ahpraProfession",
              "valueCodeableConcept" : {
                "text" : "Medical Practitioner"
              }
            }
          ]
        }
      ],
      "identifier" : [
        {
          "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" : "HAC000000005"
        }
      ],
      "code" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org.au/CodeSystem/v2-0360",
            "code" : "AUAHPRAProfession",
            "display" : "AHPRA Profession"
          }
        ]
      }
    }
  ]
}