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

FHIR IG Statistics: Questionnaire/activity-example-collectinformation-questionnaire

Packagehl7.fhir.uv.cpg
Resource TypeQuestionnaire
Idactivity-example-collectinformation-questionnaire
FHIR VersionR4
Sourcehttp://hl7.org/fhir/uv/cpg/https://build.fhir.org/ig/HL7/cqf-recommendations/Questionnaire-activity-example-collectinformation-questionnaire.html
URLhttp://example.org/Questionnaire/activity-example-collectinformation-questionnaire
Version2.0.0
Statusactive
Date2024-11-26T06:42:34+00:00
NameActivityExampleCollectInformationQuestionnaire
TitleActivity Example Collect Information Questionnaire
Realmuv
Authorityhl7
DescriptionExample Questionnaire for use in collect information activity examples

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 activity-example-collectinformation-questionnaire

LinkIDTextCardinalityTypeDescription & Constraintsdoco
.. ActivityExampleCollectInformationQuestionnaireExample Questionnaire for use in collect information activity examplesQuestionnairehttp://example.org/Questionnaire/activity-example-collectinformation-questionnaire#2.0.0
... AWhat was the date of your last visit with a medical professional?0..1date

doco Documentation for this format

Source

{
  "resourceType": "Questionnaire",
  "id": "activity-example-collectinformation-questionnaire",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-computablequestionnaire"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/cqf-knowledgeCapability",
      "valueCode": "shareable"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/cqf-knowledgeCapability",
      "valueCode": "computable"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/cqf-knowledgeCapability",
      "valueCode": "publishable"
    }
  ],
  "url": "http://example.org/Questionnaire/activity-example-collectinformation-questionnaire",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.40.48.35.1"
    }
  ],
  "version": "2.0.0",
  "name": "ActivityExampleCollectInformationQuestionnaire",
  "title": "Activity Example Collect Information Questionnaire",
  "status": "active",
  "experimental": true,
  "date": "2024-11-26T06:42:34+00:00",
  "publisher": "HL7 International / Clinical Decision Support",
  "contact": [
    {
      "name": "HL7 International / Clinical Decision Support",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/dss"
        }
      ]
    }
  ],
  "description": "Example Questionnaire for use in collect information activity examples",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "item": [
    {
      "linkId": "A",
      "text": "What was the date of your last visit with a medical professional?",
      "type": "date"
    }
  ]
}