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

FHIR IG analytics

Packagede.einwilligungsmanagement
Resource TypeQuestionnaireResponse
Idexample-ConsentManagement-QuestionnaireResponse-Widerruf.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "QuestionnaireResponse",
  "id": "add43c05-d583-4507-b842-81190f5d56dd",
  "meta": {
    "lastUpdated": "2024-05-13T10:00:01+00:00",
    "profile": [
      "http://fhir.de/ConsentManagement/StructureDefinition/QuestionnaireResponse"
    ]
  },
  "language": "de",
  "questionnaire": "https://beispiel.de/fhir/QuestionnaireComposedWithdrawal",
  "status": "completed",
  "subject": {
    "reference": "Patient/9b4a702d-162c-428a-8c5d-8b98af21b693",
    "display": "Studienpatient Nr. A38"
  },
  "authored": "2024-05-13",
  "author": {
    "reference": "RelatedPerson/5645464"
  },
  "source": {
    "reference": "Patient/9b4a702d-162c-428a-8c5d-8b98af21b693"
  },
  "item": [
    {
      "linkId": "1",
      "answer": [
        {
          "valueCoding": {
            "system": "urn:oid:2.16.840.1.113883.3.1937.777.24.5.2",
            "code": "2.16.840.1.113883.3.1937.777.24.5.2.2",
            "display": "nicht gültig"
          }
        }
      ]
    },
    {
      "linkId": "98",
      "answer": [
        {
          "valueCoding": {
            "system": "urn:oid:2.16.840.1.113883.3.1937.777.24.5.2",
            "code": "2.16.840.1.113883.3.1937.777.24.5.2.1",
            "display": "gültig"
          }
        }
      ]
    },
    {
      "linkId": "102",
      "answer": [
        {
          "valueCoding": {
            "system": "urn:oid:2.16.840.1.113883.3.1937.777.24.5.2",
            "code": "2.16.840.1.113883.3.1937.777.24.5.2.3",
            "display": "unbekannt"
          }
        }
      ]
    }
  ]
}