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

FHIR IG analytics

Packagerki.demis.disease
Resource TypeQuestionnaireResponse
Idexample-questionnaireresponse-diseaseinformationclod-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": "e3ef77f5-cc54-3cb4-a509-dc9184b878c2",
  "meta": {
    "profile": [
      "https://demis.rki.de/fhir/StructureDefinition/DiseaseInformationCLOD"
    ]
  },
  "questionnaire": "https://demis.rki.de/fhir/Questionnaire/DiseaseQuestionsCLOD",
  "status": "completed",
  "subject": {
    "reference": "Patient/eb14bc48-e720-36b9-b1b5-eca7f78e64bf"
  },
  "item": [
    {
      "linkId": "form",
      "answer": [
        {
          "valueCoding": {
            "system": "http://snomed.info/sct",
            "code": "398523009",
            "display": "Lebensmittelbedingter Botulismus"
          }
        }
      ]
    },
    {
      "linkId": "infectionPathKindGroup",
      "item": [
        {
          "linkId": "foodGroup",
          "item": [
            {
              "linkId": "food",
              "answer": [
                {
                  "valueCoding": {
                    "system": "http://snomed.info/sct",
                    "code": "256354006",
                    "display": "Bohnen"
                  }
                }
              ]
            },
            {
              "linkId": "consumptionWhen",
              "answer": [
                {
                  "valueDate": "2023-02-01"
                }
              ]
            },
            {
              "linkId": "consumptionWhere",
              "answer": [
                {
                  "valueCoding": {
                    "system": "http://snomed.info/sct",
                    "code": "310205006",
                    "display": "Haushalt"
                  }
                }
              ]
            },
            {
              "linkId": "conservation",
              "answer": [
                {
                  "valueCoding": {
                    "system": "http://snomed.info/sct",
                    "code": "229982008",
                    "display": "Sauer eingelegt"
                  }
                }
              ]
            },
            {
              "linkId": "manufacturing",
              "answer": [
                {
                  "valueCoding": {
                    "system": "http://snomed.info/sct",
                    "code": "162542007",
                    "display": "eigene (private)"
                  }
                }
              ]
            },
            {
              "linkId": "toxinInFood",
              "answer": [
                {
                  "valueCoding": {
                    "system": "https://demis.rki.de/fhir/CodeSystem/yesOrNoAnswer",
                    "code": "yes",
                    "display": "Ja"
                  }
                }
              ]
            }
          ]
        }
      ]
    },
    {
      "linkId": "outbreak",
      "answer": [
        {
          "valueCoding": {
            "system": "https://demis.rki.de/fhir/CodeSystem/yesOrNoAnswer",
            "code": "no",
            "display": "Nein"
          }
        }
      ]
    }
  ]
}