{
  "resourceType": "StructureDefinition",
  "id": "StatisticInformationBedOccupancy",
  "url": "https://demis.rki.de/fhir/StructureDefinition/StatisticInformationBedOccupancy",
  "version": "1.0.0",
  "name": "StatisticInformationBedOccupancy",
  "title": "Statistische Informationen zur Krankenhausbettenbelegung (ausgefüllter Fragebogen)",
  "status": "active",
  "date": "2022-01-18",
  "description": "Die statistischen Informationen zur Krankenhausbettenbelegung stellen die jeweiligen statistischen Angaben in Form eines ausgefüllten Fragebogens (QuestionnaireResponse) dar. Die Angaben beziehen sich dabei auf den zugehörigen Fragebogen (StatisticQuestionsBedOccupancy).",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "QuestionnaireResponse",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "QuestionnaireResponse.basedOn",
        "path": "QuestionnaireResponse.basedOn",
        "max": "0"
      },
      {
        "id": "QuestionnaireResponse.partOf",
        "path": "QuestionnaireResponse.partOf",
        "max": "0"
      },
      {
        "id": "QuestionnaireResponse.questionnaire",
        "path": "QuestionnaireResponse.questionnaire",
        "min": 1,
        "fixedCanonical": "https://demis.rki.de/fhir/Questionnaire/StatisticQuestionsBedOccupancy"
      },
      {
        "id": "QuestionnaireResponse.encounter",
        "path": "QuestionnaireResponse.encounter",
        "max": "0"
      },
      {
        "id": "QuestionnaireResponse.author",
        "path": "QuestionnaireResponse.author",
        "max": "0"
      },
      {
        "id": "QuestionnaireResponse.source",
        "path": "QuestionnaireResponse.source",
        "max": "0"
      },
      {
        "id": "QuestionnaireResponse.item",
        "path": "QuestionnaireResponse.item",
        "min": 1
      }
    ]
  }
}