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

: Diagnosis Side - JSON Representation

Active as of 2024-09-08

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "acc-icp-diagnosis-side",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem acc-icp-diagnosis-side</b></p><a name=\"acc-icp-diagnosis-side\"> </a><a name=\"hcacc-icp-diagnosis-side\"> </a><a name=\"acc-icp-diagnosis-side-en-US\"> </a><p>This case-sensitive code system <code>http://hl7.org.nz/fhir/CodeSystem/acc-icp-diagnosis-side</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\">left<a name=\"acc-icp-diagnosis-side-left\"> </a></td><td>Left</td></tr><tr><td style=\"white-space:nowrap\">right<a name=\"acc-icp-diagnosis-side-right\"> </a></td><td>Right</td></tr><tr><td style=\"white-space:nowrap\">na<a name=\"acc-icp-diagnosis-side-na\"> </a></td><td>Not Applicable</td></tr></table></div>"
  },
  "url" : "http://hl7.org.nz/fhir/CodeSystem/acc-icp-diagnosis-side",
  "version" : "1.0.0",
  "name" : "ICPDiagnosisSide",
  "title" : "Diagnosis Side",
  "status" : "active",
  "experimental" : false,
  "date" : "2024-09-08T23:06:38+00:00",
  "publisher" : "Accident Compensation Corporation",
  "description" : "The body side this diagnosis code relates to.",
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 3,
  "concept" : [
    {
      "code" : "left",
      "display" : "Left"
    },
    {
      "code" : "right",
      "display" : "Right"
    },
    {
      "code" : "na",
      "display" : "Not Applicable"
    }
  ]
}