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

FHIR IG analytics

Packagejohnmoehrke.testexclusion.example
Resource TypeQuestionnaireResponse
IdQuestionnaireResponse-UsefulBunchOfCodesQuestionnaireResponse.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 UsefulBunchOfCodesQuestionnaireResponse

LinkIDTextDefinitionAnswerdoco
.. UsefulBunchOfCodesQuestionnaireResponseQuestionnaire:Example Questionnaire using UsefulBunchOfCodesVS
... 1Example CodeSystem with a bunch of codes: code1 (Code 1)

doco Documentation for this format

Source1

{
  "resourceType": "QuestionnaireResponse",
  "id": "UsefulBunchOfCodesQuestionnaireResponse",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "questionnaire": "http://johnmoehrke.github.io/testexclusion/Questionnaire/UsefulBunchOfCodesQuestionnaire",
  "status": "completed",
  "item": [
    {
      "linkId": "1",
      "answer": [
        {
          "valueCoding": {
            "system": "http://johnmoehrke.github.io/testexclusion/CodeSystem/BunchOfCodesCS",
            "code": "code1"
          }
        }
      ]
    }
  ]
}