0.1.0 - ci-build

CHValueSet, published by Example Publisher. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/pjolo/ValueSet/ and changes regularly. See the Directory of published versions

: QuestionnaireAnswers - JSON Representation

Draft as of 2024-07-10

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "yesnodontknow",
  "meta" : {
    "profile" : [
      "http://hl7.at/fhir/HL7ATCoreProfiles/4.0.1/StructureDefinition/at-core-valueset"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet yesnodontknow</b></p><a name=\"yesnodontknow\"> </a><a name=\"hcyesnodontknow\"> </a><a name=\"hcyesnodontknow-en-US\"> </a><p>This value set expansion 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=\"yesnodontknow-http---terminology.hl7.org-CodeSystem-v2-0136-Y\"> </a>\u00a0\u00a0<a href=\"http://hl7.org/fhir/R4/v2/0136/index.html#v2-0136-Y\">Y</a></td><td>http://terminology.hl7.org/CodeSystem/v2-0136</td><td>Yes</td><td><div/></td></tr><tr><td style=\"white-space:nowrap\"><a name=\"yesnodontknow-http---terminology.hl7.org-CodeSystem-v2-0136-N\"> </a>\u00a0\u00a0<a href=\"http://hl7.org/fhir/R4/v2/0136/index.html#v2-0136-N\">N</a></td><td>http://terminology.hl7.org/CodeSystem/v2-0136</td><td>No</td><td><div/></td></tr><tr><td style=\"white-space:nowrap\"><a name=\"yesnodontknow-http---terminology.hl7.org-CodeSystem-data-absent-reason-asked-unknown\"> </a>\u00a0\u00a0<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-data-absent-reason.html#data-absent-reason-asked-unknown\">asked-unknown</a></td><td>http://terminology.hl7.org/CodeSystem/data-absent-reason</td><td>Don't know</td><td><div><p>The source was asked but does not know the value.</p>\n</div></td></tr></table></div>"
  },
  "url" : "http://example.org/ValueSet/yesnodontknow",
  "version" : "0.1.0",
  "name" : "QuestionnaireAnswers",
  "status" : "draft",
  "date" : "2024-07-10T10:04:03+00:00",
  "publisher" : "Example Publisher",
  "contact" : [
    {
      "name" : "Example Publisher",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://example.org/example-publisher"
        }
      ]
    }
  ],
  "description" : "For Capturing simple yes-no-don't know answers",
  "compose" : {
    "include" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/data-absent-reason",
        "concept" : [
          {
            "extension" : [
              {
                "url" : "http://example.org/StructureDefinition/ch-ext-valueset-conceptEffectivePeriod",
                "valuePeriod" : {
                  "start" : "2024-01-01",
                  "end" : "2024-12-01"
                }
              }
            ],
            "code" : "asked-unknown",
            "display" : "Don't know"
          }
        ]
      }
    ]
  },
  "expansion" : {
    "identifier" : "urn:uuid:bf99fe50-2c2b-41ad-bd63-bee6919810b4",
    "timestamp" : "2015-07-14T10:00:00Z",
    "contains" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0136",
        "code" : "Y",
        "display" : "Yes"
      },
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0136",
        "code" : "N",
        "display" : "No"
      },
      {
        "extension" : [
          {
            "url" : "http://example.org/StructureDefinition/ch-ext-valueset-conceptEffectivePeriod",
            "valuePeriod" : {
              "start" : "2024-01-01",
              "end" : "2024-12-01"
            }
          }
        ],
        "system" : "http://terminology.hl7.org/CodeSystem/data-absent-reason",
        "code" : "asked-unknown",
        "display" : "Don't know"
      }
    ]
  }
}