PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.sdc.r4@3.0.0
    http://hl7.org/fhir/uv/sdc/Questionnaire/sdc-modular-contact
{
  "description": "Example questionnaire module - represents a patient's contacts and is itself a modular questionnaire that references other questionnaires and element definitions",
  "_filename": "example/Questionnaire-sdc-modular-contact.json",
  "package_name": "hl7.fhir.uv.sdc.r4",
  "date": "2022-03-08T18:37:19+00:00",
  "publisher": "HL7 International - FHIR Infrastructure Work Group",
  "jurisdiction": [ {
    "coding": [ {
      "code": "001",
      "system": "http://unstats.un.org/unsd/methods/m49/m49.htm"
    } ]
  } ],
  "name": "QuestionnaireSDCModularContact",
  "item": [ {
    "item": [ {
      "text": "Unable to resolve 'name' sub-questionnaire",
      "type": "display",
      "linkId": "1.1",
      "extension": [ {
        "url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-subQuestionnaire",
        "valueCanonical": "http://hl7.org/fhir/uv/sdc/Questionnaire/sdc-modular-name|3.0.0"
      } ]
    } ],
    "type": "group",
    "linkId": "1",
    "extension": [ {
      "url": "http://hl7.org/fhir/StructureDefinition/variable",
      "valueExpression": {
        "name": "linkIdPrefix",
        "language": "text/fhirpath",
        "expression": "%linkIdPrefix + 'name.'"
      }
    } ]
  }, {
    "text": "Phone number",
    "type": "string",
    "linkId": "2",
    "required": true,
    "extension": [ {
      "url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-initialExpression",
      "valueExpression": {
        "language": "text/fhirpath",
        "expression": "%person.telecom[use='phone'][0]"
      }
    } ],
    "definition": "http://example.org/StructureDefinition/non-existent-library#Stuff.phone"
  } ],
  "type": null,
  "experimental": "true",
  "resourceType": "Questionnaire",
  "title": "Example sub-module Questionnaire for contact",
  "package_version": "3.0.0",
  "extension": [ {
    "url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-assemble-expectation",
    "valueCode": "assemble-child"
  }, {
    "url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-assembleContext",
    "valueString": "linkIdPrefix"
  }, {
    "url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-assembleContext",
    "valueString": "person"
  } ],
  "status": "draft",
  "id": "b93ce2a3-3a2f-4cde-84fe-b062136f6fa2",
  "kind": null,
  "url": "http://hl7.org/fhir/uv/sdc/Questionnaire/sdc-modular-contact",
  "version": "3.0.0",
  "contact": [ {
    "telecom": [ {
      "value": "http://hl7.org/Special/committees/fiwg",
      "system": "url"
    } ]
  } ]
}