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

Te Whatu Ora Shared Care FHIR API, 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><b>Generated Narrative: ServiceRequest </b><a name=\"ObservationsServiceRequestExample\"> </a><a name=\"hcObservationsServiceRequestExample\"> </a></p><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\">ResourceServiceRequest &quot;ObservationsServiceRequestExample&quot; Version&quot;1&quot; Updated&quot;2022-12-08 20:58:28+0000&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ManaakiNgaTahiServiceRequest.html\">ManaakiNgaTahiServiceRequest</a></p></div><p><b>instantiatesCanonical</b>: <a href=\"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/CarePlanExample</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>: Measurement procedure (procedure) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#122869004)</span></p><p><b>subject</b>: <span>NHI/ZXP7823\u00a0(use:\u00a0official)</span></p><p><b>occurrence</b>: Starting 2022-12-09 , 3-3 per1 days, Until 2023-01-08 </p><p><b>authoredOn</b>: 2022-12-08</p><p><b>requester</b>: <span>HPIProvider/99ZZFX\u00a0(use:\u00a0official)</span></p><p><b>performerType</b>: Practice nurse (occupation) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#159002008)</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)"
      }
    ]
  }
}