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

: PractitionerRole - General Practitioner - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "PractitionerRole",
  "id" : "generalpractitioner-guthridge-jarred",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org.au/fhir/core/StructureDefinition/au-core-practitionerrole"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole generalpractitioner-guthridge-jarred</b></p><a name=\"generalpractitioner-guthridge-jarred\"> </a><a name=\"hcgeneralpractitioner-guthridge-jarred\"> </a><a name=\"generalpractitioner-guthridge-jarred-en-AU\"> </a><p><b>identifier</b>: Medicare Provider Number/2448301T, Employee Number/BBC-GA-001</p><p><b>practitioner</b>: <a href=\"Practitioner-guthridge-jarred.html\">Practitioner Jarred GUTHRIDGE </a></p><p><b>organization</b>: <a href=\"Organization-elimbah-medical-centre.html\">Organization Elimbah Medical Centre</a></p><p><b>code</b>: <span title=\"Codes:{http://www.abs.gov.au/ausstats/abs@.nsf/mf/1220.0 253111}\">General Practitioner</span></p><p><b>specialty</b>: <span title=\"Codes:{http://snomed.info/sct 408443003}\">General medical practice</span></p><p><b>location</b>: <a href=\"Location-elimbah-medical-centre.html\">Location Elimbah Medical Centre</a></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></div>"
  },
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org.au/CodeSystem/v2-0203",
            "code" : "UPIN"
          }
        ],
        "text" : "Medicare Provider Number"
      },
      "system" : "http://ns.electronichealth.net.au/id/medicare-provider-number",
      "value" : "2448301T"
    },
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "EI",
            "display" : "Employee number"
          }
        ],
        "text" : "Employee Number"
      },
      "system" : "http://ns.electronichealth.net.au/id/hpio-scoped/service-provider-individual/1.0/8003629900040359",
      "value" : "BBC-GA-001",
      "assigner" : {
        "display" : "Elimbah Medical Centre"
      }
    }
  ],
  "practitioner" : {
    🔗 "reference" : "Practitioner/guthridge-jarred"
  },
  "organization" : {
    🔗 "reference" : "Organization/elimbah-medical-centre"
  },
  "code" : [
    {
      "coding" : [
        {
          "system" : "http://www.abs.gov.au/ausstats/abs@.nsf/mf/1220.0",
          "code" : "253111",
          "display" : "General Practitioner"
        }
      ]
    }
  ],
  "specialty" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "408443003",
          "display" : "General medical practice"
        }
      ]
    }
  ],
  "location" : [
    {
      🔗 "reference" : "Location/elimbah-medical-centre"
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "0770109540",
      "use" : "work"
    },
    {
      "system" : "email",
      "value" : "jarred.guthridge@elimbahmedicalcentre.example.com.au",
      "use" : "work"
    }
  ]
}