Australian Base Implementation Guide (AU Base 2)

This page is part of the Australian Base IG (v2.2.0-ballot: R3 Ballot) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 6.0.0. For a full list of available versions, see the Directory of published versions. Page versions: R5 R4 R3

Example: PractitionerRole-example3

Formats: Narrative,XML, JSON, Turtle

Raw json


{
  "resourceType" : "PractitionerRole",
  "id" : "example3",
  "meta" : {
    "profile" : [
      "http://hl7.org.au/fhir/StructureDefinition/au-practitionerrole"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>identifier</b>: Medicare Provider Number: 1234561A</p><p><b>practitioner</b>: <a href=\"Practitioner-example3.html\">Generated Summary: HPI-I: 8003619900015717, AHPRA Registration Number: MED0000932850; Francis Fernando </a></p><p><b>organization</b>: <a href=\"Organization-example3.html\">Generated Summary: ABN: 51824754455; <span title=\"Codes: {http://snomed.info/sct 288565001}\">Medical centre</span>; name: Devonport Family Medicine Clinic; reception@dfmc.example.com, Fax: (03) 5550 5557, Phone: (03) 5550 5556</a></p><p><b>code</b>: <span title=\"Codes: {http://snomed.info/sct 62247001}\">General practitioner</span></p><p><b>specialty</b>: <span title=\"Codes: {http://snomed.info/sct 394814009}\">General practice (specialty)</span></p><p><b>location</b>: <a href=\"Location-example3.html\">Generated Summary: status: active; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v3-RoleCode FMC}\">Family medicine clinic</span>; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/location-physical-type bu}\">Building</span></a></p><p><b>healthcareService</b>: <a href=\"HealthcareService-example3.html\">Generated Summary: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/service-category 17}\">General Practice</span>; <span title=\"Codes: {http://snomed.info/sct 408443003}\">General medical practice</span>, <span title=\"Codes: {http://snomed.info/sct 23961000087102}\">Opioid dependency management specialty</span>; name: General Practitioner services; Phone: (03) 8543 5555, Phone: (03) 8543 5558; <span title=\"Codes: {http://terminology.hl7.org.au/CodeSystem/service-provision-conditions FBB}\">Fees and Bulk Billing</span>; <span title=\"Codes: {urn:ietf:bcp:47 de}\">German</span>, <span title=\"Codes: {urn:ietf:bcp:47 en}\">English</span></a></p><p><b>telecom</b>: <a href=\"mailto:francis.fernando@alphamail.example.com\">francis.fernando@alphamail.example.com</a></p><h3>AvailableTimes</h3><table class=\"grid\"><tr><td>-</td><td><b>DaysOfWeek</b></td><td><b>AvailableStartTime</b></td><td><b>AvailableEndTime</b></td></tr><tr><td>*</td><td>mon, tue, wed, thu, fri</td><td>08:00:00</td><td>20:00:00</td></tr></table><h3>NotAvailables</h3><table class=\"grid\"><tr><td>-</td><td><b>Description</b></td></tr><tr><td>*</td><td>Weekends</td></tr></table></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" : "1234561A"
    }
  ],
  "practitioner" : {
    "reference" : "Practitioner/example3"
  },
  "organization" : {
    "reference" : "Organization/example3"
  },
  "code" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "62247001",
          "display" : "General practitioner"
        }
      ]
    }
  ],
  "specialty" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "394814009",
          "display" : "General practice (specialty)"
        }
      ]
    }
  ],
  "location" : [
    {
      "reference" : "Location/example3"
    }
  ],
  "healthcareService" : [
    {
      "reference" : "HealthcareService/example3"
    }
  ],
  "telecom" : [
    {
      "system" : "email",
      "value" : "francis.fernando@alphamail.example.com",
      "use" : "work"
    }
  ],
  "availableTime" : [
    {
      "daysOfWeek" : [
        "mon",
        "tue",
        "wed",
        "thu",
        "fri"
      ],
      "availableStartTime" : "08:00:00",
      "availableEndTime" : "20:00:00"
    }
  ],
  "notAvailable" : [
    {
      "description" : "Weekends"
    }
  ]
}
Issues & Feedback