FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.sdc
Resource TypeParameters
IdParameters-sdc-modular-root-assembled.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Parameters",
  "id": "sdc-modular-root-assembled",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/sdc/StructureDefinition/parameters-questionnaire-assemble-out"
    ]
  },
  "language": "en",
  "parameter": [
    {
      "name": "return",
      "resource": {
        "resourceType": "Questionnaire",
        "id": "sdc-modular-root-assembled-questionnaire",
        "meta": {
          "profile": [
            "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire"
          ]
        },
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/artifact-versionAlgorithm",
            "valueCoding": {
              "system": "http://hl7.org/fhir/version-algorithm",
              "code": "semver"
            }
          },
          {
            "url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-assembledFrom",
            "valueCanonical": "http://hl7.org/fhir/uv/sdc/Questionnaire/sdc-modular-contact|3.0"
          },
          {
            "url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-assembledFrom",
            "valueCanonical": "http://hl7.org/fhir/uv/sdc/Questionnaire/sdc-modular-name|3.0"
          },
          {
            "extension": [
              {
                "url": "name",
                "valueCoding": {
                  "system": "http://hl7.org/fhir/uv/sdc/CodeSystem/launchContext",
                  "code": "patient"
                }
              },
              {
                "url": "type",
                "valueCode": "Patient"
              }
            ],
            "url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-launchContext"
          },
          {
            "url": "http://hl7.org/fhir/StructureDefinition/variable",
            "valueExpression": {
              "name": "person",
              "language": "text/fhirpath",
              "expression": "%patient"
            }
          }
        ],
        "url": "http://hl7.org/fhir/uv/sdc/Questionnaire/sdc-modular-root",
        "name": "QuestionnaireSDCModularRoot",
        "title": "Example modular Questionnaire",
        "status": "active",
        "experimental": true,
        "item": [
          {
            "extension": [
              {
                "url": "http://hl7.org/fhir/StructureDefinition/variable",
                "valueExpression": {
                  "name": "linkIdPrefix",
                  "language": "text/fhirpath",
                  "expression": "'patientname.'"
                }
              },
              {
                "extension": [
                  {
                    "url": "key",
                    "valueId": "qcontact-1"
                  },
                  {
                    "url": "severity",
                    "valueCode": "error"
                  },
                  {
                    "url": "human",
                    "valueString": "Must have either first or last name"
                  },
                  {
                    "url": "expression",
                    "valueExpression": {
                      "language": "text/fhirpath",
                      "expression": "item.where(linkId=%linkIdPrefix+'1').exists() or item.where(linkId=%linkIdPrefix+'2').exists()"
                    }
                  }
                ],
                "url": "http://hl7.org/fhir/StructureDefinition/targetConstraint"
              },
              {
                "url": "http://hl7.org/fhir/StructureDefinition/variable",
                "valueExpression": {
                  "name": "name",
                  "language": "text/fhirpath",
                  "expression": "iif(%person.name.where(use='official').exists(),%person.name.where(use='official').first(),%person.name.first())"
                }
              }
            ],
            "linkId": "1",
            "definition": "http://hl7.org/fhir/uv/sdc/StructureDefinition/SdcQuestionLibrary#SdcQuestionLibrary.name",
            "text": "What is the person's official name?",
            "type": "group",
            "item": [
              {
                "extension": [
                  {
                    "url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-initialExpression",
                    "valueExpression": {
                      "language": "text/fhirpath",
                      "expression": "%name.prefix.where($this in ('Mr.'|'Miss'|'Mrs'|'Ms.'))first()"
                    }
                  }
                ],
                "linkId": "patientname.1",
                "text": "Title",
                "type": "string",
                "required": true,
                "answerOption": [
                  {
                    "valueString": "Mr."
                  },
                  {
                    "valueString": "Miss"
                  },
                  {
                    "valueString": "Mrs."
                  },
                  {
                    "valueString": "Ms."
                  }
                ]
              },
              {
                "extension": [
                  {
                    "url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-initialExpression",
                    "valueExpression": {
                      "language": "text/fhirpath",
                      "expression": "%name.given.first()"
                    }
                  }
                ],
                "linkId": "patientname.2",
                "definition": "http://hl7.org/fhir/uv/sdc/StructureDefinition/SdcQuestionLibrary#SdcQuestionLibrary.name.first",
                "text": "First",
                "type": "string",
                "required": true,
                "maxLength": 100
              },
              {
                "extension": [
                  {
                    "url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-initialExpression",
                    "valueExpression": {
                      "language": "text/fhirpath",
                      "expression": "%name.family"
                    }
                  }
                ],
                "linkId": "patientname.3",
                "definition": "http://hl7.org/fhir/uv/sdc/StructureDefinition/SdcQuestionLibrary#SdcQuestionLibrary.name.last",
                "text": "Last",
                "type": "string",
                "required": true,
                "maxLength": 100
              }
            ]
          },
          {
            "extension": [
              {
                "url": "http://hl7.org/fhir/StructureDefinition/minValue",
                "valueDate": "1900-01-01"
              },
              {
                "url": "http://hl7.org/fhir/StructureDefinition/maxValue",
                "_valueDate": {
                  "extension": [
                    {
                      "url": "http://hl7.org/fhir/StructureDefinition/cqf-expression",
                      "valueExpression": {
                        "language": "text/fhirpath",
                        "expression": "now() as date + 1 day"
                      }
                    }
                  ]
                }
              }
            ],
            "linkId": "2",
            "definition": "http://hl7.org/fhir/uv/sdc/StructureDefinition/SdcQuestionLibrary#SdcQuestionLibrary.dob",
            "text": "What is this person's date of birth?",
            "type": "date",
            "required": true
          },
          {
            "linkId": "3",
            "definition": "http://hl7.org/fhir/uv/sdc/StructureDefinition/SdcQuestionLibrary#SdcQuestionLibrary.sex",
            "text": "What is this person's gender?",
            "type": "choice",
            "required": true,
            "answerValueSet": "http://hl7.org/fhir/ValueSet/administrative-gender"
          },
          {
            "linkId": "4",
            "definition": "http://hl7.org/fhir/uv/sdc/StructureDefinition/SdcQuestionLibrary#SdcQuestionLibrary.address",
            "text": "What is this person's current mailing address?",
            "type": "group",
            "required": true,
            "item": [
              {
                "linkId": "4.1",
                "type": "display"
              },
              {
                "linkId": "4Demographics.address.street",
                "definition": "http://hl7.org/fhir/uv/sdc/StructureDefinition/SdcQuestionLibrary#SdcQuestionLibrary.address.street",
                "text": "Street address",
                "type": "string"
              },
              {
                "linkId": "4Demographics.address.city",
                "definition": "http://hl7.org/fhir/uv/sdc/StructureDefinition/SdcQuestionLibrary#SdcQuestionLibrary.address.city",
                "text": "City/Town",
                "type": "string"
              },
              {
                "linkId": "4Demographics.address.state",
                "definition": "http://hl7.org/fhir/uv/sdc/StructureDefinition/SdcQuestionLibrary#SdcQuestionLibrary.address.state",
                "text": "State",
                "type": "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": "postalCode-format"
                      },
                      {
                        "url": "severity",
                        "valueCode": "error"
                      },
                      {
                        "url": "human",
                        "valueString": "Postal code must be a 4-digit number"
                      },
                      {
                        "url": "expression",
                        "valueExpression": {
                          "language": "text/fhirpath",
                          "expression": "value.matches('^[0-9]{4}[%content%]#39;)"
                        }
                      }
                    ],
                    "url": "http://hl7.org/fhir/StructureDefinition/targetConstraint"
                  }
                ],
                "linkId": "4Demographics.address.postalCode",
                "definition": "http://hl7.org/fhir/uv/sdc/StructureDefinition/SdcQuestionLibrary#SdcQuestionLibrary.address.postalCode",
                "text": "Postal Code",
                "type": "string",
                "required": true
              }
            ]
          },
          {
            "extension": [
              {
                "url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-itemPopulationContext",
                "valueExpression": {
                  "name": "person",
                  "language": "text/fhirpath",
                  "expression": "%patient.contact"
                }
              },
              {
                "url": "http://hl7.org/fhir/StructureDefinition/variable",
                "valueExpression": {
                  "name": "linkIdPrefix",
                  "language": "text/fhirpath",
                  "expression": "'patientcontact.'"
                }
              }
            ],
            "linkId": "5",
            "type": "group",
            "required": true,
            "item": [
              {
                "extension": [
                  {
                    "url": "http://hl7.org/fhir/StructureDefinition/variable",
                    "valueExpression": {
                      "name": "linkIdPrefix",
                      "language": "text/fhirpath",
                      "expression": "%linkIdPrefix + 'name.'"
                    }
                  },
                  {
                    "extension": [
                      {
                        "url": "key",
                        "valueId": "qcontact-1"
                      },
                      {
                        "url": "severity",
                        "valueCode": "error"
                      },
                      {
                        "url": "human",
                        "valueString": "Must have either first or last name"
                      },
                      {
                        "url": "expression",
                        "valueExpression": {
                          "language": "text/fhirpath",
                          "expression": "item.where(linkId=%linkIdPrefix+'1').exists() or item.where(linkId=%linkIdPrefix+'2').exists()"
                        }
                      }
                    ],
                    "url": "http://hl7.org/fhir/StructureDefinition/targetConstraint"
                  },
                  {
                    "url": "http://hl7.org/fhir/StructureDefinition/variable",
                    "valueExpression": {
                      "name": "name",
                      "language": "text/fhirpath",
                      "expression": "iif(%person.name.where(use='official').exists(),%person.name.where(use='official').first(),%person.name.first())"
                    }
                  }
                ],
                "linkId": "patientcontact.1",
                "definition": "http://hl7.org/fhir/uv/sdc/StructureDefinition/SdcQuestionLibrary#SdcQuestionLibrary.name",
                "text": "What is the person's official name?",
                "type": "group",
                "item": [
                  {
                    "extension": [
                      {
                        "url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-initialExpression",
                        "valueExpression": {
                          "language": "text/fhirpath",
                          "expression": "%name.prefix.where($this in ('Mr.'|'Miss'|'Mrs'|'Ms.')).first()"
                        }
                      }
                    ],
                    "linkId": "patientcontact.name.1",
                    "type": "string",
                    "required": true,
                    "answerOption": [
                      {
                        "valueString": "Mr."
                      },
                      {
                        "valueString": "Miss"
                      },
                      {
                        "valueString": "Mrs."
                      },
                      {
                        "valueString": "Ms."
                      }
                    ]
                  },
                  {
                    "extension": [
                      {
                        "url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-initialExpression",
                        "valueExpression": {
                          "language": "text/fhirpath",
                          "expression": "%name.given[0]"
                        }
                      }
                    ],
                    "linkId": "patientcontact.name.2",
                    "definition": "http://hl7.org/fhir/uv/sdc/StructureDefinition/SdcQuestionLibrary#SdcQuestionLibrary.name.first",
                    "text": "First",
                    "type": "string",
                    "required": true,
                    "maxLength": 100
                  },
                  {
                    "extension": [
                      {
                        "url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-initialExpression",
                        "valueExpression": {
                          "language": "text/fhirpath",
                          "expression": "%name.family"
                        }
                      }
                    ],
                    "linkId": "patientcontact.name.3",
                    "definition": "http://hl7.org/fhir/uv/sdc/StructureDefinition/SdcQuestionLibrary#SdcQuestionLibrary.name.last",
                    "text": "Last",
                    "type": "string",
                    "required": true,
                    "maxLength": 100
                  }
                ]
              },
              {
                "extension": [
                  {
                    "url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-initialExpression",
                    "valueExpression": {
                      "language": "text/fhirpath",
                      "expression": "%person.telecom.where(use='phone').first()"
                    }
                  }
                ],
                "linkId": "patientcontact.2",
                "definition": "http://example.org/StructureDefinition/non-existent-library#Stuff.phone",
                "text": "Phone number",
                "type": "string",
                "required": true
              }
            ]
          }
        ]
      }
    },
    {
      "name": "outcome",
      "resource": {
        "resourceType": "OperationOutcome",
        "id": "sdc-modular-root-assembled-outcome",
        "text": {
          "status": "empty",
          "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Warning: Unable to resolve element definition http://example.org/StructureDefinition/non-existent-library#Stuff.phone when assembling Questionnaire/sdc-modular-contact. Some constraints and behavior may not be represented</li><li>Unable to resolve element definition http://example.org/StructureDefinition/non-existent-library#Stuff.phone when assembling Questionnaire/sdc-modular-contact. Some constraints and behavior may not be represented</li></ul></div>"
        },
        "issue": [
          {
            "severity": "warning",
            "code": "informational",
            "details": {
              "text": "Unable to resolve element definition http://example.org/StructureDefinition/non-existent-library#Stuff.phone when assembling Questionnaire/sdc-modular-contact.  Some constraints and behavior may not be represented"
            },
            "expression": [
              "Questionnaire.item[1].definition"
            ]
          },
          {
            "severity": "warning",
            "code": "informational",
            "details": {
              "text": "Unable to resolve element definition http://example.org/StructureDefinition/non-existent-library#Stuff.phone when assembling Questionnaire/sdc-modular-contact.  Some constraints and behavior may not be represented"
            },
            "expression": [
              "Questionnaire.item[1].definition"
            ]
          }
        ]
      }
    }
  ]
}