FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: Questionnaire/DiseaseQuestionsHDVD

Packagerki.demis.disease
Resource TypeQuestionnaire
IdDiseaseQuestionsHDVD
FHIR VersionR4
Sourcehttps://demis.rki.de/fhir/demis/https://simplifier.net/resolve?scope=rki.demis.disease@2.2.1&canonical=https://demis.rki.de/fhir/Questionnaire/DiseaseQuestionsHDVD
URLhttps://demis.rki.de/fhir/Questionnaire/DiseaseQuestionsHDVD
Version1.0.1
Statusactive
Date2024-07-22
NameDiseaseQuestionsHDVD
TitleHepatitis D: spezifische klinische und epidemiologische Angaben
DescriptionHepatitis D spezifische Informationsbedarfe werden in diesem meldetatbestandsspezifischen Fragebogen zusammengestellt. Dieser manifestiert sich als entsprechende QuestionnaireResponse innerhalb der Meldung.

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "Questionnaire",
  "id": "DiseaseQuestionsHDVD",
  "url": "https://demis.rki.de/fhir/Questionnaire/DiseaseQuestionsHDVD",
  "version": "1.0.1",
  "name": "DiseaseQuestionsHDVD",
  "title": "Hepatitis D: spezifische klinische und epidemiologische Angaben",
  "status": "active",
  "date": "2024-07-22",
  "description": "Hepatitis D spezifische Informationsbedarfe werden in diesem meldetatbestandsspezifischen Fragebogen zusammengestellt. Dieser manifestiert sich als entsprechende QuestionnaireResponse innerhalb der Meldung.",
  "item": [
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://hl7.org/fhir/questionnaire-item-control",
                "code": "drop-down",
                "display": "Drop down"
              }
            ]
          }
        }
      ],
      "linkId": "immunization",
      "text": "Wurde die betroffene Person jemals in Bezug auf die Krankheit geimpft?",
      "type": "choice",
      "required": true,
      "repeats": false,
      "answerValueSet": "https://demis.rki.de/fhir/ValueSet/yesOrNoOrNoInformation",
      "initial": [
        {
          "valueCoding": {
            "system": "http://terminology.hl7.org/CodeSystem/v3-NullFlavor",
            "code": "NASK",
            "display": "not asked"
          }
        }
      ],
      "item": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-referenceProfile",
              "valueCanonical": "https://demis.rki.de/fhir/StructureDefinition/ImmunizationInformationHDVD"
            }
          ],
          "linkId": "immunizationRef",
          "text": "Impfinformationen",
          "type": "reference",
          "enableWhen": [
            {
              "question": "immunization",
              "operator": "=",
              "answerCoding": {
                "system": "https://demis.rki.de/fhir/CodeSystem/yesOrNoAnswer",
                "code": "yes"
              }
            }
          ],
          "required": false,
          "repeats": true
        }
      ]
    },
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://hl7.org/fhir/questionnaire-item-control",
                "code": "drop-down",
                "display": "Drop down"
              }
            ]
          }
        }
      ],
      "linkId": "coinfection",
      "text": "Besteht eine Koinfektion mit Hepatitis B?",
      "type": "choice",
      "required": true,
      "repeats": false,
      "answerValueSet": "https://demis.rki.de/fhir/ValueSet/answerSetCoinfectionHDVD",
      "initial": [
        {
          "valueCoding": {
            "system": "http://terminology.hl7.org/CodeSystem/v3-NullFlavor",
            "code": "NASK",
            "display": "not asked"
          }
        }
      ]
    }
  ]
}