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

FHIR IG analytics

Packager4b2.test
Resource TypeQuestionnaireResponse
Idquestionnaire-response-example.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": "QuestionnaireResponse",
  "id": "questionnaire-response-example",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2026-01-27T13:30:00+00:00",
    "profile": [
      "https://example.org/fhir/StructureDefinition/MyQuestionnaireResponse"
    ]
  },
  "questionnaire": "https://simplifier.net/r4b2/myquestionnaireresponse",
  "status": "completed",
  "subject": {
    "reference": "Patient/example-patient",
    "display": "Example Patient"
  },
  "authored": "2026-01-27T13:30:00Z",
  "author": {
    "reference": "Practitioner/example-practitioner",
    "display": "Dr. Example Practitioner"
  },
  "item": [
    {
      "linkId": "administrative-resources",
      "text": "Select Administrative Resource Types",
      "answer": [
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "Account",
            "display": "Account"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "Patient",
            "display": "Patient"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "Practitioner",
            "display": "Practitioner"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "PractitionerRole",
            "display": "PractitionerRole"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "Organization",
            "display": "Organization"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "OrganizationAffiliation",
            "display": "OrganizationAffiliation"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "Location",
            "display": "Location"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "RelatedPerson",
            "display": "RelatedPerson"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "Person",
            "display": "Person"
          }
        }
      ]
    },
    {
      "linkId": "clinical-resources",
      "text": "Select Clinical Resource Types",
      "answer": [
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "Observation",
            "display": "Observation"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "Condition",
            "display": "Condition"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "DiagnosticReport",
            "display": "DiagnosticReport"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "Procedure",
            "display": "Procedure"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "Encounter",
            "display": "Encounter"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "EpisodeOfCare",
            "display": "EpisodeOfCare"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "AllergyIntolerance",
            "display": "AllergyIntolerance"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "ClinicalImpression",
            "display": "ClinicalImpression"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "DetectedIssue",
            "display": "DetectedIssue"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "FamilyMemberHistory",
            "display": "FamilyMemberHistory"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "RiskAssessment",
            "display": "RiskAssessment"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "BodyStructure",
            "display": "BodyStructure"
          }
        }
      ]
    },
    {
      "linkId": "medication-resources",
      "text": "Select Medication-related Resource Types",
      "answer": [
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "Medication",
            "display": "Medication"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "MedicationRequest",
            "display": "MedicationRequest"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "MedicationAdministration",
            "display": "MedicationAdministration"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "MedicationDispense",
            "display": "MedicationDispense"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "MedicationStatement",
            "display": "MedicationStatement"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "MedicationKnowledge",
            "display": "MedicationKnowledge"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "Immunization",
            "display": "Immunization"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "ImmunizationEvaluation",
            "display": "ImmunizationEvaluation"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "ImmunizationRecommendation",
            "display": "ImmunizationRecommendation"
          }
        }
      ]
    },
    {
      "linkId": "care-provision-resources",
      "text": "Select Care Provision Resource Types",
      "answer": [
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "CarePlan",
            "display": "CarePlan"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "CareTeam",
            "display": "CareTeam"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "Goal",
            "display": "Goal"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "ServiceRequest",
            "display": "ServiceRequest"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "NutritionOrder",
            "display": "NutritionOrder"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "VisionPrescription",
            "display": "VisionPrescription"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "RequestGroup",
            "display": "RequestGroup"
          }
        }
      ]
    },
    {
      "linkId": "device-resources",
      "text": "Select Device-related Resource Types",
      "answer": [
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "Device",
            "display": "Device"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "DeviceDefinition",
            "display": "DeviceDefinition"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "DeviceMetric",
            "display": "DeviceMetric"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "DeviceRequest",
            "display": "DeviceRequest"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "DeviceUseStatement",
            "display": "DeviceUseStatement"
          }
        }
      ]
    },
    {
      "linkId": "specimen-resources",
      "text": "Select Specimen and Laboratory Resource Types",
      "answer": [
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "Specimen",
            "display": "Specimen"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "SpecimenDefinition",
            "display": "SpecimenDefinition"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "ImagingStudy",
            "display": "ImagingStudy"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "Media",
            "display": "Media"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "MolecularSequence",
            "display": "MolecularSequence"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "BiologicallyDerivedProduct",
            "display": "BiologicallyDerivedProduct"
          }
        }
      ]
    },
    {
      "linkId": "financial-resources",
      "text": "Select Financial Resource Types",
      "answer": [
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "Coverage",
            "display": "Coverage"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "CoverageEligibilityRequest",
            "display": "CoverageEligibilityRequest"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "CoverageEligibilityResponse",
            "display": "CoverageEligibilityResponse"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "EnrollmentRequest",
            "display": "EnrollmentRequest"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "EnrollmentResponse",
            "display": "EnrollmentResponse"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "Claim",
            "display": "Claim"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "ClaimResponse",
            "display": "ClaimResponse"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "Invoice",
            "display": "Invoice"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "PaymentNotice",
            "display": "PaymentNotice"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "PaymentReconciliation",
            "display": "PaymentReconciliation"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "ExplanationOfBenefit",
            "display": "ExplanationOfBenefit"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "ChargeItem",
            "display": "ChargeItem"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "ChargeItemDefinition",
            "display": "ChargeItemDefinition"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "Contract",
            "display": "Contract"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "InsurancePlan",
            "display": "InsurancePlan"
          }
        }
      ]
    },
    {
      "linkId": "scheduling-resources",
      "text": "Select Scheduling Resource Types",
      "answer": [
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "Appointment",
            "display": "Appointment"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "AppointmentResponse",
            "display": "AppointmentResponse"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "Schedule",
            "display": "Schedule"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "Slot",
            "display": "Slot"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "HealthcareService",
            "display": "HealthcareService"
          }
        }
      ]
    },
    {
      "linkId": "document-resources",
      "text": "Select Document and Information Resource Types",
      "answer": [
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "DocumentReference",
            "display": "DocumentReference"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "DocumentManifest",
            "display": "DocumentManifest"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "Composition",
            "display": "Composition"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "Binary",
            "display": "Binary"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "Bundle",
            "display": "Bundle"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "List",
            "display": "List"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "Communication",
            "display": "Communication"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "CommunicationRequest",
            "display": "CommunicationRequest"
          }
        }
      ]
    },
    {
      "linkId": "workflow-resources",
      "text": "Select Workflow Resource Types",
      "answer": [
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "Task",
            "display": "Task"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "Flag",
            "display": "Flag"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "Group",
            "display": "Group"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "Linkage",
            "display": "Linkage"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "Provenance",
            "display": "Provenance"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "AuditEvent",
            "display": "AuditEvent"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "Consent",
            "display": "Consent"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "AdverseEvent",
            "display": "AdverseEvent"
          }
        }
      ]
    },
    {
      "linkId": "definitional-resources",
      "text": "Select Definitional Resource Types",
      "answer": [
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "ActivityDefinition",
            "display": "ActivityDefinition"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "PlanDefinition",
            "display": "PlanDefinition"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "Questionnaire",
            "display": "Questionnaire"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "QuestionnaireResponse",
            "display": "QuestionnaireResponse"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "Measure",
            "display": "Measure"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "MeasureReport",
            "display": "MeasureReport"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "EventDefinition",
            "display": "EventDefinition"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "ObservationDefinition",
            "display": "ObservationDefinition"
          }
        }
      ]
    },
    {
      "linkId": "terminology-resources",
      "text": "Select Terminology Resource Types",
      "answer": [
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "CodeSystem",
            "display": "CodeSystem"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "ValueSet",
            "display": "ValueSet"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "ConceptMap",
            "display": "ConceptMap"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "NamingSystem",
            "display": "NamingSystem"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "TerminologyCapabilities",
            "display": "TerminologyCapabilities"
          }
        }
      ]
    },
    {
      "linkId": "infrastructure-resources",
      "text": "Select Infrastructure Resource Types",
      "answer": [
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "CapabilityStatement",
            "display": "CapabilityStatement"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "StructureDefinition",
            "display": "StructureDefinition"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "StructureMap",
            "display": "StructureMap"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "ImplementationGuide",
            "display": "ImplementationGuide"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "SearchParameter",
            "display": "SearchParameter"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "MessageDefinition",
            "display": "MessageDefinition"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "MessageHeader",
            "display": "MessageHeader"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "OperationDefinition",
            "display": "OperationDefinition"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "OperationOutcome",
            "display": "OperationOutcome"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "Parameters",
            "display": "Parameters"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "Subscription",
            "display": "Subscription"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "GraphDefinition",
            "display": "GraphDefinition"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "CompartmentDefinition",
            "display": "CompartmentDefinition"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "Endpoint",
            "display": "Endpoint"
          }
        }
      ]
    },
    {
      "linkId": "substance-resources",
      "text": "Select Substance Resource Types",
      "answer": [
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "Substance",
            "display": "Substance"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "SubstanceNucleicAcid",
            "display": "SubstanceNucleicAcid"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "SubstancePolymer",
            "display": "SubstancePolymer"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "SubstanceProtein",
            "display": "SubstanceProtein"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "SubstanceReferenceInformation",
            "display": "SubstanceReferenceInformation"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "SubstanceSourceMaterial",
            "display": "SubstanceSourceMaterial"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "SubstanceSpecification",
            "display": "SubstanceSpecification"
          }
        }
      ]
    },
    {
      "linkId": "medicinal-product-resources",
      "text": "Select Medicinal Product Resource Types",
      "answer": [
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "MedicinalProduct",
            "display": "MedicinalProduct"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "MedicinalProductAuthorization",
            "display": "MedicinalProductAuthorization"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "MedicinalProductContraindication",
            "display": "MedicinalProductContraindication"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "MedicinalProductIndication",
            "display": "MedicinalProductIndication"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "MedicinalProductIngredient",
            "display": "MedicinalProductIngredient"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "MedicinalProductInteraction",
            "display": "MedicinalProductInteraction"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "MedicinalProductManufactured",
            "display": "MedicinalProductManufactured"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "MedicinalProductPackaged",
            "display": "MedicinalProductPackaged"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "MedicinalProductPharmaceutical",
            "display": "MedicinalProductPharmaceutical"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "MedicinalProductUndesirableEffect",
            "display": "MedicinalProductUndesirableEffect"
          }
        }
      ]
    },
    {
      "linkId": "research-resources",
      "text": "Select Research Resource Types",
      "answer": [
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "ResearchStudy",
            "display": "ResearchStudy"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "ResearchSubject",
            "display": "ResearchSubject"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "Evidence",
            "display": "Evidence"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "EvidenceVariable",
            "display": "EvidenceVariable"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "ResearchDefinition",
            "display": "ResearchDefinition"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "ResearchElementDefinition",
            "display": "ResearchElementDefinition"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "EffectEvidenceSynthesis",
            "display": "EffectEvidenceSynthesis"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "RiskEvidenceSynthesis",
            "display": "RiskEvidenceSynthesis"
          }
        }
      ]
    },
    {
      "linkId": "quality-resources",
      "text": "Select Quality and Testing Resource Types",
      "answer": [
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "TestScript",
            "display": "TestScript"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "TestReport",
            "display": "TestReport"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "ExampleScenario",
            "display": "ExampleScenario"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "VerificationResult",
            "display": "VerificationResult"
          }
        }
      ]
    },
    {
      "linkId": "supply-resources",
      "text": "Select Supply Resource Types",
      "answer": [
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "SupplyRequest",
            "display": "SupplyRequest"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "SupplyDelivery",
            "display": "SupplyDelivery"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "CatalogEntry",
            "display": "CatalogEntry"
          }
        }
      ]
    },
    {
      "linkId": "base-resources",
      "text": "Select Base Resource Types",
      "answer": [
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "Resource",
            "display": "Resource"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "DomainResource",
            "display": "DomainResource"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "Basic",
            "display": "Basic"
          }
        }
      ]
    },
    {
      "linkId": "guidance-resources",
      "text": "Select Guidance and Response Resource Types",
      "answer": [
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "GuidanceResponse",
            "display": "GuidanceResponse"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "Library",
            "display": "Library"
          }
        }
      ]
    },
    {
      "linkId": "use-case-description",
      "text": "Describe your comprehensive FHIR implementation use case",
      "answer": [
        {
          "valueString": "This comprehensive QuestionnaireResponse demonstrates the complete scope of FHIR R4 resource types available for healthcare information exchange. The implementation encompasses administrative resources for patient and provider management, clinical resources for care delivery, medication management, financial workflows, scheduling systems, document management, and research capabilities. This extensive coverage supports a full-scale electronic health record system with integrated clinical decision support, quality measurement, research data collection, and regulatory compliance reporting across multiple healthcare domains including genomics, pharmacy, diagnostics, and specialized medical devices."
        }
      ]
    },
    {
      "linkId": "implementation-scope",
      "text": "What is the scope of your FHIR implementation?",
      "answer": [
        {
          "valueString": "Enterprise-wide healthcare information system supporting multiple specialties including genomics, oncology, cardiology, and primary care with full interoperability across internal and external healthcare systems, research networks, and regulatory reporting requirements."
        }
      ]
    },
    {
      "linkId": "resource-count-confirmation",
      "text": "Confirm the total number of FHIR resource types selected",
      "answer": [
        {
          "valueInteger": 148
        }
      ]
    }
  ]
}