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

FHIR IG analytics

Packagefhir.astp.bhp
Resource TypeQuestionnaireResponse
IdQuestionnaireResponse-C-SSRS-example-1.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 C-SSRS-example-1

LinkIDTextDefinitionAnswerdoco
.. C-SSRS-example-1Questionnaire:https://www.cms.gov/files/document/cssrs-screen-version-instrument.pdf
... /93246-7Have you wished you were dead or wished you could go to sleep and not wake up?LOINC: LA32-8 (No)
... /93247-5Have you actually had any thoughts of killing yourself?LOINC: LA32-8 (No)
... /93248-3Have you been thinking about how you might do this?LOINC: LA32-8 (No)
... /93249-1Have you had these thoughts and had some intention of acting on them?LOINC: LA32-8 (No)
... /93250-9Have you started to work out or worked out the details of how to kill yourself? Do you intend to carry out this plan?LOINC: LA32-8 (No)
... /93267-3Have you ever done anything, started to do anything, or prepared to do anything to end your life?LOINC: LA32-8 (No)
... /93269-9Was this within the past 3 months?LOINC: LA32-8 (No)
... /93374-7Suicide risk levelLOINC: LA9194-7 (Low)

doco Documentation for this format

Source1

{
  "resourceType": "QuestionnaireResponse",
  "id": "C-SSRS-example-1",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-questionnaireresponse|6.1.0"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "questionnaire": "https://www.cms.gov/files/document/cssrs-screen-version-instrument.pdf",
  "status": "completed",
  "subject": {
    "reference": "Patient/bh-patient-example",
    "display": "James Wolff"
  },
  "authored": "2024-02-01T20:50:32.718Z",
  "author": {
    "reference": "Practitioner/ed-physician-example-1"
  },
  "item": [
    {
      "linkId": "/93246-7",
      "text": "Have you wished you were dead or wished you could go to sleep and not wake up?",
      "answer": [
        {
          "valueCoding": {
            "system": "http://loinc.org",
            "code": "LA32-8",
            "display": "No"
          }
        }
      ]
    },
    {
      "linkId": "/93247-5",
      "text": "Have you actually had any thoughts of killing yourself?",
      "answer": [
        {
          "valueCoding": {
            "system": "http://loinc.org",
            "code": "LA32-8",
            "display": "No"
          }
        }
      ]
    },
    {
      "linkId": "/93248-3",
      "text": "Have you been thinking about how you might do this?",
      "answer": [
        {
          "valueCoding": {
            "system": "http://loinc.org",
            "code": "LA32-8",
            "display": "No"
          }
        }
      ]
    },
    {
      "linkId": "/93249-1",
      "text": "Have you had these thoughts and had some intention of acting on them?",
      "answer": [
        {
          "valueCoding": {
            "system": "http://loinc.org",
            "code": "LA32-8",
            "display": "No"
          }
        }
      ]
    },
    {
      "linkId": "/93250-9",
      "text": "Have you started to work out or worked out the details of how to kill yourself? Do you intend to carry out this plan?",
      "answer": [
        {
          "valueCoding": {
            "system": "http://loinc.org",
            "code": "LA32-8",
            "display": "No"
          }
        }
      ]
    },
    {
      "linkId": "/93267-3",
      "text": "Have you ever done anything, started to do anything, or prepared to do anything to end your life?",
      "answer": [
        {
          "valueCoding": {
            "system": "http://loinc.org",
            "code": "LA32-8",
            "display": "No"
          }
        }
      ]
    },
    {
      "linkId": "/93269-9",
      "text": "Was this within the past 3 months?",
      "answer": [
        {
          "valueCoding": {
            "system": "http://loinc.org",
            "code": "LA32-8",
            "display": "No"
          }
        }
      ]
    },
    {
      "linkId": "/93374-7",
      "text": "Suicide risk level",
      "answer": [
        {
          "valueCoding": {
            "system": "http://loinc.org",
            "code": "LA9194-7",
            "display": "Low"
          }
        }
      ]
    }
  ]
}