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

FHIR IG analytics

Packagerki.demis.disease
Resource TypeQuestionnaireResponse
Idexample-questionnaireresponse-diseaseinformationhusd-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": "c707050d-ca3a-3988-b758-eafe17532402",
  "meta": {
    "profile": [
      "https://demis.rki.de/fhir/StructureDefinition/DiseaseInformationHUSD"
    ]
  },
  "questionnaire": "https://demis.rki.de/fhir/Questionnaire/DiseaseQuestionsHUSD",
  "status": "completed",
  "subject": {
    "reference": "Patient/9ebf11d0-45f4-3e9d-a81b-e2e0601d88af"
  },
  "item": [
    {
      "linkId": "infectionPathKind",
      "answer": [
        {
          "valueCoding": {
            "system": "http://snomed.info/sct",
            "code": "74964007",
            "display": "andere/sonstige"
          }
        }
      ]
    },
    {
      "linkId": "onsetOfDiseaseHUS",
      "answer": [
        {
          "valueDate": "2023-04-03"
        }
      ]
    },
    {
      "linkId": "infectionRisk",
      "answer": [
        {
          "valueCoding": {
            "system": "https://demis.rki.de/fhir/CodeSystem/yesOrNoAnswer",
            "code": "yes",
            "display": "Ja"
          },
          "item": [
            {
              "linkId": "infectionRiskGroup",
              "item": [
                {
                  "linkId": "infectionRiskKindAnimal",
                  "answer": [
                    {
                      "valueCoding": {
                        "system": "http://snomed.info/sct",
                        "code": "125099002",
                        "display": "Schaf"
                      }
                    }
                  ]
                },
                {
                  "linkId": "infectionAnimalWhere",
                  "answer": [
                    {
                      "valueCoding": {
                        "system": "http://snomed.info/sct",
                        "code": "272504001",
                        "display": "Bezug landwirschaftlichem Betrieb"
                      }
                    }
                  ]
                },
                {
                  "linkId": "infectionAnimalWhen",
                  "answer": [
                    {
                      "valueDate": "2023-03-15"
                    }
                  ]
                }
              ]
            },
            {
              "linkId": "infectionRiskGroup",
              "item": [
                {
                  "linkId": "infectionRiskKindAnimal",
                  "answer": [
                    {
                      "valueCoding": {
                        "system": "http://snomed.info/sct",
                        "code": "125097000",
                        "display": "Ziege"
                      }
                    }
                  ]
                },
                {
                  "linkId": "infectionAnimalWhere",
                  "answer": [
                    {
                      "valueCoding": {
                        "system": "http://snomed.info/sct",
                        "code": "272504001",
                        "display": "Bezug landwirschaftlichem Betrieb"
                      }
                    }
                  ]
                },
                {
                  "linkId": "infectionAnimalWhen",
                  "answer": [
                    {
                      "valueDate": "2023-03-15"
                    }
                  ]
                }
              ]
            },
            {
              "linkId": "infectionRiskGroup",
              "item": [
                {
                  "linkId": "infectionRiskKindAnimal",
                  "answer": [
                    {
                      "valueCoding": {
                        "system": "http://snomed.info/sct",
                        "code": "107007004",
                        "display": "Rind"
                      }
                    }
                  ]
                },
                {
                  "linkId": "infectionAnimalWhere",
                  "answer": [
                    {
                      "valueCoding": {
                        "system": "http://snomed.info/sct",
                        "code": "272504001",
                        "display": "Bezug landwirschaftlichem Betrieb"
                      }
                    }
                  ]
                },
                {
                  "linkId": "infectionAnimalWhen",
                  "answer": [
                    {
                      "valueDate": "2023-03-15"
                    }
                  ]
                }
              ]
            }
          ]
        }
      ]
    },
    {
      "linkId": "outbreak",
      "answer": [
        {
          "valueCoding": {
            "system": "https://demis.rki.de/fhir/CodeSystem/yesOrNoAnswer",
            "code": "no",
            "display": "Nein"
          }
        }
      ]
    }
  ]
}