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

FHIR IG analytics

Packagerki.demis.disease
Resource TypeQuestionnaireResponse
Idexample-questionnaireresponse-diseaseinformationruvd-0102.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": "e69ef9bf-4acf-3db2-a5a0-2a58509e3dc7",
  "meta": {
    "profile": [
      "https://demis.rki.de/fhir/StructureDefinition/DiseaseInformationRUVD"
    ]
  },
  "questionnaire": "https://demis.rki.de/fhir/Questionnaire/DiseaseQuestionsRUVD",
  "status": "completed",
  "subject": {
    "reference": "Patient/28604a9b-2bbe-38e3-9bfc-a7c772a8e0c5"
  },
  "item": [
    {
      "linkId": "immunization",
      "answer": [
        {
          "valueCoding": {
            "system": "https://demis.rki.de/fhir/CodeSystem/yesOrNoAnswer",
            "code": "no",
            "display": "Nein"
          }
        }
      ]
    },
    {
      "linkId": "pregnancy",
      "answer": [
        {
          "valueCoding": {
            "system": "https://demis.rki.de/fhir/CodeSystem/yesOrNoAnswer",
            "code": "yes",
            "display": "Ja"
          },
          "item": [
            {
              "linkId": "pregnancyWeek",
              "answer": [
                {
                  "valueCoding": {
                    "system": "https://demis.rki.de/fhir/CodeSystem/pregnancyWeek",
                    "code": "35",
                    "display": "35"
                  }
                }
              ]
            }
          ]
        }
      ]
    },
    {
      "linkId": "outbreak",
      "answer": [
        {
          "valueCoding": {
            "system": "https://demis.rki.de/fhir/CodeSystem/yesOrNoAnswer",
            "code": "no",
            "display": "Nein"
          }
        }
      ]
    }
  ]
}