GP Chronic Condition Management Plan
0.1.0 - ci-build

GP Chronic Condition Management Plan, published by AEHRC CSIRO. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/aehrc/gpccmp-fhir-ig/ and changes regularly. See the Directory of published versions

: PractitionerRole - General Practitioner - JSON Representation

Raw json | Download

{
  "resourceType" : "PractitionerRole",
  "id" : "gp-primary-peter",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org.au/fhir/core/StructureDefinition/au-core-practitionerrole"🔗 ,
      "https://gpccmp.csiro.au/ig/StructureDefinition/GPCCMPPractitionerRole"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole gp-primary-peter</b></p><a name=\"gp-primary-peter\"> </a><a name=\"hcgp-primary-peter\"> </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\">Profiles: <a href=\"http://hl7.org.au/fhir/core/2.0.0/StructureDefinition-au-core-practitionerrole.html\">AU Core PractitionerRole</a>, <a href=\"StructureDefinition-GPCCMPPractitionerRole.html\">GP CCMP Practitioner Role</a></p></div><p><b>identifier</b>: Medicare Provider Number/2426621B</p><p><b>active</b>: true</p><p><b>period</b>: 2020-01-01 --&gt; 2028-03-31</p><p><b>practitioner</b>: <a href=\"Practitioner-primary-peter.html\">Dr Peter Primary</a></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 62247001}, {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 394814009}\">General practice (specialty)</span></p><p><b>telecom</b>: ph: (08) 7010 5556(Work), <a href=\"mailto:PPP@example.org\">PPP@example.org</a></p><blockquote><p><b>availableTime</b></p><p><b>daysOfWeek</b>: Monday, Tuesday, Wednesday</p><p><b>availableStartTime</b>: 09:00:00</p><p><b>availableEndTime</b>: 16:30:00</p></blockquote><blockquote><p><b>availableTime</b></p><p><b>daysOfWeek</b>: Thursday, Friday</p><p><b>availableStartTime</b>: 09:00:00</p><p><b>availableEndTime</b>: 12:00:00</p></blockquote><h3>NotAvailables</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Description</b></td><td><b>During</b></td></tr><tr><td style=\"display: none\">*</td><td>Peter will be on extended leave during September 2026</td><td>2026-09-01 --&gt; 2026-09-20</td></tr></table><p><b>availabilityExceptions</b>: Peter is generally unavailable on public holidays and during the Christmas/New Year break</p></div>"
  },
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org.au/CodeSystem/v2-0203",
            "code" : "UPIN"
          }
        ]
      },
      "system" : "http://ns.electronichealth.net.au/id/medicare-provider-number",
      "value" : "2426621B"
    }
  ],
  "active" : true,
  "period" : {
    "start" : "2020-01-01",
    "end" : "2028-03-31"
  },
  "practitioner" : {
    🔗 "reference" : "Practitioner/primary-peter",
    "display" : "Dr Peter Primary"
  },
  "code" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "62247001"
        },
        {
          "system" : "http://www.abs.gov.au/ausstats/abs@.nsf/mf/1220.0",
          "code" : "253111"
        }
      ]
    }
  ],
  "specialty" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "394814009",
          "display" : "General practice (specialty)"
        }
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "(08) 7010 5556",
      "use" : "work"
    },
    {
      "system" : "email",
      "value" : "PPP@example.org",
      "use" : "work"
    }
  ],
  "availableTime" : [
    {
      "daysOfWeek" : [
        "mon",
        "tue",
        "wed"
      ],
      "availableStartTime" : "09:00:00",
      "availableEndTime" : "16:30:00"
    },
    {
      "daysOfWeek" : [
        "thu",
        "fri"
      ],
      "availableStartTime" : "09:00:00",
      "availableEndTime" : "12:00:00"
    }
  ],
  "notAvailable" : [
    {
      "description" : "Peter will be on extended leave during September 2026",
      "during" : {
        "start" : "2026-09-01",
        "end" : "2026-09-20"
      }
    }
  ],
  "availabilityExceptions" : "Peter is generally unavailable on public holidays and during the Christmas/New Year break"
}