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

: ICP Recorded Outcome Stage - JSON Representation

Active as of 2024-09-08

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "acc-icp-recorded-outcome-stage",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem acc-icp-recorded-outcome-stage</b></p><a name=\"acc-icp-recorded-outcome-stage\"> </a><a name=\"hcacc-icp-recorded-outcome-stage\"> </a><a name=\"acc-icp-recorded-outcome-stage-en-US\"> </a><p>This case-sensitive code system <code>http://hl7.org.nz/fhir/CodeSystem/acc-icp-recorded-outcome-stage</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">adhoc<a name=\"acc-icp-recorded-outcome-stage-adhoc\"> </a></td><td>Adhoc</td></tr><tr><td style=\"white-space:nowrap\">baseline<a name=\"acc-icp-recorded-outcome-stage-baseline\"> </a></td><td>Baseline</td></tr><tr><td style=\"white-space:nowrap\">exit<a name=\"acc-icp-recorded-outcome-stage-exit\"> </a></td><td>Exit</td></tr><tr><td style=\"white-space:nowrap\">mid-point<a name=\"acc-icp-recorded-outcome-stage-mid-point\"> </a></td><td>Mid-point</td></tr></table></div>"
  },
  "url" : "http://hl7.org.nz/fhir/CodeSystem/acc-icp-recorded-outcome-stage",
  "version" : "1.0.0",
  "name" : "ICPRecordedOutcomeStage",
  "title" : "ICP Recorded Outcome Stage",
  "status" : "active",
  "experimental" : false,
  "date" : "2024-09-08T23:06:38+00:00",
  "publisher" : "Accident Compensation Corporation",
  "description" : "The patient recorded stage of the ICP Observation",
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 4,
  "concept" : [
    {
      "code" : "adhoc",
      "display" : "Adhoc"
    },
    {
      "code" : "baseline",
      "display" : "Baseline"
    },
    {
      "code" : "exit",
      "display" : "Exit"
    },
    {
      "code" : "mid-point",
      "display" : "Mid-point"
    }
  ]
}