FHIR IG Statistics: StructureDefinition/Outbreak
Resources that use this resource
Resources that this resource uses
Narrative
No narrative content found in resource
Source
{
"resourceType": "StructureDefinition",
"id": "Outbreak",
"url": "https://demis.rki.de/fhir/StructureDefinition/Outbreak",
"version": "1.0.0",
"name": "Outbreak",
"title": "Erkrankungshäufung",
"status": "retired",
"date": "2021-04-21",
"description": "Die Erkrankungshäufung umfasst die Referenzen zu den dazugehörigen Erregernachweisen.",
"fhirVersion": "4.0.1",
"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": "http://hl7.org/fhir/StructureDefinition/Observation",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Observation.code",
"path": "Observation.code",
"short": "Typ der Observation",
"definition": "Typ der Observation. Für DEMIS ist der Typ grundsätzlich mit dem LOINC-Code für \"Case is associated with a known outbreak\" zu belegen."
},
{
"id": "Observation.code.coding",
"path": "Observation.code.coding",
"min": 1,
"max": "1"
},
{
"id": "Observation.code.coding.system",
"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.system",
"min": 1,
"fixedUri": "http://loinc.org"
},
{
"id": "Observation.code.coding.code",
"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.code",
"min": 1,
"fixedCode": "77980-1"
},
{
"id": "Observation.code.coding.display",
"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.display",
"min": 1,
"fixedString": "Case is associated with a known outbreak"
},
{
"id": "Observation.value[x]",
"path": "Observation.value[x]",
"short": "Informationen über die Erkrankungshäufung",
"definition": "Informationen über die Erkrankungshäufung",
"type": [
{
"code": "string"
}
]
},
{
"id": "Observation.hasMember",
"path": "Observation.hasMember",
"short": "Verweis auf den dazugehörigen Erregernachweis",
"definition": "Verweis auf den dazugehörigen Erregernachweis",
"min": 1,
"max": "1",
"type": [
{
"code": "Reference",
"targetProfile": [
"https://demis.rki.de/fhir/StructureDefinition/PathogenDetection"
],
"aggregation": [
"bundled"
]
}
]
},
{
"id": "Observation.hasMember.reference",
"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.hasMember.reference",
"min": 1
}
]
}
}