Breast Screening NZ FHIR Implementation Guide
1.1.0 - Release

Breast Screening NZ FHIR Implementation Guide - Local Development build (v1.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: CAREPLAN-1 - JSON Representation

Raw json | Download

{
  "resourceType" : "CarePlan",
  "id" : "CP1",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CarePlan CP1</b></p><a name=\"CP1\"> </a><a name=\"hcCP1\"> </a><p><b>Programme Status Extension</b>: <span title=\"Codes:{http://hl7.org.nz/fhir/ig/bsa/CodeSystem/programme-status not-enrolled}\">Not enrolled</span></p><p><b>Pathway State Extension</b>: <span title=\"Codes:{http://hl7.org.nz/fhir/ig/bsa/CodeSystem/pathway-state exited}\">Exited</span></p><p><b>Pathway Substate Extension</b>: <span title=\"Codes:{http://hl7.org.nz/fhir/ig/bsa/CodeSystem/pathway-substate deceased}\">Deceased</span></p><p><b>Pathway State Date Last Modified Extension</b>: 2025-11-07 13:16:36+0000</p><p><b>status</b>: On Hold</p><p><b>intent</b>: Plan</p><p><b>subject</b>: Participant NHI Id (Identifier: ZXE24NV)</p><p><b>period</b>: 2005-05-16 00:00:00+0000 --&gt; 2017-08-13 12:00:00+0000</p><p><b>author</b>: Lead Provider HPI Org ID (Identifier: GZZ991-D)</p></div>"
  },
  "extension" : [
    {
      "url" : "https://breastscreening.health.nz/ig/StructureDefinition/programme-status",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://hl7.org.nz/fhir/ig/bsa/CodeSystem/programme-status",
            "code" : "not-enrolled"
          }
        ]
      }
    },
    {
      "url" : "https://breastscreening.health.nz/ig/StructureDefinition/pathway-state",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://hl7.org.nz/fhir/ig/bsa/CodeSystem/pathway-state",
            "code" : "exited"
          }
        ]
      }
    },
    {
      "url" : "https://breastscreening.health.nz/ig/StructureDefinition/pathway-substate",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://hl7.org.nz/fhir/ig/bsa/CodeSystem/pathway-substate",
            "code" : "deceased"
          }
        ]
      }
    },
    {
      "url" : "https://breastscreening.health.nz/ig/StructureDefinition/pathway-state-date-last-modified",
      "valueDateTime" : "2025-11-07T13:16:36+00:00"
    }
  ],
  "status" : "on-hold",
  "intent" : "plan",
  "subject" : {
    "type" : "https://standards.digital.health.nz/ns/nhi-id",
    "identifier" : {
      "value" : "ZXE24NV"
    },
    "display" : "Participant NHI Id"
  },
  "period" : {
    "start" : "2005-05-16T00:00:00+00:00",
    "end" : "2017-08-13T12:00:00+00:00"
  },
  "author" : {
    "type" : "https://standards.digital.health.nz/ns/hpi-organisation-id",
    "identifier" : {
      "value" : "GZZ991-D"
    },
    "display" : "Lead Provider HPI Org ID"
  }
}