New Zealand ICP Implementation Guide
1.0.0 - draft

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

: STarTC Answer Option - JSON Representation

Active as of 2024-11-10

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "acc-icp-tbi-bist-answeroption-yesno",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem acc-icp-tbi-bist-answeroption-yesno</b></p><a name=\"acc-icp-tbi-bist-answeroption-yesno\"> </a><a name=\"hcacc-icp-tbi-bist-answeroption-yesno\"> </a><a name=\"acc-icp-tbi-bist-answeroption-yesno-und\"> </a><p>This case-sensitive code system <code>http://hl7.org.nz/fhir/CodeSystem/acc-icp-tbi-bist-answeroption-yesno</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\">yes<a name=\"acc-icp-tbi-bist-answeroption-yesno-yes\"> </a></td><td>Yes</td></tr><tr><td style=\"white-space:nowrap\">no<a name=\"acc-icp-tbi-bist-answeroption-yesno-no\"> </a></td><td>No</td></tr><tr><td style=\"white-space:nowrap\">unknown<a name=\"acc-icp-tbi-bist-answeroption-yesno-unknown\"> </a></td><td>Unknown</td></tr></table></div>"
  },
  "url" : "http://hl7.org.nz/fhir/CodeSystem/acc-icp-tbi-bist-answeroption-yesno",
  "version" : "1.0.0",
  "name" : "BISTYesNo",
  "title" : "STarTC Answer Option",
  "status" : "active",
  "experimental" : false,
  "date" : "2024-11-10T23:48:30+00:00",
  "publisher" : "Accident Compensation Corporation",
  "description" : "CodeSystem for response ",
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 3,
  "concept" : [
    {
      "code" : "yes",
      "display" : "Yes"
    },
    {
      "code" : "no",
      "display" : "No"
    },
    {
      "code" : "unknown",
      "display" : "Unknown"
    }
  ]
}