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

FHIR IG Statistics: StructureDefinition/NotificationLaboratorySARSCoV2

Packagedemis.fhir.profiles
Resource TypeStructureDefinition
IdNotificationLaboratorySARSCoV2
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=demis.fhir.profiles@1.19.0&canonical=https://demis.rki.de/fhir/StructureDefinition/NotificationLaboratorySARSCoV2
URLhttps://demis.rki.de/fhir/StructureDefinition/NotificationLaboratorySARSCoV2
Version1.0.1
Statusretired
Date2021-07-05
NameNotificationLaboratorySARSCoV2
TitleSARS-CoV-2-Erregernachweismeldung
DescriptionDer SARS-CoV-2-Erregernachweis spezifiziert den Erregernachweis hinsichtlich des Labortestes, der Nachweismethode und der Probe für SARS-CoV-2.
TypeComposition
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
NotificationLaboratoryRetiredErregernachweismeldung
DiagnoseSARSCoV2SARS-CoV-2-Diagnose
PathogenDetectionSARSCoV2SARS-CoV-2-Erregernachweis

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "NotificationLaboratorySARSCoV2",
  "url": "https://demis.rki.de/fhir/StructureDefinition/NotificationLaboratorySARSCoV2",
  "version": "1.0.1",
  "name": "NotificationLaboratorySARSCoV2",
  "title": "SARS-CoV-2-Erregernachweismeldung",
  "status": "retired",
  "date": "2021-07-05",
  "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.1",
  "mapping": [
    {
      "identity": "workflow",
      "uri": "http://hl7.org/fhir/workflow",
      "name": "Workflow Pattern"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "cda",
      "uri": "http://hl7.org/v3/cda",
      "name": "CDA (R2)"
    },
    {
      "identity": "fhirdocumentreference",
      "uri": "http://hl7.org/fhir/documentreference",
      "name": "FHIR DocumentReference"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Composition",
  "baseDefinition": "https://demis.rki.de/fhir/StructureDefinition/NotificationLaboratoryRetired",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Composition.section:laboratoryReport",
        "path": "Composition.section",
        "sliceName": "laboratoryReport",
        "max": "0"
      },
      {
        "id": "Composition.section:diagnosis",
        "path": "Composition.section",
        "sliceName": "diagnosis",
        "short": "Enthält einen Verweis auf die SARS-CoV-2-Diagnose",
        "definition": "Enthält einen Verweis auf die SARS-CoV-2-Diagnose"
      },
      {
        "id": "Composition.section:diagnosis.entry",
        "path": "Composition.section.entry",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://demis.rki.de/fhir/StructureDefinition/DiagnoseSARSCoV2"
            ]
          }
        ]
      },
      {
        "id": "Composition.section:pathogenDetection",
        "path": "Composition.section",
        "sliceName": "pathogenDetection",
        "short": "Enthält einen Verweis auf den SARS-CoV-2-Erregernachweis",
        "definition": "Enthält einen Verweis auf den SARS-CoV-2-Erregernachweis"
      },
      {
        "id": "Composition.section:pathogenDetection.entry",
        "path": "Composition.section.entry",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://demis.rki.de/fhir/StructureDefinition/PathogenDetectionSARSCoV2"
            ]
          }
        ]
      }
    ]
  }
}