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

FHIR IG analytics

Packagerki.demis.disease
Resource TypeQuestionnaireResponse
Idexample-questionnaireresponse-diseaseinformationcommon-00.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": "2f0c6b36-6421-35a8-8ea1-0e013db39410",
  "meta": {
    "profile": [
      "https://demis.rki.de/fhir/StructureDefinition/DiseaseInformationCommon"
    ]
  },
  "questionnaire": "https://demis.rki.de/fhir/Questionnaire/DiseaseQuestionsCommon",
  "status": "completed",
  "subject": {
    "reference": "Patient/ac163863-fefa-3ce2-8511-7a4150d6ad43"
  },
  "item": [
    {
      "linkId": "isDead",
      "answer": [
        {
          "valueCoding": {
            "system": "https://demis.rki.de/fhir/CodeSystem/yesOrNoAnswer",
            "code": "no",
            "display": "Nein"
          }
        }
      ]
    },
    {
      "linkId": "militaryAffiliation",
      "answer": [
        {
          "valueCoding": {
            "system": "http://terminology.hl7.org/CodeSystem/v3-NullFlavor",
            "code": "NASK",
            "display": "not asked"
          }
        }
      ]
    },
    {
      "linkId": "labSpecimenTaken",
      "answer": [
        {
          "valueCoding": {
            "system": "http://terminology.hl7.org/CodeSystem/v3-NullFlavor",
            "code": "NASK",
            "display": "not asked"
          }
        }
      ]
    },
    {
      "linkId": "hospitalized",
      "answer": [
        {
          "valueCoding": {
            "system": "https://demis.rki.de/fhir/CodeSystem/yesOrNoAnswer",
            "code": "yes",
            "display": "Ja"
          },
          "item": [
            {
              "linkId": "hospitalizedGroup",
              "item": [
                {
                  "linkId": "hospitalizedEncounter",
                  "answer": [
                    {
                      "valueReference": {
                        "reference": "Encounter/cf424cfb-8809-3b51-8ab2-d8bf979cbe8d"
                      }
                    }
                  ]
                }
              ]
            }
          ]
        }
      ]
    },
    {
      "linkId": "infectProtectFacility",
      "answer": [
        {
          "valueCoding": {
            "system": "http://terminology.hl7.org/CodeSystem/v3-NullFlavor",
            "code": "NASK",
            "display": "not asked"
          }
        }
      ]
    },
    {
      "linkId": "placeExposure",
      "answer": [
        {
          "valueCoding": {
            "system": "http://terminology.hl7.org/CodeSystem/v3-NullFlavor",
            "code": "NASK",
            "display": "not asked"
          }
        }
      ]
    },
    {
      "linkId": "organDonation",
      "answer": [
        {
          "valueCoding": {
            "system": "http://terminology.hl7.org/CodeSystem/v3-NullFlavor",
            "code": "NASK",
            "display": "not asked"
          }
        }
      ]
    },
    {
      "linkId": "additionalInformation",
      "answer": [
        {
          "valueString": "Die Meldungsgenerierung erfolgte automatisch über den Aufnahmedatensatz gem. §301 SGB V. Nicht alle erforderlichen Informationen konnten daher erhoben werden."
        }
      ]
    }
  ]
}