{
  "resourceType": "StructureDefinition",
  "url": "https://charite.infectioncontrol.de/fhir/core/SARSCoV2Bundle",
  "name": "SARSCoV2Bundle",
  "title": "SARS-CoV2-Bundle",
  "status": "draft",
  "fhirVersion": "4.0.0",
  "mapping": [
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "cda",
      "uri": "http://hl7.org/v3/cda",
      "name": "CDA (R2)"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Bundle",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Bundle.entry.resource",
        "path": "Bundle.entry.resource",
        "type": [
          {
            "code": "Resource",
            "profile": [
              "https://charite.infectioncontrol.de/fhir/core/StructureDefinition/CoronavirusNachweisTest",
              "https://charite.infectioncontrol.de/fhir/core/Covid-19Diagnose"
            ]
          }
        ]
      }
    ]
  }
}