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

: BIST Answer Option ( no | yes | unknown) - JSON Representation

Active as of 2024-11-10

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "acc-icp-tbi-bist-answeroption-yesno-unknown",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet acc-icp-tbi-bist-answeroption-yesno-unknown</b></p><a name=\"acc-icp-tbi-bist-answeroption-yesno-unknown\"> </a><a name=\"hcacc-icp-tbi-bist-answeroption-yesno-unknown\"> </a><a name=\"acc-icp-tbi-bist-answeroption-yesno-unknown-und\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-acc-icp-tbi-bist-answeroption-yesno.html\"><code>http://hl7.org.nz/fhir/CodeSystem/acc-icp-tbi-bist-answeroption-yesno</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"CodeSystem-acc-icp-tbi-bist-answeroption-yesno.html#acc-icp-tbi-bist-answeroption-yesno-yes\">yes</a></td><td style=\"color: #cccccc\">Yes</td></tr><tr><td><a href=\"CodeSystem-acc-icp-tbi-bist-answeroption-yesno.html#acc-icp-tbi-bist-answeroption-yesno-no\">no</a></td><td style=\"color: #cccccc\">No</td></tr><tr><td><a href=\"CodeSystem-acc-icp-tbi-bist-answeroption-yesno.html#acc-icp-tbi-bist-answeroption-yesno-unknown\">unknown</a></td><td style=\"color: #cccccc\">Unknown</td></tr></table></li></ul></div>"
  },
  "url" : "http://hl7.org.nz/fhir/ValueSet/acc-icp-tbi-bist-answeroption-yesno-unknown",
  "version" : "1.0.0",
  "name" : "BISTYesNoUnknown",
  "title" : "BIST Answer Option ( no | yes | unknown)",
  "status" : "active",
  "experimental" : false,
  "date" : "2024-11-10T23:48:30+00:00",
  "publisher" : "Accident Compensation Corporation",
  "description" : "ValueSet for response options Yes, No, and Unknown.",
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org.nz/fhir/CodeSystem/acc-icp-tbi-bist-answeroption-yesno",
        "concept" : [
          {
            "code" : "yes"
          },
          {
            "code" : "no"
          },
          {
            "code" : "unknown"
          }
        ]
      }
    ]
  }
}