FHIR IG Statistics: StructureDefinition/mii-pr-mtb-molecular-pathology-report
Resources that use this resource
Resources that this resource uses
Narrative
No narrative content found in resource
Source
{
"resourceType": "StructureDefinition",
"id": "mii-pr-mtb-molecular-pathology-report",
"url": "https://www.medizininformatik-initiative.de/fhir/ext/modul-mtb/StructureDefinition/mii-pr-mtb-molecular-pathology-report",
"version": "2024.0.0-ballot",
"name": "MII_PR_MTB_Molecular_Pathology_Report",
"title": "MII PR MTB Molecular Pathology Report",
"status": "draft",
"publisher": "Medizininformatik Initiative",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "https://www.medizininformatik-initiative.de"
}
]
}
],
"description": "Molecular pathology report",
"fhirVersion": "4.0.1",
"kind": "resource",
"abstract": false,
"type": "DiagnosticReport",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/DiagnosticReport",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "DiagnosticReport.meta",
"path": "DiagnosticReport.meta",
"mustSupport": true
},
{
"id": "DiagnosticReport.meta.profile",
"path": "DiagnosticReport.meta.profile",
"mustSupport": true
},
{
"id": "DiagnosticReport.subject",
"path": "DiagnosticReport.subject",
"min": 1,
"type": [
{
"code": "Reference",
"targetProfile": [
"http://hl7.org/fhir/StructureDefinition/Patient"
]
}
],
"mustSupport": true
},
{
"id": "DiagnosticReport.issued",
"path": "DiagnosticReport.issued",
"short": "Erstellungsdatum",
"definition": "Erstellungsdatum des Berichts",
"mustSupport": true
},
{
"id": "DiagnosticReport.performer",
"path": "DiagnosticReport.performer",
"short": "Institut",
"definition": "Berichtendes Institut",
"type": [
{
"code": "Reference",
"targetProfile": [
"http://hl7.org/fhir/StructureDefinition/Organization"
]
}
]
},
{
"id": "DiagnosticReport.specimen",
"path": "DiagnosticReport.specimen",
"short": "Probe",
"definition": "Dem Bericht zugrunde liegende Probe"
},
{
"id": "DiagnosticReport.result",
"path": "DiagnosticReport.result",
"slicing": {
"discriminator": [
{
"type": "profile",
"path": "$this.resolve()"
}
],
"rules": "open",
"description": "Slices für verschiedene Inhalte eines Molekularpathologischen Reports. Diese Slices sind beliebig erweiterbar"
},
"short": "Diagnostik",
"definition": "Art der Diagnostik"
},
{
"id": "DiagnosticReport.result:Immunhistochemie",
"path": "DiagnosticReport.result",
"sliceName": "Immunhistochemie",
"short": "Immunhistochemie",
"min": 0,
"max": "*",
"type": [
{
"code": "Reference",
"targetProfile": [
"https://www.medizininformatik-initiative.de/fhir/ext/modul-mtb/StructureDefinition/mii-pr-mtb-immunohistochemistry"
]
}
],
"mustSupport": true
},
{
"id": "DiagnosticReport.result:InSituHybridisierung",
"path": "DiagnosticReport.result",
"sliceName": "InSituHybridisierung",
"short": "Gewebasierte In-Situ-Hybridisierung",
"min": 0,
"max": "*",
"type": [
{
"code": "Reference",
"targetProfile": [
"https://www.medizininformatik-initiative.de/fhir/ext/modul-mtb/StructureDefinition/mii-pr-mtb-insituhybridization"
]
}
],
"mustSupport": true
}
]
}
}