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

FHIR IG analytics

Packagetw.iii.ltc
Resource TypeQuestionnaireResponse
IdQuestionnaireResponse-ltc-questionnaire-response-communication-example.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 ltc-questionnaire-response-communication-example

LinkIDTextDefinitionAnswerdoco
.. ltc-questionnaire-response-communication-exampleQuestionnaire:LTCQuestionnaireCommunication
... C1個案意識狀態清醒
... C2個案視力正常
... C3個案聽力適當
... C4個案表達能力良好
... C5個案理解能力良好

doco Documentation for this format

Source1

{
  "resourceType": "QuestionnaireResponse",
  "id": "ltc-questionnaire-response-communication-example",
  "meta": {
    "profile": [
      "http://ltc-ig.fhir.tw/StructureDefinition/LTCQuestionnaireResponseCMSCommunication"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "questionnaire": "http://ltc-ig.fhir.tw/Questionnaire/ltc-questionnaire-communication",
  "status": "completed",
  "subject": {
    "reference": "Patient/ltc-patient-cms-chen-ming-hui-example"
  },
  "authored": "2024-09-15T10:30:00+08:00",
  "item": [
    {
      "linkId": "C1",
      "text": "個案意識狀態",
      "answer": [
        {
          "valueString": "清醒"
        }
      ]
    },
    {
      "linkId": "C2",
      "text": "個案視力",
      "answer": [
        {
          "valueString": "正常"
        }
      ]
    },
    {
      "linkId": "C3",
      "text": "個案聽力",
      "answer": [
        {
          "valueString": "適當"
        }
      ]
    },
    {
      "linkId": "C4",
      "text": "個案表達能力",
      "answer": [
        {
          "valueString": "良好"
        }
      ]
    },
    {
      "linkId": "C5",
      "text": "個案理解能力",
      "answer": [
        {
          "valueString": "良好"
        }
      ]
    }
  ]
}