Health New Zealand Te Whatu Ora Shared Care FHIR API
0.4.1 - release New Zealand flag

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

: OutreachTaskExample - JSON Representation

Raw json | Download

{
  "resourceType" : "Task",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2022-12-08T20:58:28.205Z",
    "source" : "Whaihua",
    "profile" : [
      🔗 "https://fhir-ig.digital.health.nz/shared-care/StructureDefinition/OutreachTask"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Task OutreachTaskExample</b></p><a name=\"OutreachTaskExample\"> </a><a name=\"hcOutreachTaskExample\"> </a><a name=\"OutreachTaskExample-en-NZ\"> </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\">version: 1; Last updated: 2022-12-08 20:58:28+0000; </p><p style=\"margin-bottom: 0px\">Information Source: <a href=\"https://simplifier.net/resolve?scope=fhir.org.nz.ig.base@3.0.0&amp;canonical=http://fhir.org.nz/ig/base/Whaihua\">Whaihua</a></p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-OutreachTask.html\">OutreachTask</a></p></div><p><b>basedOn</b>: <a href=\"ServiceRequest-OutreachServiceRequestExample.html\">ServiceRequest Immunization Outreach</a></p><p><b>status</b>: Completed</p><p><b>intent</b>: plan</p><p><b>for</b>: Identifier: NHI/ZXP7823\u00a0(use:\u00a0official,\u00a0)</p><h3>Inputs</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://hl7.org/fhir/resource-types ImmunizationRecommendation}\">ImmunizationRecommendation</span></td><td>Identifier: <code>https://air-fhir-server.com</code>/987654</td></tr></table><h3>Outputs</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://hl7.org/fhir/resource-types Immunization}\">Immunization</span></td><td><a href=\"https://simplifier.net/resolve?scope=fhir.org.nz.ig.base@3.0.0&amp;canonical=https://air-fhir-server.com/Immunization/123\">https://air-fhir-server.com/Immunization/123</a></td></tr></table></div>"
  },
  "basedOn" : [
    {
      🔗 "reference" : "ServiceRequest/OutreachServiceRequestExample"
    }
  ],
  "status" : "completed",
  "intent" : "plan",
  "for" : {
    "identifier" : {
      "use" : "official",
      "system" : "https://standards.digital.health.nz/ns/nhi-id",
      "value" : "ZXP7823"
    }
  },
  "input" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/resource-types",
            "code" : "ImmunizationRecommendation"
          }
        ]
      },
      "valueReference" : {
        "identifier" : {
          "system" : "https://air-fhir-server.com",
          "value" : "987654"
        }
      }
    }
  ],
  "output" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/resource-types",
            "code" : "Immunization"
          }
        ]
      },
      "valueReference" : {
        "reference" : "https://air-fhir-server.com/Immunization/123"
      }
    }
  ]
}