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

FHIR IG analytics

Packagehl7.fhir.be.pss
Resource TypeQuestionnaireResponse
IdQuestionnaireResponse-qr-consent-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 qr-consent-example

LinkIDTextDefinitionAnswerdoco
.. qr-consent-exampleQuestionnaire:TCConsentForm
... tc
.... consenttrue
... anonymizationPreference[not stated]: full-anon (full-anon)

doco Documentation for this format

Source1

{
  "resourceType": "QuestionnaireResponse",
  "id": "qr-consent-example",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "questionnaire": "http://openhie.org/fhir/Questionnaire/hiv-case-report-questionnaire",
  "status": "completed",
  "authored": "2025-08-22T10:20:20Z",
  "source": {
    "identifier": {
      "value": "some-hcp-role-id"
    }
  },
  "item": [
    {
      "linkId": "tc",
      "item": [
        {
          "linkId": "consent",
          "answer": [
            {
              "valueBoolean": true
            }
          ]
        }
      ]
    },
    {
      "linkId": "anonymizationPreference",
      "answer": [
        {
          "valueCoding": {
            "code": "full-anon"
          }
        }
      ]
    }
  ]
}