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

FHIR IG Statistics: Questionnaire/shareable-example

Packagehl7.fhir.uv.crmi
Resource TypeQuestionnaire
Idshareable-example
FHIR VersionR4
Sourcehttp://hl7.org/fhir/uv/crmi/https://build.fhir.org/ig/HL7/crmi-ig/Questionnaire-shareable-example.html
URLhttp://hl7.org/fhir/uv/crmi/Questionnaire/shareable-example
Version2.0.0-cibuild
Statusactive
Date2025-07-25T17:10:20+00:00
NameANCB5Shareable
TitleANC.B5 Quick check (Shareable Example)
Realmuv
Authorityhl7
DescriptionQuick check questionnaire

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 shareable-example

LinkIDTextCardinalityTypeDescription & Constraintsdoco
.. ANCB5ShareableQuick check questionnaireQuestionnairehttp://hl7.org/fhir/uv/crmi/Questionnaire/shareable-example#2.0.0-cibuild
... 1Pregnancy has been confirmed0..1booleanDefinition: http://fhir.org/guides/who/smart-anc-mini/StructureDefinition/anc-b4-de1#Observation.value[x]
... 2Records the reason why the woman came to the health-care facility today0..1choiceDefinition: http://fhir.org/guides/who/smart-anc-mini/StructureDefinition/anc-encounter#Encounter.reasonCode
Value Set: http://fhir.org/guides/who/smart-anc-mini/ValueSet/anc-b5-de1-codes-grouper
... 3If the woman came to the facility with a specific health concern, select the health concern(s) from the list0..1choiceDefinition: http://fhir.org/guides/who/smart-anc-mini/StructureDefinition/anc-b5-de5#Observation.value[x]
Value Set: http://fhir.org/guides/who/smart-anc-mini/ValueSet/anc-b5-de6
... 4Before each contact, the health worker should check whether the woman has any of the danger signs listed here – if yes, she should refer to the hospital urgently; if no, she should continue to the normal contact0..1choiceDefinition: http://fhir.org/guides/who/smart-anc-mini/StructureDefinition/anc-b5-de48#Observation.value[x]
Value Set: http://fhir.org/guides/who/smart-anc-mini/ValueSet/anc-b5-de48-codes-grouper

doco Documentation for this format

Source

{
  "resourceType": "Questionnaire",
  "id": "shareable-example",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-shareablequestionnaire"
    ]
  },
  "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://hl7.org/fhir/uv/crmi/Questionnaire/shareable-example",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.40.38.35.2"
    }
  ],
  "version": "2.0.0-cibuild",
  "name": "ANCB5Shareable",
  "title": "ANC.B5 Quick check (Shareable Example)",
  "status": "active",
  "experimental": true,
  "date": "2025-07-25T17:10:20+00:00",
  "publisher": "HL7 International / Clinical Decision Support",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/dss"
        }
      ]
    }
  ],
  "description": "Quick check questionnaire",
  "useContext": [
    {
      "code": {
        "system": "http://terminology.hl7.org/CodeSystem/usage-context-type",
        "code": "task",
        "display": "Workflow Task"
      },
      "valueCodeableConcept": {
        "text": "Quick check"
      }
    }
  ],
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "item": [
    {
      "linkId": "1",
      "definition": "http://fhir.org/guides/who/smart-anc-mini/StructureDefinition/anc-b4-de1#Observation.value[x]",
      "text": "Pregnancy has been confirmed",
      "type": "boolean"
    },
    {
      "linkId": "2",
      "definition": "http://fhir.org/guides/who/smart-anc-mini/StructureDefinition/anc-encounter#Encounter.reasonCode",
      "text": "Records the reason why the woman came to the health-care facility today",
      "type": "choice",
      "answerValueSet": "http://fhir.org/guides/who/smart-anc-mini/ValueSet/anc-b5-de1-codes-grouper"
    },
    {
      "linkId": "3",
      "definition": "http://fhir.org/guides/who/smart-anc-mini/StructureDefinition/anc-b5-de5#Observation.value[x]",
      "text": "If the woman came to the facility with a specific health concern, select the health concern(s) from the list",
      "type": "choice",
      "answerValueSet": "http://fhir.org/guides/who/smart-anc-mini/ValueSet/anc-b5-de6"
    },
    {
      "linkId": "4",
      "definition": "http://fhir.org/guides/who/smart-anc-mini/StructureDefinition/anc-b5-de48#Observation.value[x]",
      "text": "Before each contact, the health worker should check whether the woman has any of the danger signs listed here – if yes, she should refer to the hospital urgently; if no, she should continue to the normal contact",
      "type": "choice",
      "answerValueSet": "http://fhir.org/guides/who/smart-anc-mini/ValueSet/anc-b5-de48-codes-grouper"
    }
  ]
}