DEPRECATED Te Whatu Ora Shared Care FHIR API - see https://fhir-ig.digital.health.nz/shared-care
0.4.0 - release New Zealand flag

DEPRECATED Te Whatu Ora Shared Care FHIR API - see https://fhir-ig.digital.health.nz/shared-care, published by Te Whatu Ora. This guide is not an authorized publication; it is the continuous build for version 0.4.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/tewhatuora/cinc-fhir-ig/ and changes regularly. See the Directory of published versions

: ObservationsServiceRequestExample - JSON Representation

Raw json | Download


{
  "resourceType" : "ServiceRequest",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2022-12-08T20:58:28.205Z",
    "profile" : [
      🔗 "https://build.fhir.org/ig/tewhatuora/cinc-fhir-ig/StructureDefinition/ManaakiNgaTahiServiceRequest"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest ObservationsServiceRequestExample</b></p><a name=\"ObservationsServiceRequestExample\"> </a><a name=\"hcObservationsServiceRequestExample\"> </a><a name=\"hcObservationsServiceRequestExample-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: versionId: id (PrimitiveType/ServiceRequest.meta.versionId): element = id -&gt; versionId=id[1]; Last updated: 2022-12-08 20:58:28+0000</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ManaakiNgaTahiServiceRequest.html\">ManaakiNgaTahiServiceRequest</a></p></div><p><b>instantiatesCanonical</b>: <a href=\"https://simplifier.net/resolve?scope=fhir.org.nz.ig.base@3.0.0&amp;canonical=https://fhir.api-dev.digital.health.nz/R4/ActivityDefinition/a284d0f3-c459-4527-8c0f-6b20dbaae4b0\">https://fhir.api-dev.digital.health.nz/R4/ActivityDefinition/a284d0f3-c459-4527-8c0f-6b20dbaae4b0</a></p><p><b>basedOn</b>: <a href=\"CarePlan-CarePlanExample.html\">CarePlan COVID-19 Omicron Response - Carey Carrington</a></p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>priority</b>: Urgent</p><p><b>doNotPerform</b>: false</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 122869004}\">Measurement procedure (procedure)</span></p><p><b>subject</b>: Identifier: NHI/ZXP7823\u00a0(use:\u00a0official,\u00a0)</p><p><b>occurrence</b>: 3-3 per1 days</p><p><b>authoredOn</b>: 2022-12-08</p><p><b>requester</b>: Identifier: HPIProvider/99ZZFX\u00a0(use:\u00a0official,\u00a0)</p><p><b>performerType</b>: <span title=\"Codes:{http://snomed.info/sct 159002008}\">Practice nurse (occupation)</span></p></div>"
  },
  "instantiatesCanonical" : [
    "https://fhir.api-dev.digital.health.nz/R4/ActivityDefinition/a284d0f3-c459-4527-8c0f-6b20dbaae4b0"
  ],
  "basedOn" : [
    {
      🔗 "reference" : "CarePlan/CarePlanExample"
    }
  ],
  "status" : "active",
  "intent" : "order",
  "priority" : "urgent",
  "doNotPerform" : false,
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "122869004",
        "display" : "Measurement procedure (procedure)"
      }
    ]
  },
  "subject" : {
    "identifier" : {
      "use" : "official",
      "system" : "https://standards.digital.health.nz/ns/nhi-id",
      "value" : "ZXP7823"
    }
  },
  "occurrenceTiming" : {
    "repeat" : {
      "boundsPeriod" : {
        "start" : "2022-12-09",
        "end" : "2023-01-08"
      },
      "frequency" : 3,
      "frequencyMax" : 3,
      "period" : 1,
      "periodUnit" : "d"
    }
  },
  "authoredOn" : "2022-12-08",
  "requester" : {
    "identifier" : {
      "use" : "official",
      "system" : "https://standards.digital.health.nz/ns/hpi-person-id",
      "value" : "99ZZFX"
    }
  },
  "performerType" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "159002008",
        "display" : "Practice nurse (occupation)"
      }
    ]
  }
}