PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.sdc@3.0.0-preview
    http://hl7.org/fhir/uv/sdc/Questionnaire/questionnaire-sdc-test-initialvalue
{
  "description": "A Test form with that uses initial values",
  "_filename": "example/Questionnaire-questionnaire-sdc-test-initialvalue.json",
  "package_name": "hl7.fhir.uv.sdc",
  "date": "2022-02-16T19:40:22+11:00",
  "publisher": "HL7 International - FHIR Infrastructure Work Group",
  "jurisdiction": [ {
    "coding": [ {
      "code": "001",
      "system": "http://unstats.un.org/unsd/methods/m49/m49.htm"
    } ]
  } ],
  "name": "InitialValue",
  "item": [ {
    "item": [ {
      "text": "Yes/No/Dont know",
      "type": "choice",
      "linkId": "1acf93a7-0890-44cd-be48-542defb35248",
      "initial": [ {
        "valueCoding": {
          "code": "373066001",
          "system": "http://snomed.info/sct",
          "display": "Yes"
        }
      } ],
      "answerValueSet": "http://sqlonfhir-r4.azurewebsites.net/fhir/ValueSet/a015b6a1ac024dc19baec940be2c1695"
    }, {
      "text": "String with initial value YUP",
      "type": "string",
      "linkId": "init-val-string",
      "initial": [ {
        "valueString": "YUP"
      } ]
    }, {
      "text": "Decimal Values Radio Buttons",
      "type": "choice",
      "linkId": "5e1209b7-c9e0-4bf4-b228-c6533c892a3e",
      "repeats": false,
      "answerOption": [ {
        "valueCoding": {
          "code": "732409008",
          "system": "http://snomed.info/sct",
          "display": "1.1"
        }
      }, {
        "valueCoding": {
          "code": "732572001",
          "system": "http://snomed.info/sct",
          "display": "2.2"
        }
      }, {
        "valueCoding": {
          "code": "732646001",
          "system": "http://snomed.info/sct",
          "display": "3.3"
        }
      } ]
    } ],
    "text": "Root Group",
    "type": "group",
    "linkId": "02a7536f-06b2-4dee-94e1-f5cfcb0e8622"
  } ],
  "type": null,
  "experimental": "true",
  "resourceType": "Questionnaire",
  "title": "Initial Values",
  "package_version": "3.0.0-preview",
  "status": "active",
  "id": "2da732e7-b3a2-48e1-958c-3336c991f407",
  "kind": null,
  "url": "http://hl7.org/fhir/uv/sdc/Questionnaire/questionnaire-sdc-test-initialvalue",
  "version": "3.0.0-preview",
  "contact": [ {
    "telecom": [ {
      "value": "http://hl7.org/Special/committees/fiwg",
      "system": "url"
    } ]
  } ]
}