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 Task Example - JSON Representation

Raw json | Download

{
  "resourceType" : "Task",
  "meta" : {
    "profile" : [
      🔗 "https://fhir-ig.digital.health.nz/shared-care/StructureDefinition/OutpatientCommunicationTask"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Task OutpatientCommunicationTaskExample</b></p><a name=\"OutpatientCommunicationTaskExample\"> </a><a name=\"hcOutpatientCommunicationTaskExample\"> </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-OutpatientCommunicationTask.html\">Outpatient Communication Task</a></p></div><p><b>basedOn</b>: <a href=\"Appointment/appointment-example\">Appointment/appointment-example</a></p><p><b>status</b>: Requested</p><p><b>intent</b>: order</p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/sdc/CodeSystem/temp complete-questionnaire}\">Complete Questionnaire</span></p><p><b>description</b>: Please complete this questionnaire before your cardiology appointment on January 22nd. It should take about 10 minutes.</p><p><b>focus</b>: <a href=\"Questionnaire/cardiology-intake-questionnaire\">Questionnaire/cardiology-intake-questionnaire</a></p><p><b>for</b>: <a href=\"Patient/nhi-example\">John Doe</a></p><p><b>authoredOn</b>: 2024-01-15 10:00:00+0000</p><p><b>requester</b>: <a href=\"Practitioner/practitioner-example\">Dr. Jane Smith</a></p><p><b>owner</b>: <a href=\"Practitioner/practitioner-example\">Dr. Jane Smith</a></p><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 394807007}\">Cardiology</span></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/uv/sdc/CodeSystem/temp questionnaire}\">Questionnaire</span></td><td><code>https://fhir-ig.digital.health.nz/shared-care/Questionnaire/cardiology-intake-questionnaire|1.0.0</code></td></tr></table></div>"
  },
  "basedOn" : [
    {
      "reference" : "Appointment/appointment-example"
    }
  ],
  "status" : "requested",
  "intent" : "order",
  "code" : {
    "coding" : [
      {
        "system" : "http://hl7.org/fhir/uv/sdc/CodeSystem/temp",
        "code" : "complete-questionnaire"
      }
    ]
  },
  "description" : "Please complete this questionnaire before your cardiology appointment on January 22nd. It should take about 10 minutes.",
  "focus" : {
    "reference" : "Questionnaire/cardiology-intake-questionnaire"
  },
  "for" : {
    "reference" : "Patient/nhi-example",
    "display" : "John Doe"
  },
  "authoredOn" : "2024-01-15T10:00:00Z",
  "requester" : {
    "reference" : "Practitioner/practitioner-example",
    "display" : "Dr. Jane Smith"
  },
  "owner" : {
    "reference" : "Practitioner/practitioner-example",
    "display" : "Dr. Jane Smith"
  },
  "reasonCode" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "394807007",
        "display" : "Cardiology"
      }
    ]
  },
  "input" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/uv/sdc/CodeSystem/temp",
            "code" : "questionnaire"
          }
        ]
      },
      "valueCanonical" : "https://fhir-ig.digital.health.nz/shared-care/Questionnaire/cardiology-intake-questionnaire|1.0.0"
    }
  ]
}