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

FHIR IG analytics

Packagehl7.fhir.us.core
Resource TypeQuestionnaireResponse
IdQuestionnaireResponse-TAPS.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 TAPS

LinkIDTextDefinitionAnswerdoco
.. TAPSQuestionnaire:Tobacco, Alcohol, Prescription medications, and other Substance use screen [TAPS]
... /96842-0How often have you used any tobacco product in past 12 monthsLOINC: LA6270-8 (Never)
... /88037-7How often have you had five or more drinks in one day during the past year [Reported]LOINC: LA6270-8 (Never)
... /75889-6How often have you had four or more drinks in one day during the past year [Reported]LOINC: LA6270-8 (Never)
... /96843-8How often have you used illegal or recreational drugs in past 12 monthsLOINC: LA6270-8 (Never)
... /96844-6How often have you used any prescription medications just for the feeling, more than prescribed or that were not prescribed for you in past 12 months [TAPS]0

doco Documentation for this format

Source1

{
  "resourceType": "QuestionnaireResponse",
  "id": "TAPS",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-questionnaireresponse|9.0.0"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "questionnaire": "http://hl7.org/fhir/us/core/Questionnaire/TAPS",
  "status": "completed",
  "subject": {
    "reference": "Patient/example",
    "display": "Amy Shaw"
  },
  "authored": "2023-08-14T20:40:49.675Z",
  "author": {
    "reference": "Practitioner/practitioner-1",
    "type": "Practitioner"
  },
  "item": [
    {
      "linkId": "/96842-0",
      "text": "How often have you used any tobacco product in past 12 months",
      "answer": [
        {
          "valueCoding": {
            "system": "http://loinc.org",
            "code": "LA6270-8",
            "display": "Never"
          }
        }
      ]
    },
    {
      "linkId": "/88037-7",
      "text": "How often have you had five or more drinks in one day during the past year [Reported]",
      "answer": [
        {
          "valueCoding": {
            "system": "http://loinc.org",
            "code": "LA6270-8",
            "display": "Never"
          }
        }
      ]
    },
    {
      "linkId": "/75889-6",
      "text": "How often have you had four or more drinks in one day during the past year [Reported]",
      "answer": [
        {
          "valueCoding": {
            "system": "http://loinc.org",
            "code": "LA6270-8",
            "display": "Never"
          }
        }
      ]
    },
    {
      "linkId": "/96843-8",
      "text": "How often have you used illegal or recreational drugs in past 12 months",
      "answer": [
        {
          "valueCoding": {
            "system": "http://loinc.org",
            "code": "LA6270-8",
            "display": "Never"
          }
        }
      ]
    },
    {
      "linkId": "/96844-6",
      "text": "How often have you used any prescription medications just for the feeling, more than prescribed or that were not prescribed for you in past 12 months [TAPS]",
      "answer": [
        {
          "valueString": "0"
        }
      ]
    }
  ]
}