{
  "resourceType": "StructureDefinition",
  "id": "demis-rki-de-sd-pathogenDetectionSARSCoV2",
  "url": "https://demis.rki.de/fhir/StructureDefinition/PathogenDetectionSARSCoV2",
  "version": "1.0",
  "name": "PathogenDetectionSARSCoV2",
  "title": "SARS-CoV-2-Erregernachweis",
  "status": "draft",
  "date": "2020-04-07",
  "description": "Der SARS-CoV-2-Erregernachweis spezifiziert den Erregernachweis hinsichtlich des Labortestes, der Nachweismethode und der Probe für SARS-CoV-2.",
  "fhirVersion": "4.0.0",
  "mapping": [
    {
      "identity": "workflow",
      "uri": "http://hl7.org/fhir/workflow",
      "name": "Workflow Pattern"
    },
    {
      "identity": "sct-concept",
      "uri": "http://snomed.info/conceptdomain",
      "name": "SNOMED CT Concept Domain Binding"
    },
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    },
    {
      "identity": "sct-attr",
      "uri": "http://snomed.org/attributebinding",
      "name": "SNOMED CT Attribute Binding"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Observation",
  "baseDefinition": "https://demis.rki.de/fhir/StructureDefinition/PathogenDetection",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Observation.code.coding",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
            "valueCode": "normative"
          },
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
            "valueCode": "4.0.0"
          }
        ],
        "path": "Observation.code.coding",
        "binding": {
          "strength": "extensible",
          "valueSet": "https://demis.rki.de/fhir/ValueSet/laboratoryTestSARSCoV2"
        }
      },
      {
        "id": "Observation.method.coding",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
            "valueCode": "normative"
          },
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
            "valueCode": "4.0.0"
          }
        ],
        "path": "Observation.method.coding",
        "binding": {
          "strength": "required",
          "valueSet": "https://demis.rki.de/fhir/ValueSet/methodSARSCoV2"
        }
      },
      {
        "id": "Observation.specimen",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
            "valueCode": "normative"
          },
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
            "valueCode": "4.0.0"
          }
        ],
        "path": "Observation.specimen",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://demis.rki.de/fhir/StructureDefinition/SpecimenSARSCoV2"
            ]
          }
        ]
      }
    ]
  }
}