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

FHIR IG analytics

Packagech.fhir.ig.ch-umzh-connect
Resource TypeQuestionnaireResponse
IdQuestionnaireResponse-QuestionnaireResponseSmokingStatus.json
FHIR VersionR4

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: QuestionnaireResponse QuestionnaireResponseSmokingStatus

LinkIDTextDefinitionAnswerdoco
.. QuestionnaireResponseSmokingStatusQuestionnaire:Smoking Status Inquiry
... smoking-statusWhat is the patient's smoking status?SNOMED CT: 8517006 (Ex-smoker)
... pack-yearsWhat is the patient's pack years?50

doco Documentation for this format

Source1

{
  "resourceType": "QuestionnaireResponse",
  "id": "QuestionnaireResponseSmokingStatus",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "questionnaire": "http://fulfiller.example.org/ch-umzh-connect/QuestionnaireSmokingStatus",
  "status": "completed",
  "subject": {
    "reference": "http://placer.example.org/fhir/Patient/PetraMeier"
  },
  "authored": "2025-12-16",
  "author": {
    "reference": "http://placer.example.org/fhir/PractitionerRole/HansMusterRole"
  },
  "item": [
    {
      "linkId": "smoking-status",
      "text": "What is the patient's smoking status?",
      "answer": [
        {
          "valueCoding": {
            "system": "http://snomed.info/sct",
            "code": "8517006",
            "display": "Ex-smoker"
          }
        }
      ]
    },
    {
      "linkId": "pack-years",
      "text": "What is the patient's pack years?",
      "answer": [
        {
          "valueDecimal": 50
        }
      ]
    }
  ]
}