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

FHIR IG analytics

Packagehl7.fhir.us.pacio-cs
Resource TypeQuestionnaireResponse
IdQuestionnaireResponse-QResponse-SNF-CAM-Admission-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 QResponse-SNF-CAM-Admission-1

LinkIDTextDefinitionAnswerdoco
.. QResponse-SNF-CAM-Admission-1Questionnaire:http://example.org/Questionnaire/MDS3.0-NC-1.17
... Section-3Cognitive Patterns
.... Section-3/C1310Signs and Symptoms of Delirium (from CAM)
..... Section-3/C1310AIs there evidence of an acute change in mental status from the patients baseline?LOINC LA32-8: No
..... Section-3/C1310BDid the patient have difficulty focusing attention, for example being easily distractible, or having difficulty keeping track of what was being said?LOINC LA61-7: Behavior not present
..... Section-3/C1310CDid the resident have altered level of consiousness as indicated by any of the following criteria: (1) Vigilant - startles easily to any sound or touch, (2) Lethargic - repeatedly dozed off when being asked questions, but responded to voice or touch, (3) Stuporous - very difficult to arouse and keep aroused for the interview, (4) Comatose - could not be arousedLOINC LA61-7: Behavior not present

doco Documentation for this format

Source1

{
  "resourceType": "QuestionnaireResponse",
  "id": "QResponse-SNF-CAM-Admission-1",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaireresponse"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "questionnaire": "http://example.org/Questionnaire/MDS3.0-NC-1.17",
  "_questionnaire": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/display",
        "valueString": "Minimum Data Set (MDS) - version 3.0 - Resident Assessment Instrument (RAI) version 1.17.1 [CMS Assessment]"
      }
    ]
  },
  "status": "completed",
  "subject": {
    "reference": "Patient/patientBSJ1"
  },
  "authored": "2020-04-09T18:00:00-05:00",
  "item": [
    {
      "linkId": "Section-3",
      "text": "Cognitive Patterns",
      "item": [
        {
          "linkId": "Section-3/C1310",
          "text": "Signs and Symptoms of Delirium (from CAM)",
          "item": [
            {
              "linkId": "Section-3/C1310A",
              "text": "Is there evidence of an acute change in mental status from the patients baseline?",
              "answer": [
                {
                  "valueCoding": {
                    "system": "http://loinc.org",
                    "code": "LA32-8",
                    "display": "No"
                  }
                }
              ]
            },
            {
              "linkId": "Section-3/C1310B",
              "text": "Did the patient have difficulty focusing attention, for example being easily distractible, or having difficulty keeping track of what was being said?",
              "answer": [
                {
                  "valueCoding": {
                    "system": "http://loinc.org",
                    "code": "LA61-7",
                    "display": "Behavior not present"
                  }
                }
              ]
            },
            {
              "linkId": "Section-3/C1310C",
              "text": "Did the resident have altered level of consiousness as indicated by any of the following criteria: (1) Vigilant - startles easily to any sound or touch, (2) Lethargic - repeatedly dozed off when being asked questions, but responded to voice or touch, (3) Stuporous - very difficult to arouse and keep aroused for the interview, (4) Comatose - could not be aroused",
              "answer": [
                {
                  "valueCoding": {
                    "system": "http://loinc.org",
                    "code": "LA61-7",
                    "display": "Behavior not present"
                  }
                }
              ]
            }
          ]
        }
      ]
    }
  ]
}