FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: Questionnaire/sdc-modular-contact

Packagehl7.fhir.uv.sdc
Resource TypeQuestionnaire
Idsdc-modular-contact
FHIR VersionR4
Sourcehttp://hl7.org/fhir/uv/sdc/https://build.fhir.org/ig/HL7/sdc/Questionnaire-sdc-modular-contact.html
URLhttp://hl7.org/fhir/uv/sdc/Questionnaire/sdc-modular-contact
Version4.0.0-ballot
Statusactive
Date2025-07-14T18:38:59+00:00
NameQuestionnaireSDCModularContact
TitleExample sub-module Questionnaire for contact
Realmuv
Authorityhl7
DescriptionExample questionnaire module - represents a patient's contacts and is itself a modular questionnaire that references other questionnaires and element definitions

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Questionnaire sdc-modular-contact

LinkIDTextCardinalityTypeDescription & Constraintsdoco
.. QuestionnaireSDCModularContactExample questionnaire module - represents a patient's contacts and is itself a modular questionnaire that references other questionnaires and element definitionsQuestionnairehttp://hl7.org/fhir/uv/sdc/Questionnaire/sdc-modular-contact#4.0.0-ballot
... 1null0..1group
.... 1.1Unable to resolve 'name' sub-questionnaire0..1display
... 2Phone number1..1stringDefinition: http://example.org/StructureDefinition/non-existent-library#Stuff.phone

doco Documentation for this format

Source

{
  "resourceType": "Questionnaire",
  "id": "sdc-modular-contact",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-modular"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/5.0/StructureDefinition/extension-Questionnaire.versionAlgorithm[x]",
      "valueCoding": {
        "system": "http://hl7.org/fhir/version-algorithm",
        "code": "semver"
      }
    },
    {
      "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"
    }
  ],
  "url": "http://hl7.org/fhir/uv/sdc/Questionnaire/sdc-modular-contact",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.40.17.35.28"
    }
  ],
  "version": "4.0.0-ballot",
  "name": "QuestionnaireSDCModularContact",
  "title": "Example sub-module Questionnaire for contact",
  "status": "active",
  "experimental": true,
  "date": "2025-07-14T18:38:59+00:00",
  "publisher": "HL7 International / FHIR Infrastructure",
  "contact": [
    {
      "name": "HL7 International / FHIR Infrastructure",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/fiwg"
        }
      ]
    },
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/fiwg"
        }
      ]
    }
  ],
  "description": "Example questionnaire module - represents a patient's contacts and is itself a modular questionnaire that references other questionnaires and element definitions",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "item": [
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/variable",
          "valueExpression": {
            "name": "linkIdPrefix",
            "language": "text/fhirpath",
            "expression": "%linkIdPrefix + 'name.'"
          }
        }
      ],
      "linkId": "1",
      "type": "group",
      "item": [
        {
          "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"
            }
          ],
          "linkId": "1.1",
          "text": "Unable to resolve 'name' sub-questionnaire",
          "type": "display"
        }
      ]
    },
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-initialExpression",
          "valueExpression": {
            "language": "text/fhirpath",
            "expression": "%person.telecom.where(use='phone').first()"
          }
        }
      ],
      "linkId": "2",
      "definition": "http://example.org/StructureDefinition/non-existent-library#Stuff.phone",
      "text": "Phone number",
      "type": "string",
      "required": true
    }
  ]
}