Health New Zealand Te Whatu Ora Shared Care FHIR API
0.4.5 - release NZ

Health New Zealand Te Whatu Ora Shared Care FHIR API - Local Development build (v0.4.5) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Outpatient Communication CarePlan Example - JSON Representation

Raw json | Download

{
  "resourceType" : "CarePlan",
  "meta" : {
    "profile" : [
      🔗 "https://fhir-ig.digital.health.nz/shared-care/StructureDefinition/OutpatientCommunicationCarePlan"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CarePlan OutpatientCommunicationCarePlanExample</b></p><a name=\"OutpatientCommunicationCarePlanExample\"> </a><a name=\"hcOutpatientCommunicationCarePlanExample\"> </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\">Profile: <a href=\"StructureDefinition-OutpatientCommunicationCarePlan.html\">Outpatient Communication Care Plan</a></p></div><p><b>status</b>: Active</p><p><b>intent</b>: Plan</p><p><b>category</b>: <span title=\"Codes:{http://hl7.org/fhir/care-plan-category assess-plan}\">assess-plan</span></p><p><b>subject</b>: John Smith (Identifier: <a href=\"http://fhir.org.nz/ig/base/NamingSystem-nhi.html\" title=\"NHI number\">NHI</a>/ZAC7823\u00a0(use:\u00a0official,\u00a0))</p><p><b>encounter</b>: Cardiology Consultation (Identifier: <code>https://example.org/encounter-ids</code>/ENC-12345)</p><blockquote><p><b>activity</b></p><p><b>reference</b>: <a href=\"CommunicationRequest-EmailCommunicationRequestWithoutTemplateExample.html\">CommunicationRequest: extension = ,,https://example.com/callback; status = unknown; medium = email; occurrence[x] = 2024-08-20 14:30:00+0000; authoredOn = 2024-08-20 14:30:00+0000</a></p></blockquote><blockquote><p><b>activity</b></p><p><b>outcomeReference</b>: <a href=\"QuestionnaireResponse-MeaslesHealthCheckQuestionnaireResponse.html\">Response to Questionnaire '-&gt;Measles Daily Health Check' about '-&gt;display: string (PrimitiveType/QuestionnaireResponse.subject.display): element = string -&gt; display=string[Velma Wood]'</a></p><h3>Details</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>InstantiatesCanonical</b></td><td><b>Status</b></td><td><b>StatusReason</b></td><td><b>Performer</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Questionnaire-MeaslesHealthCheckQuestionnaire.html\">Measles Daily Health Check</a></td><td>In Progress</td><td><span title=\"Codes:{https://fhir-ig.digital.health.nz/shared-care/CodeSystem/shared-care-activity-status-reason pending-review}\">Pending Review</span></td><td>Dr. Sarah Wilson (Identifier: <code>https://standards.digital.health.nz/ns/hpi-practitioner-id</code>/99ZZFX\u00a0(use:\u00a0official,\u00a0))</td></tr></table></blockquote><blockquote><p><b>activity</b></p><p><b>outcomeReference</b>: <a href=\"Communication-EmailCommunicationExample.html\">Communication: extension = ,2024-08-20 14:35:00+0000; status = completed; statusReason = Sent; medium = email; sent = 2024-08-20 14:30:00+0000; received = 2024-08-20 14:35:00+0000</a></p></blockquote></div>"
  },
  "status" : "active",
  "intent" : "plan",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://hl7.org/fhir/care-plan-category",
          "code" : "assess-plan"
        }
      ]
    }
  ],
  "subject" : {
    "type" : "Patient",
    "identifier" : {
      "use" : "official",
      "system" : "https://standards.digital.health.nz/ns/nhi-id",
      "value" : "ZAC7823"
    },
    "display" : "John Smith"
  },
  "encounter" : {
    "type" : "Encounter",
    "identifier" : {
      "system" : "https://example.org/encounter-ids",
      "value" : "ENC-12345"
    },
    "display" : "Cardiology Consultation"
  },
  "activity" : [
    {
      "reference" : {
        🔗 "reference" : "CommunicationRequest/EmailCommunicationRequestWithoutTemplateExample"
      }
    },
    {
      "outcomeReference" : [
        {
          🔗 "reference" : "QuestionnaireResponse/MeaslesHealthCheckQuestionnaireResponse"
        }
      ],
      "detail" : {
        "instantiatesCanonical" : [
          🔗 "https://build.fhir.org/ig/tewhatuora/cinc-fhir-ig/Questionnaire/MeaslesHealthCheckQuestionnaire"
        ],
        "status" : "in-progress",
        "statusReason" : {
          "coding" : [
            {
              "system" : "https://fhir-ig.digital.health.nz/shared-care/CodeSystem/shared-care-activity-status-reason",
              "code" : "pending-review"
            }
          ]
        },
        "performer" : [
          {
            "type" : "Practitioner",
            "identifier" : {
              "use" : "official",
              "system" : "https://standards.digital.health.nz/ns/hpi-practitioner-id",
              "value" : "99ZZFX"
            },
            "display" : "Dr. Sarah Wilson"
          }
        ]
      }
    },
    {
      "outcomeReference" : [
        {
          🔗 "reference" : "Communication/EmailCommunicationExample"
        }
      ]
    }
  ]
}