Smart Forms
0.2.0 - ci-build

Smart Forms, published by AEHRC CSIRO. This guide is not an authorized publication; it is the continuous build for version 0.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/aehrc/smart-forms-ig/ and changes regularly. See the Directory of published versions

: Yes/No/NA - JSON Representation

Draft as of 2024-11-29

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "YesNoNA",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet YesNoNA</b></p><a name=\"YesNoNA\"> </a><a name=\"hcYesNoNA\"> </a><a name=\"YesNoNA-en-US\"> </a><p style=\"border: black 1px dotted; background-color: #EEEEEE; padding: 8px; margin-bottom: 8px\">Expansion based on <a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v2-0532.html\">system expandedYes-NoIndicator v2.1.0 (CodeSystem)</a></p><p>This value set contains 3 concepts</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>System</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\"><a name=\"YesNoNA-http://terminology.hl7.org/CodeSystem/v2-0532-Y\"> </a>\u00a0\u00a0<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v2-0532.html#v2-0532-Y\">Y</a></td><td>http://terminology.hl7.org/CodeSystem/v2-0532</td><td>Yes</td><td><div><p>Yes</p>\n</div></td></tr><tr><td style=\"white-space:nowrap\"><a name=\"YesNoNA-http://terminology.hl7.org/CodeSystem/v2-0532-N\"> </a>\u00a0\u00a0<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v2-0532.html#v2-0532-N\">N</a></td><td>http://terminology.hl7.org/CodeSystem/v2-0532</td><td>No</td><td><div><p>No</p>\n</div></td></tr><tr><td style=\"white-space:nowrap\"><a name=\"YesNoNA-http://terminology.hl7.org/CodeSystem/v2-0532-NA\"> </a>\u00a0\u00a0<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v2-0532.html#v2-0532-NA\">NA</a></td><td>http://terminology.hl7.org/CodeSystem/v2-0532</td><td>N/A</td><td><div><p>not applicable</p>\n</div></td></tr></table></div>"
  },
  "url" : "https://smartforms.csiro.au/ig/ValueSet/YesNoNA",
  "version" : "0.2.0",
  "name" : "YesNoNA",
  "title" : "Yes/No/NA",
  "status" : "draft",
  "experimental" : false,
  "date" : "2024-11-29T04:23:30+00:00",
  "publisher" : "AEHRC CSIRO",
  "contact" : [
    {
      "name" : "AEHRC CSIRO",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://confluence.csiro.au/display/PCDQFPhase2/Primary+Care+Data+Quality+Foundations+-+Phase+2"
        }
      ]
    }
  ],
  "description" : "Concepts for Yes, No and Not applicable",
  "copyright" : "Copyright © 2022+ Australian Government Department of Health and Aged Care - All rights reserved. This content is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License. See https://creativecommons.org/licenses/by-sa/4.0/.",
  "compose" : {
    "include" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0532",
        "concept" : [
          {
            "code" : "Y",
            "display" : "Yes"
          },
          {
            "code" : "N",
            "display" : "No"
          },
          {
            "code" : "NA",
            "display" : "N/A"
          }
        ]
      }
    ]
  },
  "expansion" : {
    "identifier" : "urn:uuid:5baa5444-e553-4412-a08c-9ce93d3271e0",
    "timestamp" : "2023-09-01T11:16:50+10:00",
    "total" : 3,
    "parameter" : [
      {
        "name" : "version",
        "valueUri" : "http://terminology.hl7.org/CodeSystem/v2-0532|2.1.0"
      },
      {
        "name" : "used-codesystem",
        "valueUri" : "http://terminology.hl7.org/CodeSystem/v2-0532|2.1.0"
      }
    ],
    "contains" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0532",
        "code" : "Y",
        "display" : "Yes"
      },
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0532",
        "code" : "N",
        "display" : "No"
      },
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0532",
        "code" : "NA",
        "display" : "N/A"
      }
    ]
  }
}