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

: Encounter - GP Chronic Care Consultation - JSON Representation

Raw json | Download

{
  "resourceType" : "Encounter",
  "id" : "gpccmp-foreman-caterina",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org.au/fhir/core/StructureDefinition/au-core-encounter"🔗 ,
      "https://gpccmp.csiro.au/ig/StructureDefinition/GPCCMPEncounter"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter gpccmp-foreman-caterina</b></p><a name=\"gpccmp-foreman-caterina\"> </a><a name=\"hcgpccmp-foreman-caterina\"> </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-encounter.html\">AU Core Encounter</a>, <a href=\"StructureDefinition-GPCCMPEncounter.html\">GP CCMP Encounter</a></p></div><p><b>status</b>: In Progress</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/7.1.0/CodeSystem-v3-ActCode.html#v3-ActCode-AMB\">ActCode: AMB</a> (ambulatory)</p><p><b>serviceType</b>: <span title=\"Codes:{http://snomed.info/sct 788007007}\">General practice service</span></p><p><b>subject</b>: <a href=\"Patient-foreman-caterina.html\">Caterina FOREMAN (official) Female, DoB: 1970-07-24 ( IHI:\u00a0Austalian Healthcare Identifier - Individual#8003608666976386)</a></p><h3>Participants</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Individual</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ParticipationType PPRF}\">primary performer</span></td><td><a href=\"PractitionerRole-gp-primary-peter.html\">PractitionerRole General practitioner</a></td></tr></table><p><b>period</b>: 2026-04-02 09:20:00+1000 --&gt; (ongoing)</p><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 399684003}\">Development of care plan</span></p><h3>Locations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Location</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Location-quinninup-medical-clinic.html\">Location Quinninup Medical Clinic</a></td></tr></table></div>"
  },
  "status" : "in-progress",
  "class" : {
    "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code" : "AMB",
    "display" : "ambulatory"
  },
  "serviceType" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "788007007",
        "display" : "General practice service"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/foreman-caterina",
    "identifier" : {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "MC",
            "display" : "Patient's Medicare Number"
          }
        ],
        "text" : "Medicare Number"
      },
      "system" : "http://ns.electronichealth.net.au/id/medicare-number",
      "value" : "39513337011"
    }
  },
  "participant" : [
    {
      "type" : [
        {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "code" : "PPRF",
              "display" : "primary performer"
            }
          ]
        }
      ],
      "individual" : {
        🔗 "reference" : "PractitionerRole/gp-primary-peter"
      }
    }
  ],
  "period" : {
    "start" : "2026-04-02T09:20:00+10:00"
  },
  "reasonCode" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "399684003",
          "display" : "Development of care plan"
        }
      ]
    }
  ],
  "location" : [
    {
      "location" : {
        🔗 "reference" : "Location/quinninup-medical-clinic"
      }
    }
  ]
}