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

FHIR IG analytics

Packagefhir.rehabig
Resource TypeQuestionnaireResponse
IdQuestionnaireResponse-BBTExample.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 BBTExample

Profile: BBTQR

LinkIDTextDefinitionAnswerdoco
.. BBTExampleQuestionnaire:BBT評估量表
... left-hand31
... right-hand63

doco Documentation for this format

Source1

{
  "resourceType": "QuestionnaireResponse",
  "id": "BBTExample",
  "meta": {
    "profile": [
      "https://build.fhir.org/ig/Kimsber/Rehab-IG/StructureDefinition/bbt-questionnaire-response"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "questionnaire": "https://build.fhir.org/ig/Kimsber/Rehab-IG/Questionnaire/BBTQuestionnaire",
  "status": "completed",
  "item": [
    {
      "linkId": "left-hand",
      "answer": [
        {
          "valueInteger": 31
        }
      ]
    },
    {
      "linkId": "right-hand",
      "answer": [
        {
          "valueInteger": 63
        }
      ]
    }
  ]
}