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

FHIR IG analytics

Packagerki.demis.disease
Resource TypeQuestionnaireResponse
Idexample-questionnaireresponse-diseaseinformationopxd-01.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": "f403116b-4b26-3375-9b24-c39abfffba2e",
  "meta": {
    "profile": [
      "https://demis.rki.de/fhir/StructureDefinition/DiseaseInformationOPXD"
    ]
  },
  "questionnaire": "https://demis.rki.de/fhir/Questionnaire/DiseaseQuestionsOPXD",
  "status": "completed",
  "subject": {
    "reference": "Patient/efc8af49-6607-3e05-9e3b-affd647857a9"
  },
  "item": [
    {
      "linkId": "infectionPathKind",
      "answer": [
        {
          "valueCoding": {
            "system": "http://snomed.info/sct",
            "code": "409496000:{704326004=424681004}",
            "display": "Kontakt zu infiziertem Tier"
          }
        }
      ]
    },
    {
      "linkId": "outbreak",
      "answer": [
        {
          "valueCoding": {
            "system": "https://demis.rki.de/fhir/CodeSystem/yesOrNoAnswer",
            "code": "no",
            "display": "Nein"
          }
        }
      ]
    }
  ]
}