New Zealand ICP Implementation Guide
1.0.0 - release

New Zealand ICP Implementation Guide, published by Accident Compensation Corporation. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/acc-fhir-publisher/icp/ and changes regularly. See the Directory of published versions

: Observation Status - JSON Representation

Active as of 2024-09-08

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "acc-icp-observation-status",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet acc-icp-observation-status</b></p><a name=\"acc-icp-observation-status\"> </a><a name=\"hcacc-icp-observation-status\"> </a><a name=\"acc-icp-observation-status-en-US\"> </a><ul><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/R4/codesystem-observation-status.html\"><code>http://hl7.org/fhir/observation-status</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-observation-status.html#observation-status-final\">final</a></td><td>Final</td><td>The observation is complete and there are no further actions needed. Additional information such &quot;released&quot;, &quot;signed&quot;, etc would be represented using [Provenance](provenance.html) which provides not only the act but also the actors and dates and other related data. These act states would be associated with an observation status of `preliminary` until they are all completed and then a status of `final` would be applied.</td></tr></table></li></ul></div>"
  },
  "url" : "http://hl7.org.nz/fhir/ValueSet/acc-icp-observation-status",
  "version" : "1.0.0",
  "name" : "ICPObservationStatusVS",
  "title" : "Observation Status",
  "status" : "active",
  "experimental" : false,
  "date" : "2024-09-08T23:06:38+00:00",
  "publisher" : "Accident Compensation Corporation",
  "description" : "The Status of the ICP case final",
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/observation-status",
        "concept" : [
          {
            "code" : "final",
            "display" : "Final"
          }
        ]
      }
    ]
  }
}