FHIR IG analytics| Package | hl7.fhir.uv.sdc |
| Resource Type | Questionnaire |
| Id | Questionnaire-questionnaire-modular-library.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/HL7/sdc/Questionnaire-questionnaire-modular-library.html |
| URL | http://hl7.org/fhir/uv/sdc/Questionnaire/questionnaire-modular-library |
| Version | 4.0.0 |
| Status | active |
| Date | 2025-10-22T20:08:54+00:00 |
| Name | SDCModularQuestionnaireLibrary |
| Realm | uv |
| Authority | hl7 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Questionnaire questionnaire-modular-library
Profile: SDC Modular Questionnaire Library
| LinkID | Text | Cardinality | Type | Description & Constraints |
|---|---|---|---|---|
![]() | Questionnaire | http://hl7.org/fhir/uv/sdc/Questionnaire/questionnaire-modular-library#4.0.0 | ||
![]() ![]() | What is this person's date of birth? | 0..1 | date | |
![]() ![]() | What is this person's gender? | 0..1 | choice | Value Set: AdministrativeGender |
![]() ![]() | What is this person's current mailing address? | 0..1 | group | |
![]() ![]() ![]() | Street address | 0..1 | string | |
![]() ![]() ![]() | City/Town | 0..1 | string | |
![]() ![]() ![]() | State | 0..1 | open-choice | Value Set: Australian States - example value set |
![]() ![]() ![]() | Postal Code | 0..1 | string | |
![]() ![]() | What is the person's official name? | 0..1 | group | |
![]() ![]() ![]() | Prefix | 0..1 | string | |
![]() ![]() ![]() | First | 0..1 | string | Max Length: 100 |
![]() ![]() ![]() | Last | 0..1 | string | Max Length: 100 |
{
"resourceType": "Questionnaire",
"id": "questionnaire-modular-library",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-modular-library"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/5.0/StructureDefinition/extension-Questionnaire.versionAlgorithm%5Bx%5D",
"valueCoding": {
"system": "http://hl7.org/fhir/version-algorithm",
"code": "semver"
}
}
],
"url": "http://hl7.org/fhir/uv/sdc/Questionnaire/questionnaire-modular-library",
"identifier": [
{
"system": "urn:ietf:rfc:3986",
"value": "urn:oid:2.16.840.1.113883.4.642.40.17.35.42"
}
],
"version": "4.0.0",
"name": "SDCModularQuestionnaireLibrary",
"status": "active",
"experimental": true,
"date": "2025-10-22T20:08:54+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"
}
]
}
],
"useContext": [
{
"code": {
"system": "http://terminology.hl7.org/CodeSystem/usage-context-type",
"code": "workflow"
},
"valueCodeableConcept": {
"coding": [
{
"system": "http://hl7.org/fhir/uv/sdc/CodeSystem/temp",
"code": "question-library"
}
]
}
}
],
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001",
"display": "World"
}
]
}
],
"item": [
{
"extension": [
{
"url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-initialExpression",
"valueExpression": {
"language": "text/fhirpath",
"expression": "%patient.birthdate"
}
},
{
"url": "http://hl7.org/fhir/StructureDefinition/minValue",
"valueDate": "1900-01-01"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/cqf-expression",
"valueExpression": {
"language": "text/fhirpath",
"expression": "now() as date + 1 day"
}
}
],
"linkId": "dob",
"text": "What is this person's date of birth?",
"type": "date"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-initialExpression",
"valueExpression": {
"language": "text/fhirpath",
"expression": "iif(%patient.gender='male','M', iif(%patient.gender='female','F'))"
}
}
],
"linkId": "sex",
"text": "What is this person's gender?",
"type": "choice",
"answerValueSet": "http://hl7.org/fhir/ValueSet/administrative-gender"
},
{
"linkId": "address",
"text": "What is this person's current mailing address?",
"type": "group",
"item": [
{
"linkId": "street",
"text": "Street address",
"type": "string"
},
{
"linkId": "city",
"text": "City/Town",
"type": "string"
},
{
"linkId": "state",
"text": "State",
"type": "open-choice",
"answerValueSet": "http://hl7.org/fhir/uv/sdc/ValueSet/sdc-question-library-states"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/entryFormat",
"valueString": "9999"
},
{
"extension": [
{
"url": "key",
"valueId": "sdc-ex-pcode"
},
{
"url": "human",
"valueString": "Postal code must be 4 digits"
},
{
"url": "severity",
"valueCode": "error"
},
{
"url": "expression",
"valueExpression": {
"language": "text/fhirpath",
"expression": "value.matches('^[0-9]{4}[%content%]#x27;)"
}
}
],
"url": "http://hl7.org/fhir/StructureDefinition/targetConstraint"
}
],
"linkId": "postalCode",
"text": "Postal Code",
"type": "string"
}
]
},
{
"linkId": "name",
"text": "What is the person's official name?",
"type": "group",
"item": [
{
"linkId": "prefix",
"text": "Prefix",
"type": "string"
},
{
"linkId": "first",
"text": "First",
"type": "string",
"maxLength": 100
},
{
"linkId": "last",
"text": "Last",
"type": "string",
"maxLength": 100
}
]
}
]
}