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

FHIR IG analytics

Packagerki.demis.disease
Resource TypeQuestionnaireResponse
Idexample-questionnaireresponse-diseaseinformationhevd-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": "51379f94-053f-3338-831e-bd512e8be1c7",
  "meta": {
    "profile": [
      "https://demis.rki.de/fhir/StructureDefinition/DiseaseInformationHEVD"
    ]
  },
  "questionnaire": "https://demis.rki.de/fhir/Questionnaire/DiseaseQuestionsHEVD",
  "status": "completed",
  "subject": {
    "reference": "Patient/bba36c43-bbcd-37c8-8313-3f3eae52081a"
  },
  "item": [
    {
      "linkId": "immunization",
      "answer": [
        {
          "valueCoding": {
            "system": "https://demis.rki.de/fhir/CodeSystem/yesOrNoAnswer",
            "code": "yes",
            "display": "Ja"
          },
          "item": [
            {
              "linkId": "immunizationRef",
              "answer": [
                {
                  "valueReference": {
                    "reference": "Immunization/d725011c-c4db-326d-83d7-1d67c3bcc472"
                  }
                }
              ]
            }
          ]
        }
      ]
    },
    {
      "linkId": "infectionRiskKindGroup",
      "item": [
        {
          "linkId": "infectionRiskKindJob",
          "answer": [
            {
              "valueCoding": {
                "system": "http://snomed.info/sct",
                "code": "34484007",
                "display": "Förster/-in, Waldarbeiter /-in"
              }
            }
          ]
        },
        {
          "linkId": "infectionRiskKindAnimal",
          "answer": [
            {
              "valueCoding": {
                "system": "http://snomed.info/sct",
                "code": "78678003",
                "display": "Wildschwein"
              }
            }
          ]
        },
        {
          "linkId": "infectionRiskKindOther",
          "answer": [
            {
              "valueCoding": {
                "system": "http://snomed.info/sct",
                "code": "289925000",
                "display": "Müll"
              }
            }
          ]
        }
      ]
    },
    {
      "linkId": "infectionPathKind",
      "answer": [
        {
          "valueCoding": {
            "system": "http://snomed.info/sct",
            "code": "74964007",
            "display": "andere/sonstige"
          }
        }
      ]
    },
    {
      "linkId": "outbreak",
      "answer": [
        {
          "valueCoding": {
            "system": "https://demis.rki.de/fhir/CodeSystem/yesOrNoAnswer",
            "code": "no",
            "display": "Nein"
          }
        }
      ]
    }
  ]
}