{
"description": "Der DiagnosticReport ist zentraler Bestandteil aller genetischen Befundberichte und enthält Metadaten über den gesamten Bericht sowie alle relevanten Informationen, die im Rahmen der molekulargenetischen Analyse gefunden wurden.",
"_filename": "StructureDefinition-mii-pr-molgen-molekulargenetischer-befundbericht.json",
"package_name": "de.medizininformatikinitiative.kerndatensatz.molgen",
"date": null,
"derivation": "constraint",
"publisher": "Medizininformatik Initiative",
"fhirVersion": "4.0.1",
"name": "MII_PR_MolGen_MolekulargenetischerBefundbericht",
"mapping": [ {
"name": "MII KDS Mapping",
"identity": "MII-KDS"
} ],
"abstract": false,
"type": "DiagnosticReport",
"experimental": null,
"resourceType": "StructureDefinition",
"title": "MII PR MolGen Molekulargenetischer Befundbericht",
"package_version": "2026.0.0",
"snapshot": {
"element": [ {
"constraint": [ {
"key": "dom-2",
"human": "If the resource is contained in another resource, it SHALL NOT contain nested Resources",
"xpath": "not(parent::f:contained and f:contained)",
"source": "http://hl7.org/fhir/StructureDefinition/DomainResource",
"severity": "error",
"expression": "contained.contained.empty()"
}, {
"key": "dom-4",
"human": "If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated",
"xpath": "not(exists(f:contained/*/f:meta/f:versionId)) and not(exists(f:contained/*/f:meta/f:lastUpdated))",
"source": "http://hl7.org/fhir/StructureDefinition/DomainResource",
"severity": "error",
"expression": "contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()"
}, {
"key": "dom-3",
"human": "If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource",
"xpath": "not(exists(for $id in f:contained/*/f:id/@value return $contained[not(parent::*/descendant::f:reference/@value=concat('#', $contained/*/id/@value) or descendant::f:reference[@value='#'])]))",
"source": "http://hl7.org/fhir/StructureDefinition/DomainResource",
"severity": "error",
"expression": "contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()"
}, {
"key": "dom-6",
"human": "A resource should have narrative for robust management",
"xpath": "exists(f:text/h:div)",
"source": "http://hl7.org/fhir/StructureDefinition/DomainResource",
"severity": "warning",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bestpractice",
"valueBoolean": true
}, {
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bestpractice-explanation",
"valueMarkdown": "When a resource has no narrative, only systems that fully understand the data can display the resource to a human safely. Including a human readable representation in the resource makes for a much more robust eco-system and cheaper handling of resources by intermediary systems. Some ecosystems restrict distribution of resources to only those systems that do fully understand the resources, and as a consequence implementers may believe that the narrative is superfluous. However experience shows that such eco-systems often open up to new participants over time."
} ],
"expression": "text.`div`.exists()"
}, {
"key": "dom-5",
"human": "If a resource is contained in another resource, it SHALL NOT have a security label",
"xpath": "not(exists(f:contained/*/f:meta/f:security))",
"source": "http://hl7.org/fhir/StructureDefinition/DomainResource",
"severity": "error",
"expression": "contained.meta.security.empty()"
} ],
"path": "DiagnosticReport",
"min": 0,
"definition": "The findings and interpretation of diagnostic tests performed on patients, groups of patients, devices, and locations, and/or specimens derived from these. The report includes clinical context such as requesting and provider information, and some mix of atomic results, images, textual and coded interpretations, and formatted representation of diagnostic reports.",
"short": "A Diagnostic report - a combination of request information, atomic results, images, interpretation, as well as formatted reports",
"mapping": [ {
"map": "Entity. Role, or Act",
"identity": "rim"
}, {
"map": "Event",
"identity": "workflow"
}, {
"map": "ORU -> OBR",
"identity": "v2"
}, {
"map": "Observation[classCode=OBS, moodCode=EVN]",
"identity": "rim"
}, {
"map": "mide-dataelement-1371",
"comment": "Molekulargenetischer Befundbericht",
"identity": "MII-KDS"
} ],
"alias": [ "Report", "Test", "Result", "Results", "Labs", "Laboratory" ],
"max": "*",
"id": "DiagnosticReport",
"comment": "This is intended to capture a single report and is not suitable for use in displaying summary information that covers multiple reports. For example, this resource has not been designed for laboratory cumulative reporting formats nor detailed structured reports for sequencing.",
"base": {
"max": "*",
"min": 0,
"path": "DiagnosticReport"
}
}, {
"path": "DiagnosticReport.id",
"min": 0,
"definition": "The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.",
"short": "Logical id of this artifact",
"type": [ {
"code": "http://hl7.org/fhirpath/System.String",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type",
"valueUrl": "string"
} ]
} ],
"max": "1",
"id": "DiagnosticReport.id",
"comment": "The only time that a resource does not have an id is when it is being submitted to the server using a create operation.",
"base": {
"max": "1",
"min": 0,
"path": "Resource.id"
},
"isSummary": true
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
} ],
"path": "DiagnosticReport.meta",
"min": 0,
"definition": "The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.",
"short": "Metadata about the resource",
"mapping": [ {
"map": "n/a",
"identity": "rim"
}, {
"map": "N/A",
"identity": "rim"
} ],
"type": [ {
"code": "Meta"
} ],
"max": "1",
"id": "DiagnosticReport.meta",
"condition": [ "ele-1" ],
"base": {
"max": "1",
"min": 0,
"path": "Resource.meta"
},
"isSummary": true
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
} ],
"path": "DiagnosticReport.implicitRules",
"min": 0,
"definition": "A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc.",
"isModifier": true,
"short": "A set of rules under which this content was created",
"mapping": [ {
"map": "n/a",
"identity": "rim"
} ],
"type": [ {
"code": "uri"
} ],
"max": "1",
"id": "DiagnosticReport.implicitRules",
"condition": [ "ele-1" ],
"comment": "Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element. Often, when used, the URL is a reference to an implementation guide that defines these special rules as part of it's narrative along with other profiles, value sets, etc.",
"base": {
"max": "1",
"min": 0,
"path": "Resource.implicitRules"
},
"isModifierReason": "This element is labeled as a modifier because the implicit rules may provide additional knowledge about the resource that modifies it's meaning or interpretation",
"isSummary": true
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
} ],
"path": "DiagnosticReport.language",
"min": 0,
"definition": "The base language in which the resource is written.",
"short": "Language of the resource content",
"mapping": [ {
"map": "n/a",
"identity": "rim"
} ],
"type": [ {
"code": "code"
} ],
"binding": {
"strength": "preferred",
"valueSet": "http://hl7.org/fhir/ValueSet/languages",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-maxValueSet",
"valueCanonical": "http://hl7.org/fhir/ValueSet/all-languages"
}, {
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "Language"
} ],
"description": "A human language."
},
"max": "1",
"id": "DiagnosticReport.language",
"condition": [ "ele-1" ],
"comment": "Language is provided to support indexing and accessibility (typically, services such as text to speech use the language tag). The html language tag in the narrative applies to the narrative. The language tag on the resource may be used to specify the language of other presentations generated from the data in the resource. Not all the content has to be in the base language. The Resource.language should not be assumed to apply to the narrative automatically. If a language is specified, it should it also be specified on the div element in the html (see rules in HTML5 for information about the relationship between xml:lang and the html lang attribute).",
"base": {
"max": "1",
"min": 0,
"path": "Resource.language"
}
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
} ],
"path": "DiagnosticReport.text",
"min": 0,
"definition": "A human-readable narrative that contains a summary of the resource and can be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it \"clinically safe\" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety.",
"short": "Text summary of the resource, for human interpretation",
"mapping": [ {
"map": "n/a",
"identity": "rim"
}, {
"map": "N/A",
"identity": "rim"
}, {
"map": "Act.text?",
"identity": "rim"
} ],
"type": [ {
"code": "Narrative"
} ],
"alias": [ "narrative", "html", "xhtml", "display" ],
"max": "1",
"id": "DiagnosticReport.text",
"condition": [ "ele-1" ],
"comment": "Contained resources do not have narrative. Resources that are not contained SHOULD have a narrative. In some cases, a resource may only have text with little or no additional discrete data (as long as all minOccurs=1 elements are satisfied). This may be necessary for data from legacy systems where information is captured as a \"text blob\" or where text is additionally entered raw or narrated and encoded information is added later.",
"base": {
"max": "1",
"min": 0,
"path": "DomainResource.text"
}
}, {
"path": "DiagnosticReport.contained",
"min": 0,
"definition": "These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope.",
"short": "Contained, inline Resources",
"mapping": [ {
"map": "Entity. Role, or Act",
"identity": "rim"
}, {
"map": "N/A",
"identity": "rim"
} ],
"type": [ {
"code": "Resource"
} ],
"alias": [ "inline resources", "anonymous resources", "contained resources" ],
"max": "*",
"id": "DiagnosticReport.contained",
"comment": "This should never be done when the content can be identified properly, as once identification is lost, it is extremely difficult (and context dependent) to restore it again. Contained resources may have profiles and tags In their meta elements, but SHALL NOT have security labels.",
"base": {
"max": "*",
"min": 0,
"path": "DomainResource.contained"
}
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
}, {
"key": "ext-1",
"human": "Must have either extensions or value[x], not both",
"xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])",
"source": "http://hl7.org/fhir/StructureDefinition/Extension",
"severity": "error",
"expression": "extension.exists() != value.exists()"
} ],
"path": "DiagnosticReport.extension",
"min": 0,
"definition": "May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
"short": "Additional content defined by implementations",
"mapping": [ {
"map": "n/a",
"identity": "rim"
}, {
"map": "N/A",
"identity": "rim"
} ],
"slicing": {
"rules": "open",
"ordered": false,
"description": "Extensions are always sliced by (at least) url",
"discriminator": [ {
"path": "url",
"type": "value"
} ]
},
"type": [ {
"code": "Extension"
} ],
"alias": [ "extensions", "user content" ],
"max": "*",
"id": "DiagnosticReport.extension",
"condition": [ "ele-1" ],
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"base": {
"max": "*",
"min": 0,
"path": "DomainResource.extension"
}
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
}, {
"key": "ext-1",
"human": "Must have either extensions or value[x], not both",
"xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])",
"source": "http://hl7.org/fhir/StructureDefinition/Extension",
"severity": "error",
"expression": "extension.exists() != value.exists()"
} ],
"path": "DiagnosticReport.extension",
"min": 0,
"definition": "Referenz zu empfohlenen Folgemaßnahmen oder Medikationsempfehlungen",
"short": "Empfohlene Maßnahme",
"_definition": {
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/translation",
"extension": [ {
"url": "lang",
"valueCode": "de-DE"
}, {
"url": "content",
"valueString": "Referenz zu empfohlenen Folgemaßnahmen oder Medikationsempfehlungen"
} ]
} ]
},
"mapping": [ {
"map": "n/a",
"identity": "rim"
}, {
"map": "N/A",
"identity": "rim"
} ],
"type": [ {
"code": "Extension",
"profile": [ "https://www.medizininformatik-initiative.de/fhir/ext/modul-molgen/StructureDefinition/empfohlene-massnahme" ]
} ],
"mustSupport": true,
"_short": {
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/translation",
"extension": [ {
"url": "lang",
"valueCode": "de-DE"
}, {
"url": "content",
"valueString": "Empfohlene Maßnahme"
} ]
} ]
},
"sliceName": "recommended-action",
"alias": [ "extensions", "user content" ],
"max": "*",
"id": "DiagnosticReport.extension:recommended-action",
"condition": [ "ele-1" ],
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"base": {
"max": "*",
"min": 0,
"path": "DomainResource.extension"
}
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
}, {
"key": "ext-1",
"human": "Must have either extensions or value[x], not both",
"xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])",
"source": "http://hl7.org/fhir/StructureDefinition/Extension",
"severity": "error",
"expression": "extension.exists() != value.exists()"
} ],
"path": "DiagnosticReport.extension",
"min": 0,
"definition": "Referenz zu einer genomischen Risikobewertung",
"short": "Genomische Risikobewertung",
"_definition": {
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/translation",
"extension": [ {
"url": "lang",
"valueCode": "de-DE"
}, {
"url": "content",
"valueString": "Referenz zu einer genomischen Risikobewertung"
} ]
} ]
},
"mapping": [ {
"map": "n/a",
"identity": "rim"
}, {
"map": "N/A",
"identity": "rim"
} ],
"type": [ {
"code": "Extension",
"profile": [ "http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/genomic-risk-assessment" ]
} ],
"mustSupport": true,
"_short": {
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/translation",
"extension": [ {
"url": "lang",
"valueCode": "de-DE"
}, {
"url": "content",
"valueString": "Genomische Risikobewertung"
} ]
} ]
},
"sliceName": "genomic-risk-assessment",
"alias": [ "extensions", "user content" ],
"max": "*",
"id": "DiagnosticReport.extension:genomic-risk-assessment",
"condition": [ "ele-1" ],
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"base": {
"max": "*",
"min": 0,
"path": "DomainResource.extension"
}
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
}, {
"key": "ext-1",
"human": "Must have either extensions or value[x], not both",
"xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])",
"source": "http://hl7.org/fhir/StructureDefinition/Extension",
"severity": "error",
"expression": "extension.exists() != value.exists()"
} ],
"path": "DiagnosticReport.extension",
"requirements": "Need to be able to provide free text additional information. Notes SHALL NOT contain information which can be captured in a structured way.",
"min": 0,
"definition": "Kodierte Anmerkungen zum genetischen Bericht",
"short": "Kodierte Anmerkung",
"_definition": {
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/translation",
"extension": [ {
"url": "lang",
"valueCode": "de-DE"
}, {
"url": "content",
"valueString": "Kodierte Anmerkungen zum genetischen Bericht"
} ]
} ]
},
"mapping": [ {
"map": "n/a",
"identity": "rim"
}, {
"map": "N/A",
"identity": "rim"
} ],
"type": [ {
"code": "Extension",
"profile": [ "http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/genomic-report-note" ]
} ],
"mustSupport": true,
"_short": {
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/translation",
"extension": [ {
"url": "lang",
"valueCode": "de-DE"
}, {
"url": "content",
"valueString": "Kodierte Anmerkung"
} ]
} ]
},
"sliceName": "coded-note",
"alias": [ "extensions", "user content" ],
"max": "*",
"id": "DiagnosticReport.extension:coded-note",
"condition": [ "ele-1" ],
"comment": "May include general statements about the report, or statements about significant, unexpected or unreliable results values, or information about its source when relevant to its interpretation.\nThe CodedAnnotation data type, while not allowing for or intending to make the content computable, does allow the author to indicate the type of note. This does not replace the use of results or conclusion or conclusionCode.\nOne important note is that Annotation is a FHIR data type, this is **NOT** about annotations in the genomic context.",
"base": {
"max": "*",
"min": 0,
"path": "DomainResource.extension"
}
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
}, {
"key": "ext-1",
"human": "Must have either extensions or value[x], not both",
"xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])",
"source": "http://hl7.org/fhir/StructureDefinition/Extension",
"severity": "error",
"expression": "extension.exists() != value.exists()"
} ],
"path": "DiagnosticReport.extension",
"min": 0,
"definition": "Zusätzliche unterstützende Informationen wie Familienanamnese oder Abrechnungsdaten",
"short": "Unterstützende Informationen",
"_definition": {
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/translation",
"extension": [ {
"url": "lang",
"valueCode": "de-DE"
}, {
"url": "content",
"valueString": "Zusätzliche unterstützende Informationen wie Familienanamnese oder Abrechnungsdaten"
} ]
} ]
},
"mapping": [ {
"map": "n/a",
"identity": "rim"
}, {
"map": "N/A",
"identity": "rim"
} ],
"type": [ {
"code": "Extension",
"profile": [ "http://hl7.org/fhir/StructureDefinition/workflow-supportingInfo" ]
} ],
"mustSupport": true,
"_short": {
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/translation",
"extension": [ {
"url": "lang",
"valueCode": "de-DE"
}, {
"url": "content",
"valueString": "Unterstützende Informationen"
} ]
} ]
},
"sliceName": "supporting-info",
"alias": [ "extensions", "user content" ],
"max": "*",
"id": "DiagnosticReport.extension:supporting-info",
"condition": [ "ele-1" ],
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"base": {
"max": "*",
"min": 0,
"path": "DomainResource.extension"
}
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
}, {
"key": "ext-1",
"human": "Must have either extensions or value[x], not both",
"xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])",
"source": "http://hl7.org/fhir/StructureDefinition/Extension",
"severity": "error",
"expression": "extension.exists() != value.exists()"
} ],
"path": "DiagnosticReport.extension",
"min": 0,
"definition": "Referenz zur zugehörigen genomischen Studie",
"short": "Genomische Studie",
"_definition": {
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/translation",
"extension": [ {
"url": "lang",
"valueCode": "de-DE"
}, {
"url": "content",
"valueString": "Referenz zur zugehörigen genomischen Studie"
} ]
} ]
},
"mapping": [ {
"map": "n/a",
"identity": "rim"
}, {
"map": "N/A",
"identity": "rim"
} ],
"type": [ {
"code": "Extension",
"profile": [ "http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/genomic-study-reference" ]
} ],
"mustSupport": true,
"_short": {
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/translation",
"extension": [ {
"url": "lang",
"valueCode": "de-DE"
}, {
"url": "content",
"valueString": "Genomische Studie"
} ]
} ]
},
"sliceName": "genomic-study",
"alias": [ "extensions", "user content" ],
"max": "*",
"id": "DiagnosticReport.extension:genomic-study",
"condition": [ "ele-1" ],
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"base": {
"max": "*",
"min": 0,
"path": "DomainResource.extension"
}
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
}, {
"key": "ext-1",
"human": "Must have either extensions or value[x], not both",
"xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])",
"source": "http://hl7.org/fhir/StructureDefinition/Extension",
"severity": "error",
"expression": "extension.exists() != value.exists()"
} ],
"path": "DiagnosticReport.extension",
"min": 0,
"definition": "Allele Database.",
"short": "Allele Database",
"mapping": [ {
"map": "n/a",
"identity": "rim"
}, {
"map": "N/A",
"identity": "rim"
} ],
"type": [ {
"code": "Extension",
"profile": [ "http://hl7.org/fhir/StructureDefinition/hla-genotyping-results-allele-database" ]
} ],
"sliceName": "hla-genotyping-results-allele-database",
"alias": [ "extensions", "user content" ],
"max": "1",
"id": "DiagnosticReport.extension:hla-genotyping-results-allele-database",
"condition": [ "ele-1" ],
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"base": {
"max": "*",
"min": 0,
"path": "DomainResource.extension"
}
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
}, {
"key": "ext-1",
"human": "Must have either extensions or value[x], not both",
"xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])",
"source": "http://hl7.org/fhir/StructureDefinition/Extension",
"severity": "error",
"expression": "extension.exists() != value.exists()"
} ],
"path": "DiagnosticReport.extension",
"min": 0,
"definition": "glstring.",
"short": "glstring",
"mapping": [ {
"map": "n/a",
"identity": "rim"
}, {
"map": "N/A",
"identity": "rim"
} ],
"type": [ {
"code": "Extension",
"profile": [ "http://hl7.org/fhir/StructureDefinition/hla-genotyping-results-glstring" ]
} ],
"sliceName": "hla-genotyping-results-glstring",
"alias": [ "extensions", "user content" ],
"max": "1",
"id": "DiagnosticReport.extension:hla-genotyping-results-glstring",
"condition": [ "ele-1" ],
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"base": {
"max": "*",
"min": 0,
"path": "DomainResource.extension"
}
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
}, {
"key": "ext-1",
"human": "Must have either extensions or value[x], not both",
"xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])",
"source": "http://hl7.org/fhir/StructureDefinition/Extension",
"severity": "error",
"expression": "extension.exists() != value.exists()"
} ],
"path": "DiagnosticReport.extension",
"min": 0,
"definition": "Verknüpfte Literatur oder andere Artefakte wie Zitationen",
"short": "Verknüpfte Artefakte",
"_definition": {
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/translation",
"extension": [ {
"url": "lang",
"valueCode": "de-DE"
}, {
"url": "content",
"valueString": "Verknüpfte Literatur oder andere Artefakte wie Zitationen"
} ]
} ]
},
"mapping": [ {
"map": "n/a",
"identity": "rim"
}, {
"map": "N/A",
"identity": "rim"
} ],
"type": [ {
"code": "Extension",
"profile": [ "http://hl7.org/fhir/StructureDefinition/workflow-relatedArtifact" ]
} ],
"mustSupport": true,
"_short": {
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/translation",
"extension": [ {
"url": "lang",
"valueCode": "de-DE"
}, {
"url": "content",
"valueString": "Verknüpfte Artefakte"
} ]
} ]
},
"sliceName": "workflow-relatedArtifact",
"alias": [ "extensions", "user content" ],
"max": "*",
"id": "DiagnosticReport.extension:workflow-relatedArtifact",
"condition": [ "ele-1" ],
"comment": "Note that in contrast this extension, the supportingInfo extension references other resources from the patient record that were used in creating the resource.",
"base": {
"max": "*",
"min": 0,
"path": "DomainResource.extension"
}
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
}, {
"key": "ext-1",
"human": "Must have either extensions or value[x], not both",
"xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])",
"source": "http://hl7.org/fhir/StructureDefinition/Extension",
"severity": "error",
"expression": "extension.exists() != value.exists()"
} ],
"path": "DiagnosticReport.modifierExtension",
"requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](extensibility.html#modifierExtension).",
"min": 0,
"definition": "May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
"isModifier": true,
"short": "Extensions that cannot be ignored",
"mapping": [ {
"map": "n/a",
"identity": "rim"
}, {
"map": "N/A",
"identity": "rim"
} ],
"slicing": {
"rules": "open",
"description": "Extensions are always sliced by (at least) url",
"discriminator": [ {
"path": "url",
"type": "value"
} ]
},
"type": [ {
"code": "Extension"
} ],
"alias": [ "extensions", "user content" ],
"max": "*",
"id": "DiagnosticReport.modifierExtension",
"condition": [ "ele-1" ],
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"base": {
"max": "*",
"min": 0,
"path": "DomainResource.modifierExtension"
},
"isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the resource that contains them"
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
} ],
"path": "DiagnosticReport.identifier",
"requirements": "Need to know what identifier to use when making queries about this report from the source laboratory, and for linking to the report outside FHIR context.",
"min": 0,
"definition": "Identifiers assigned to this report by the performer or other systems.",
"short": "Business identifier for report",
"mapping": [ {
"map": "n/a",
"identity": "rim"
}, {
"map": "CX / EI (occasionally, more often EI maps to a resource id or a URL)",
"identity": "v2"
}, {
"map": "II - The Identifier class is a little looser than the v3 type II because it allows URIs as well as registered OIDs or GUIDs. Also maps to Role[classCode=IDENT]",
"identity": "rim"
}, {
"map": "Identifier",
"identity": "servd"
}, {
"map": "Event.identifier",
"identity": "workflow"
}, {
"map": "FiveWs.identifier",
"identity": "w5"
}, {
"map": "OBR-51/ for globally unique filler ID - OBR-3 , For non-globally unique filler-id the flller/placer number must be combined with the universal service Id - OBR-2(if present)+OBR-3+OBR-4",
"identity": "v2"
}, {
"map": "id",
"identity": "rim"
} ],
"type": [ {
"code": "Identifier"
} ],
"alias": [ "ReportID", "Filler ID", "Placer ID" ],
"max": "*",
"id": "DiagnosticReport.identifier",
"condition": [ "ele-1" ],
"comment": "Usually assigned by the Information System of the diagnostic service provider (filler id).",
"base": {
"max": "*",
"min": 0,
"path": "DiagnosticReport.identifier"
},
"isSummary": true
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
}, {
"key": "ref-1",
"human": "SHALL have a contained resource if a local reference is provided",
"xpath": "not(starts-with(f:reference/@value, '#')) or exists(ancestor::*[self::f:entry or self::f:parameter]/f:resource/f:*/f:contained/f:*[f:id/@value=substring-after(current()/f:reference/@value, '#')]|/*/f:contained/f:*[f:id/@value=substring-after(current()/f:reference/@value, '#')])",
"source": "http://hl7.org/fhir/StructureDefinition/Reference",
"severity": "error",
"expression": "reference.startsWith('#').not() or (reference.substring(1).trace('url') in %rootResource.contained.id.trace('ids'))"
} ],
"path": "DiagnosticReport.basedOn",
"requirements": "This allows tracing of authorization for the report and tracking whether proposals/recommendations were acted upon.",
"min": 0,
"definition": "Details concerning a service requested.",
"short": "What was requested",
"mapping": [ {
"map": "n/a",
"identity": "rim"
}, {
"map": "The target of a resource reference is a RIM entry point (Act, Role, or Entity)",
"identity": "rim"
}, {
"map": "Event.basedOn",
"identity": "workflow"
}, {
"map": "ORC? OBR-2/3?",
"identity": "v2"
}, {
"map": "outboundRelationship[typeCode=FLFS].target",
"identity": "rim"
} ],
"type": [ {
"code": "Reference",
"targetProfile": [ "http://hl7.org/fhir/StructureDefinition/CarePlan", "http://hl7.org/fhir/StructureDefinition/ImmunizationRecommendation", "http://hl7.org/fhir/StructureDefinition/MedicationRequest", "http://hl7.org/fhir/StructureDefinition/NutritionOrder", "http://hl7.org/fhir/StructureDefinition/ServiceRequest" ]
} ],
"alias": [ "Request" ],
"max": "*",
"id": "DiagnosticReport.basedOn",
"condition": [ "ele-1" ],
"comment": "Note: Usually there is one test request for each result, however in some circumstances multiple test requests may be represented using a single test result resource. Note that there are also cases where one request leads to multiple reports.",
"base": {
"max": "*",
"min": 0,
"path": "DiagnosticReport.basedOn"
}
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
} ],
"path": "DiagnosticReport.status",
"requirements": "Diagnostic services routinely issue provisional/incomplete reports, and sometimes withdraw previously released reports.",
"min": 1,
"definition": "Status des Befundberichts",
"isModifier": true,
"short": "Status",
"_definition": {
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/translation",
"extension": [ {
"url": "lang",
"valueCode": "de-DE"
}, {
"url": "content",
"valueString": "Status des Befundberichts"
} ]
} ]
},
"mapping": [ {
"map": "n/a",
"identity": "rim"
}, {
"map": "Event.status",
"identity": "workflow"
}, {
"map": "FiveWs.status",
"identity": "w5"
}, {
"map": "OBR-25 (not 1:1 mapping)",
"identity": "v2"
}, {
"map": "statusCode Note: final and amended are distinguished by whether observation is the subject of a ControlAct event of type \"revise\"",
"identity": "rim"
}, {
"map": "mide-dataelement-1448",
"comment": "Berichtstatus",
"identity": "MII-KDS"
} ],
"type": [ {
"code": "code"
} ],
"mustSupport": true,
"_short": {
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/translation",
"extension": [ {
"url": "lang",
"valueCode": "de-DE"
}, {
"url": "content",
"valueString": "Status"
} ]
} ]
},
"binding": {
"strength": "required",
"valueSet": "http://hl7.org/fhir/ValueSet/diagnostic-report-status|4.0.1",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "DiagnosticReportStatus"
} ],
"description": "The status of the diagnostic report."
},
"alias": [ "Berichtstatus" ],
"max": "1",
"id": "DiagnosticReport.status",
"condition": [ "ele-1" ],
"comment": "Note that FHIR strings SHALL NOT exceed 1MB in size",
"base": {
"max": "1",
"min": 1,
"path": "DiagnosticReport.status"
},
"isModifierReason": "This element is labeled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid",
"isSummary": true
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
} ],
"path": "DiagnosticReport.category",
"min": 1,
"definition": "A code that classifies the clinical discipline, department or diagnostic service that created the report (e.g. cardiology, biochemistry, hematology, MRI). This is used for searching, sorting and display purposes.",
"short": "Service category",
"mapping": [ {
"map": "n/a",
"identity": "rim"
}, {
"map": "CE/CNE/CWE",
"identity": "v2"
}, {
"map": "CD",
"identity": "rim"
}, {
"map": "fhir:CodeableConcept rdfs:subClassOf dt:CD",
"identity": "orim"
}, {
"map": "FiveWs.class",
"identity": "w5"
}, {
"map": "OBR-24",
"identity": "v2"
}, {
"map": "inboundRelationship[typeCode=COMP].source[classCode=LIST, moodCode=EVN, code < LabService].code",
"identity": "rim"
} ],
"slicing": {
"rules": "open",
"description": "Slice based on the category code pattern",
"discriminator": [ {
"path": "coding",
"type": "value"
} ]
},
"type": [ {
"code": "CodeableConcept"
} ],
"binding": {
"strength": "example",
"valueSet": "http://hl7.org/fhir/ValueSet/diagnostic-service-sections",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "DiagnosticServiceSection"
} ],
"description": "Codes for diagnostic service sections."
},
"alias": [ "Department", "Sub-department", "Service", "Discipline" ],
"max": "*",
"id": "DiagnosticReport.category",
"condition": [ "ele-1" ],
"comment": "Multiple categories are allowed using various categorization schemes. The level of granularity is defined by the category concepts in the value set. More fine-grained filtering can be performed using the metadata and/or terminology hierarchy in DiagnosticReport.code.",
"base": {
"max": "*",
"min": 0,
"path": "DiagnosticReport.category"
},
"isSummary": true
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
} ],
"path": "DiagnosticReport.category",
"min": 1,
"definition": "A code that classifies the clinical discipline, department or diagnostic service that created the report (e.g. cardiology, biochemistry, hematology, MRI). This is used for searching, sorting and display purposes.",
"short": "Service category",
"mapping": [ {
"map": "n/a",
"identity": "rim"
}, {
"map": "CE/CNE/CWE",
"identity": "v2"
}, {
"map": "CD",
"identity": "rim"
}, {
"map": "fhir:CodeableConcept rdfs:subClassOf dt:CD",
"identity": "orim"
}, {
"map": "FiveWs.class",
"identity": "w5"
}, {
"map": "OBR-24",
"identity": "v2"
}, {
"map": "inboundRelationship[typeCode=COMP].source[classCode=LIST, moodCode=EVN, code < LabService].code",
"identity": "rim"
} ],
"type": [ {
"code": "CodeableConcept"
} ],
"sliceName": "Genetics",
"binding": {
"strength": "example",
"valueSet": "http://hl7.org/fhir/ValueSet/diagnostic-service-sections",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "DiagnosticServiceSection"
} ],
"description": "Codes for diagnostic service sections."
},
"alias": [ "Department", "Sub-department", "Service", "Discipline" ],
"max": "1",
"id": "DiagnosticReport.category:Genetics",
"condition": [ "ele-1" ],
"comment": "Multiple categories are allowed using various categorization schemes. The level of granularity is defined by the category concepts in the value set. More fine-grained filtering can be performed using the metadata and/or terminology hierarchy in DiagnosticReport.code.",
"base": {
"max": "*",
"min": 0,
"path": "DiagnosticReport.category"
},
"isSummary": true
}, {
"path": "DiagnosticReport.category.id",
"min": 0,
"definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
"short": "Unique id for inter-element referencing",
"mapping": [ {
"map": "n/a",
"identity": "rim"
} ],
"type": [ {
"code": "http://hl7.org/fhirpath/System.String",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type",
"valueUrl": "string"
} ]
} ],
"representation": [ "xmlAttr" ],
"max": "1",
"id": "DiagnosticReport.category:Genetics.id",
"base": {
"max": "1",
"min": 0,
"path": "Element.id"
}
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
}, {
"key": "ext-1",
"human": "Must have either extensions or value[x], not both",
"xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])",
"source": "http://hl7.org/fhir/StructureDefinition/Extension",
"severity": "error",
"expression": "extension.exists() != value.exists()"
} ],
"path": "DiagnosticReport.category.extension",
"min": 0,
"definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
"short": "Additional content defined by implementations",
"mapping": [ {
"map": "n/a",
"identity": "rim"
}, {
"map": "N/A",
"identity": "rim"
} ],
"slicing": {
"rules": "open",
"description": "Extensions are always sliced by (at least) url",
"discriminator": [ {
"path": "url",
"type": "value"
} ]
},
"type": [ {
"code": "Extension"
} ],
"alias": [ "extensions", "user content" ],
"max": "*",
"id": "DiagnosticReport.category:Genetics.extension",
"condition": [ "ele-1" ],
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"base": {
"max": "*",
"min": 0,
"path": "Element.extension"
}
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
} ],
"path": "DiagnosticReport.category.coding",
"requirements": "Allows for alternative encodings within a code system, and translations to other code systems.",
"min": 1,
"definition": "A reference to a code defined by a terminology system.",
"short": "Code defined by a terminology system",
"mapping": [ {
"map": "n/a",
"identity": "rim"
}, {
"map": "CE/CNE/CWE subset one of the sets of component 1-3 or 4-6",
"identity": "v2"
}, {
"map": "CV",
"identity": "rim"
}, {
"map": "fhir:Coding rdfs:subClassOf dt:CDCoding",
"identity": "orim"
}, {
"map": "C*E.1-8, C*E.10-22",
"identity": "v2"
}, {
"map": "union(., ./translation)",
"identity": "rim"
}, {
"map": "fhir:CodeableConcept.coding rdfs:subPropertyOf dt:CD.coding",
"identity": "orim"
} ],
"type": [ {
"code": "Coding"
} ],
"max": "1",
"id": "DiagnosticReport.category:Genetics.coding",
"condition": [ "ele-1" ],
"comment": "Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.",
"patternCoding": {
"code": "GE",
"system": "http://terminology.hl7.org/CodeSystem/v2-0074"
},
"base": {
"max": "*",
"min": 0,
"path": "CodeableConcept.coding"
},
"isSummary": true
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
} ],
"path": "DiagnosticReport.category.text",
"requirements": "The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source.",
"min": 0,
"definition": "A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user.",
"short": "Plain text representation of the concept",
"mapping": [ {
"map": "n/a",
"identity": "rim"
}, {
"map": "C*E.9. But note many systems use C*E.2 for this",
"identity": "v2"
}, {
"map": "./originalText[mediaType/code=\"text/plain\"]/data",
"identity": "rim"
}, {
"map": "fhir:CodeableConcept.text rdfs:subPropertyOf dt:CD.originalText",
"identity": "orim"
} ],
"type": [ {
"code": "string"
} ],
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
"valueBoolean": true
} ],
"max": "1",
"id": "DiagnosticReport.category:Genetics.text",
"condition": [ "ele-1" ],
"comment": "Very often the text is the same as a displayName of one of the codings.",
"base": {
"max": "1",
"min": 0,
"path": "CodeableConcept.text"
},
"isSummary": true
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
} ],
"path": "DiagnosticReport.code",
"min": 1,
"definition": "A code or name that describes this diagnostic report.",
"short": "Name/Code for this diagnostic report",
"mapping": [ {
"map": "n/a",
"identity": "rim"
}, {
"map": "CE/CNE/CWE",
"identity": "v2"
}, {
"map": "CD",
"identity": "rim"
}, {
"map": "fhir:CodeableConcept rdfs:subClassOf dt:CD",
"identity": "orim"
}, {
"map": "Event.code",
"identity": "workflow"
}, {
"map": "FiveWs.what[x]",
"identity": "w5"
}, {
"map": "OBR-4 (HL7 v2 doesn't provide an easy way to indicate both the ordered test and the performed panel)",
"identity": "v2"
}, {
"map": "code",
"identity": "rim"
} ],
"type": [ {
"code": "CodeableConcept"
} ],
"binding": {
"strength": "preferred",
"valueSet": "http://hl7.org/fhir/ValueSet/report-codes",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "DiagnosticReportCodes"
} ],
"description": "Codes that describe Diagnostic Reports."
},
"alias": [ "Type" ],
"max": "1",
"id": "DiagnosticReport.code",
"condition": [ "ele-1" ],
"comment": "Not all terminology uses fit this general pattern. In some cases, models should not use CodeableConcept and use Coding directly and provide their own structure for managing text, codings, translations and the relationship between elements and pre- and post-coordination.",
"patternCodeableConcept": {
"coding": [ {
"code": "51969-4",
"system": "http://loinc.org"
} ]
},
"base": {
"max": "1",
"min": 1,
"path": "DiagnosticReport.code"
},
"isSummary": true
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
}, {
"key": "ref-1",
"human": "SHALL have a contained resource if a local reference is provided",
"xpath": "not(starts-with(f:reference/@value, '#')) or exists(ancestor::*[self::f:entry or self::f:parameter]/f:resource/f:*/f:contained/f:*[f:id/@value=substring-after(current()/f:reference/@value, '#')]|/*/f:contained/f:*[f:id/@value=substring-after(current()/f:reference/@value, '#')])",
"source": "http://hl7.org/fhir/StructureDefinition/Reference",
"severity": "error",
"expression": "reference.startsWith('#').not() or (reference.substring(1).trace('url') in %rootResource.contained.id.trace('ids'))"
} ],
"path": "DiagnosticReport.subject",
"requirements": "SHALL know the subject context.",
"min": 1,
"definition": "Der Patient auf den sich der Befundbericht bezieht",
"short": "Patient",
"_definition": {
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/translation",
"extension": [ {
"url": "lang",
"valueCode": "de-DE"
}, {
"url": "content",
"valueString": "Der Patient auf den sich der Befundbericht bezieht"
} ]
} ]
},
"mapping": [ {
"map": "n/a",
"identity": "rim"
}, {
"map": "The target of a resource reference is a RIM entry point (Act, Role, or Entity)",
"identity": "rim"
}, {
"map": "Event.subject",
"identity": "workflow"
}, {
"map": "FiveWs.subject[x]",
"identity": "w5"
}, {
"map": "PID-3 (no HL7 v2 mapping for Group or Device)",
"identity": "v2"
}, {
"map": "participation[typeCode=SBJ]",
"identity": "rim"
}, {
"map": "FiveWs.subject",
"identity": "w5"
} ],
"type": [ {
"code": "Reference",
"targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Patient", "http://hl7.org/fhir/StructureDefinition/Group" ]
} ],
"mustSupport": true,
"_short": {
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/translation",
"extension": [ {
"url": "lang",
"valueCode": "de-DE"
}, {
"url": "content",
"valueString": "Patient"
} ]
} ]
},
"alias": [ "Patient" ],
"max": "1",
"id": "DiagnosticReport.subject",
"condition": [ "ele-1" ],
"comment": "References SHALL be a reference to an actual FHIR resource, and SHALL be resolveable (allowing for access control, temporary unavailability, etc.). Resolution can be either by retrieval from the URL, or, where applicable by resource type, by treating an absolute reference as a canonical URL and looking it up in a local registry/repository.",
"base": {
"max": "1",
"min": 0,
"path": "DiagnosticReport.subject"
},
"isSummary": true
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
}, {
"key": "ref-1",
"human": "SHALL have a contained resource if a local reference is provided",
"xpath": "not(starts-with(f:reference/@value, '#')) or exists(ancestor::*[self::f:entry or self::f:parameter]/f:resource/f:*/f:contained/f:*[f:id/@value=substring-after(current()/f:reference/@value, '#')]|/*/f:contained/f:*[f:id/@value=substring-after(current()/f:reference/@value, '#')])",
"source": "http://hl7.org/fhir/StructureDefinition/Reference",
"severity": "error",
"expression": "reference.startsWith('#').not() or (reference.substring(1).trace('url') in %rootResource.contained.id.trace('ids'))"
} ],
"path": "DiagnosticReport.encounter",
"requirements": "Links the request to the Encounter context.",
"min": 0,
"definition": "Der Kontakt in dessen Rahmen der Bericht erstellt wurde",
"short": "Kontakt",
"_definition": {
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/translation",
"extension": [ {
"url": "lang",
"valueCode": "de-DE"
}, {
"url": "content",
"valueString": "Der Kontakt in dessen Rahmen der Bericht erstellt wurde"
} ]
} ]
},
"mapping": [ {
"map": "n/a",
"identity": "rim"
}, {
"map": "The target of a resource reference is a RIM entry point (Act, Role, or Entity)",
"identity": "rim"
}, {
"map": "Event.encounter",
"identity": "workflow"
}, {
"map": "FiveWs.context",
"identity": "w5"
}, {
"map": "PV1-19",
"identity": "v2"
}, {
"map": "inboundRelationship[typeCode=COMP].source[classCode=ENC, moodCode=EVN]",
"identity": "rim"
} ],
"type": [ {
"code": "Reference",
"targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Encounter" ]
} ],
"mustSupport": true,
"_short": {
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/translation",
"extension": [ {
"url": "lang",
"valueCode": "de-DE"
}, {
"url": "content",
"valueString": "Kontakt"
} ]
} ]
},
"alias": [ "Context" ],
"max": "1",
"id": "DiagnosticReport.encounter",
"condition": [ "ele-1" ],
"comment": "This will typically be the encounter the event occurred within, but some events may be initiated prior to or after the official completion of an encounter but still be tied to the context of the encounter (e.g. pre-admission laboratory tests).",
"base": {
"max": "1",
"min": 0,
"path": "DiagnosticReport.encounter"
},
"isSummary": true
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
} ],
"path": "DiagnosticReport.effective[x]",
"requirements": "Need to know where in the patient history to file/present this report.",
"min": 0,
"definition": "The time or time-period the observed values are related to. When the subject of the report is a patient, this is usually either the time of the procedure or of specimen collection(s), but very often the source of the date/time is not known, only the date/time itself.",
"short": "Clinically relevant time/time-period for report",
"mapping": [ {
"map": "n/a",
"identity": "rim"
}, {
"map": "Event.occurrence[x]",
"identity": "workflow"
}, {
"map": "FiveWs.done[x]",
"identity": "w5"
}, {
"map": "OBR-7",
"identity": "v2"
}, {
"map": "effectiveTime",
"identity": "rim"
} ],
"type": [ {
"code": "dateTime"
} ],
"alias": [ "Observation time", "Effective Time", "Occurrence" ],
"max": "1",
"id": "DiagnosticReport.effective[x]",
"condition": [ "ele-1" ],
"comment": "If the diagnostic procedure was performed on the patient, this is the time it was performed. If there are specimens, the diagnostically relevant time can be derived from the specimen collection times, but the specimen information is not always available, and the exact relationship between the specimens and the diagnostically relevant time is not always automatic.",
"base": {
"max": "1",
"min": 0,
"path": "DiagnosticReport.effective[x]"
},
"isSummary": true
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
} ],
"path": "DiagnosticReport.issued",
"requirements": "Clinicians need to be able to check the date that the report was released.",
"min": 0,
"definition": "Datum und Uhrzeit der Freigabe des Berichts",
"short": "Freigabedatum",
"_definition": {
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/translation",
"extension": [ {
"url": "lang",
"valueCode": "de-DE"
}, {
"url": "content",
"valueString": "Datum und Uhrzeit der Freigabe des Berichts"
} ]
} ]
},
"mapping": [ {
"map": "n/a",
"identity": "rim"
}, {
"map": "FiveWs.recorded",
"identity": "w5"
}, {
"map": "OBR-22",
"identity": "v2"
}, {
"map": "participation[typeCode=VRF or AUT].time",
"identity": "rim"
}, {
"map": "mide-dataelement-1452",
"comment": "Datum des Berichtes",
"identity": "MII-KDS"
} ],
"type": [ {
"code": "instant"
} ],
"mustSupport": true,
"_short": {
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/translation",
"extension": [ {
"url": "lang",
"valueCode": "de-DE"
}, {
"url": "content",
"valueString": "Freigabedatum"
} ]
} ]
},
"alias": [ "Date published", "Date Issued", "Date Verified", "Datum des Berichtes" ],
"max": "1",
"id": "DiagnosticReport.issued",
"condition": [ "ele-1" ],
"comment": "May be different from the update time of the resource itself, because that is the status of the record (potentially a secondary copy), not the actual release time of the report.",
"base": {
"max": "1",
"min": 0,
"path": "DiagnosticReport.issued"
},
"isSummary": true
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
}, {
"key": "ref-1",
"human": "SHALL have a contained resource if a local reference is provided",
"xpath": "not(starts-with(f:reference/@value, '#')) or exists(ancestor::*[self::f:entry or self::f:parameter]/f:resource/f:*/f:contained/f:*[f:id/@value=substring-after(current()/f:reference/@value, '#')]|/*/f:contained/f:*[f:id/@value=substring-after(current()/f:reference/@value, '#')])",
"source": "http://hl7.org/fhir/StructureDefinition/Reference",
"severity": "error",
"expression": "reference.startsWith('#').not() or (reference.substring(1).trace('url') in %rootResource.contained.id.trace('ids'))"
} ],
"path": "DiagnosticReport.performer",
"requirements": "Need to know whom to contact if there are queries about the results. Also may need to track the source of reports for secondary data analysis.",
"min": 0,
"definition": "Das Labor oder die Institution die den Bericht erstellt hat",
"short": "Durchführende Stelle",
"_definition": {
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/translation",
"extension": [ {
"url": "lang",
"valueCode": "de-DE"
}, {
"url": "content",
"valueString": "Das Labor oder die Institution die den Bericht erstellt hat"
} ]
} ]
},
"mapping": [ {
"map": "n/a",
"identity": "rim"
}, {
"map": "The target of a resource reference is a RIM entry point (Act, Role, or Entity)",
"identity": "rim"
}, {
"map": "Event.performer.actor",
"identity": "workflow"
}, {
"map": "FiveWs.actor",
"identity": "w5"
}, {
"map": "PRT-8 (where this PRT-4-Participation = \"PO\")",
"identity": "v2"
}, {
"map": ".participation[typeCode=PRF]",
"identity": "rim"
}, {
"map": "mide-dataelement-1453",
"comment": "Labor / Institution/ Ansprechpartner",
"identity": "MII-KDS"
} ],
"type": [ {
"code": "Reference",
"targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Practitioner", "http://hl7.org/fhir/StructureDefinition/PractitionerRole", "http://hl7.org/fhir/StructureDefinition/Organization", "http://hl7.org/fhir/StructureDefinition/CareTeam" ]
} ],
"mustSupport": true,
"_short": {
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/translation",
"extension": [ {
"url": "lang",
"valueCode": "de-DE"
}, {
"url": "content",
"valueString": "Durchführende Stelle"
} ]
} ]
},
"alias": [ "Laboratory", "Service", "Practitioner", "Department", "Company", "Authorized by", "Director", "Labor / Institution/ Ansprechpartner" ],
"max": "*",
"id": "DiagnosticReport.performer",
"condition": [ "ele-1" ],
"comment": "This is not necessarily the source of the atomic data items or the entity that interpreted the results. It is the entity that takes responsibility for the clinical report.",
"base": {
"max": "*",
"min": 0,
"path": "DiagnosticReport.performer"
},
"isSummary": true
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
}, {
"key": "ref-1",
"human": "SHALL have a contained resource if a local reference is provided",
"xpath": "not(starts-with(f:reference/@value, '#')) or exists(ancestor::*[self::f:entry or self::f:parameter]/f:resource/f:*/f:contained/f:*[f:id/@value=substring-after(current()/f:reference/@value, '#')]|/*/f:contained/f:*[f:id/@value=substring-after(current()/f:reference/@value, '#')])",
"source": "http://hl7.org/fhir/StructureDefinition/Reference",
"severity": "error",
"expression": "reference.startsWith('#').not() or (reference.substring(1).trace('url') in %rootResource.contained.id.trace('ids'))"
} ],
"path": "DiagnosticReport.resultsInterpreter",
"requirements": "Need to know whom to contact if there are queries about the results. Also may need to track the source of reports for secondary data analysis.",
"min": 0,
"definition": "Die Person oder Organisation die die Ergebnisse interpretiert hat",
"short": "Befundinterpreter",
"_definition": {
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/translation",
"extension": [ {
"url": "lang",
"valueCode": "de-DE"
}, {
"url": "content",
"valueString": "Die Person oder Organisation die die Ergebnisse interpretiert hat"
} ]
} ]
},
"mapping": [ {
"map": "n/a",
"identity": "rim"
}, {
"map": "The target of a resource reference is a RIM entry point (Act, Role, or Entity)",
"identity": "rim"
}, {
"map": "Event.performer.actor",
"identity": "workflow"
}, {
"map": "FiveWs.actor",
"identity": "w5"
}, {
"map": "OBR-32, PRT-8 (where this PRT-4-Participation = \"PI\")",
"identity": "v2"
}, {
"map": ".participation[typeCode=PRF]",
"identity": "rim"
}, {
"map": "mide-dataelement-1453",
"comment": "Labor / Institution/ Ansprechpartner",
"identity": "MII-KDS"
} ],
"type": [ {
"code": "Reference",
"targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Practitioner", "http://hl7.org/fhir/StructureDefinition/PractitionerRole", "http://hl7.org/fhir/StructureDefinition/Organization", "http://hl7.org/fhir/StructureDefinition/CareTeam" ]
} ],
"mustSupport": true,
"_short": {
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/translation",
"extension": [ {
"url": "lang",
"valueCode": "de-DE"
}, {
"url": "content",
"valueString": "Befundinterpreter"
} ]
} ]
},
"alias": [ "Analyzed by", "Reported by", "Labor / Institution/ Ansprechpartner" ],
"max": "*",
"id": "DiagnosticReport.resultsInterpreter",
"condition": [ "ele-1" ],
"comment": "Might not be the same entity that takes responsibility for the clinical report.",
"base": {
"max": "*",
"min": 0,
"path": "DiagnosticReport.resultsInterpreter"
},
"isSummary": true
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
}, {
"key": "ref-1",
"human": "SHALL have a contained resource if a local reference is provided",
"xpath": "not(starts-with(f:reference/@value, '#')) or exists(ancestor::*[self::f:entry or self::f:parameter]/f:resource/f:*/f:contained/f:*[f:id/@value=substring-after(current()/f:reference/@value, '#')]|/*/f:contained/f:*[f:id/@value=substring-after(current()/f:reference/@value, '#')])",
"source": "http://hl7.org/fhir/StructureDefinition/Reference",
"severity": "error",
"expression": "reference.startsWith('#').not() or (reference.substring(1).trace('url') in %rootResource.contained.id.trace('ids'))"
} ],
"path": "DiagnosticReport.specimen",
"requirements": "Need to be able to report information about the collected specimens on which the report is based.",
"min": 0,
"definition": "Die untersuchte Probe",
"short": "Probe",
"_definition": {
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/translation",
"extension": [ {
"url": "lang",
"valueCode": "de-DE"
}, {
"url": "content",
"valueString": "Die untersuchte Probe"
} ]
} ]
},
"mapping": [ {
"map": "n/a",
"identity": "rim"
}, {
"map": "The target of a resource reference is a RIM entry point (Act, Role, or Entity)",
"identity": "rim"
}, {
"map": "SPM",
"identity": "v2"
}, {
"map": "participation[typeCode=SBJ]",
"identity": "rim"
} ],
"type": [ {
"code": "Reference",
"targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Specimen" ]
} ],
"mustSupport": true,
"_short": {
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/translation",
"extension": [ {
"url": "lang",
"valueCode": "de-DE"
}, {
"url": "content",
"valueString": "Probe"
} ]
} ]
},
"max": "*",
"id": "DiagnosticReport.specimen",
"condition": [ "ele-1" ],
"comment": "If the specimen is sufficiently specified with a code in the test result name, then this additional data may be redundant. If there are multiple specimens, these may be represented per observation or group.",
"base": {
"max": "*",
"min": 0,
"path": "DiagnosticReport.specimen"
}
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
}, {
"key": "ref-1",
"human": "SHALL have a contained resource if a local reference is provided",
"xpath": "not(starts-with(f:reference/@value, '#')) or exists(ancestor::*[self::f:entry or self::f:parameter]/f:resource/f:*/f:contained/f:*[f:id/@value=substring-after(current()/f:reference/@value, '#')]|/*/f:contained/f:*[f:id/@value=substring-after(current()/f:reference/@value, '#')])",
"source": "http://hl7.org/fhir/StructureDefinition/Reference",
"severity": "error",
"expression": "reference.startsWith('#').not() or (reference.substring(1).trace('url') in %rootResource.contained.id.trace('ids'))"
} ],
"path": "DiagnosticReport.result",
"requirements": "Need to support individual results, or groups of results, where the result grouping is arbitrary, but meaningful.",
"min": 0,
"definition": "Referenzen zu den einzelnen Beobachtungsergebnissen",
"short": "Ergebnis",
"_definition": {
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/translation",
"extension": [ {
"url": "lang",
"valueCode": "de-DE"
}, {
"url": "content",
"valueString": "Referenzen zu den einzelnen Beobachtungsergebnissen"
} ]
} ]
},
"mapping": [ {
"map": "n/a",
"identity": "rim"
}, {
"map": "The target of a resource reference is a RIM entry point (Act, Role, or Entity)",
"identity": "rim"
}, {
"map": "OBXs",
"identity": "v2"
}, {
"map": "outboundRelationship[typeCode=COMP].target",
"identity": "rim"
} ],
"slicing": {
"rules": "open",
"description": "Slice based on the reference profile and code pattern",
"discriminator": [ {
"path": "resolve()",
"type": "profile"
} ]
},
"type": [ {
"code": "Reference",
"targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Observation" ]
} ],
"mustSupport": true,
"_short": {
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/translation",
"extension": [ {
"url": "lang",
"valueCode": "de-DE"
}, {
"url": "content",
"valueString": "Ergebnis"
} ]
} ]
},
"alias": [ "Data", "Atomic Value", "Result", "Atomic result", "Data", "Test", "Analyte", "Battery", "Organizer" ],
"max": "*",
"id": "DiagnosticReport.result",
"condition": [ "ele-1" ],
"comment": "Observations can contain observations.",
"base": {
"max": "*",
"min": 0,
"path": "DiagnosticReport.result"
}
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
}, {
"key": "ref-1",
"human": "SHALL have a contained resource if a local reference is provided",
"xpath": "not(starts-with(f:reference/@value, '#')) or exists(ancestor::*[self::f:entry or self::f:parameter]/f:resource/f:*/f:contained/f:*[f:id/@value=substring-after(current()/f:reference/@value, '#')]|/*/f:contained/f:*[f:id/@value=substring-after(current()/f:reference/@value, '#')])",
"source": "http://hl7.org/fhir/StructureDefinition/Reference",
"severity": "error",
"expression": "reference.startsWith('#').not() or (reference.substring(1).trace('url') in %rootResource.contained.id.trace('ids'))"
} ],
"path": "DiagnosticReport.result",
"requirements": "Need to support individual results, or groups of results, where the result grouping is arbitrary, but meaningful.",
"min": 0,
"definition": "Referenz zu diagnostischen Implikationen der genetischen Befunde",
"short": "Diagnostische Implikation",
"_definition": {
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/translation",
"extension": [ {
"url": "lang",
"valueCode": "de-DE"
}, {
"url": "content",
"valueString": "Referenz zu diagnostischen Implikationen der genetischen Befunde"
} ]
} ]
},
"mapping": [ {
"map": "n/a",
"identity": "rim"
}, {
"map": "The target of a resource reference is a RIM entry point (Act, Role, or Entity)",
"identity": "rim"
}, {
"map": "OBXs",
"identity": "v2"
}, {
"map": "outboundRelationship[typeCode=COMP].target",
"identity": "rim"
} ],
"type": [ {
"code": "Reference",
"targetProfile": [ "https://www.medizininformatik-initiative.de/fhir/ext/modul-molgen/StructureDefinition/diagnostische-implikation" ]
} ],
"mustSupport": true,
"_short": {
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/translation",
"extension": [ {
"url": "lang",
"valueCode": "de-DE"
}, {
"url": "content",
"valueString": "Diagnostische Implikation"
} ]
} ]
},
"sliceName": "diagnostic-implication",
"alias": [ "Data", "Atomic Value", "Result", "Atomic result", "Data", "Test", "Analyte", "Battery", "Organizer" ],
"max": "*",
"id": "DiagnosticReport.result:diagnostic-implication",
"condition": [ "ele-1" ],
"comment": "Observations can contain observations.",
"base": {
"max": "*",
"min": 0,
"path": "DiagnosticReport.result"
}
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
}, {
"key": "ref-1",
"human": "SHALL have a contained resource if a local reference is provided",
"xpath": "not(starts-with(f:reference/@value, '#')) or exists(ancestor::*[self::f:entry or self::f:parameter]/f:resource/f:*/f:contained/f:*[f:id/@value=substring-after(current()/f:reference/@value, '#')]|/*/f:contained/f:*[f:id/@value=substring-after(current()/f:reference/@value, '#')])",
"source": "http://hl7.org/fhir/StructureDefinition/Reference",
"severity": "error",
"expression": "reference.startsWith('#').not() or (reference.substring(1).trace('url') in %rootResource.contained.id.trace('ids'))"
} ],
"path": "DiagnosticReport.result",
"requirements": "Need to support individual results, or groups of results, where the result grouping is arbitrary, but meaningful.",
"min": 0,
"definition": "Referenz zu therapeutischen Implikationen der genetischen Befunde",
"short": "Therapeutische Implikation",
"_definition": {
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/translation",
"extension": [ {
"url": "lang",
"valueCode": "de-DE"
}, {
"url": "content",
"valueString": "Referenz zu therapeutischen Implikationen der genetischen Befunde"
} ]
} ]
},
"mapping": [ {
"map": "n/a",
"identity": "rim"
}, {
"map": "The target of a resource reference is a RIM entry point (Act, Role, or Entity)",
"identity": "rim"
}, {
"map": "OBXs",
"identity": "v2"
}, {
"map": "outboundRelationship[typeCode=COMP].target",
"identity": "rim"
} ],
"type": [ {
"code": "Reference",
"targetProfile": [ "https://www.medizininformatik-initiative.de/fhir/ext/modul-molgen/StructureDefinition/therapeutische-implikation" ]
} ],
"mustSupport": true,
"_short": {
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/translation",
"extension": [ {
"url": "lang",
"valueCode": "de-DE"
}, {
"url": "content",
"valueString": "Therapeutische Implikation"
} ]
} ]
},
"sliceName": "therapeutic-implication",
"alias": [ "Data", "Atomic Value", "Result", "Atomic result", "Data", "Test", "Analyte", "Battery", "Organizer" ],
"max": "*",
"id": "DiagnosticReport.result:therapeutic-implication",
"condition": [ "ele-1" ],
"comment": "Observations can contain observations.",
"base": {
"max": "*",
"min": 0,
"path": "DiagnosticReport.result"
}
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
}, {
"key": "ref-1",
"human": "SHALL have a contained resource if a local reference is provided",
"xpath": "not(starts-with(f:reference/@value, '#')) or exists(ancestor::*[self::f:entry or self::f:parameter]/f:resource/f:*/f:contained/f:*[f:id/@value=substring-after(current()/f:reference/@value, '#')]|/*/f:contained/f:*[f:id/@value=substring-after(current()/f:reference/@value, '#')])",
"source": "http://hl7.org/fhir/StructureDefinition/Reference",
"severity": "error",
"expression": "reference.startsWith('#').not() or (reference.substring(1).trace('url') in %rootResource.contained.id.trace('ids'))"
} ],
"path": "DiagnosticReport.result",
"requirements": "Need to support individual results, or groups of results, where the result grouping is arbitrary, but meaningful.",
"min": 0,
"definition": "[Observations](observation.html) that are part of this diagnostic report.",
"short": "Molecular Consequence",
"mapping": [ {
"map": "n/a",
"identity": "rim"
}, {
"map": "The target of a resource reference is a RIM entry point (Act, Role, or Entity)",
"identity": "rim"
}, {
"map": "OBXs",
"identity": "v2"
}, {
"map": "outboundRelationship[typeCode=COMP].target",
"identity": "rim"
} ],
"type": [ {
"code": "Reference",
"targetProfile": [ "http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/molecular-consequence" ]
} ],
"sliceName": "molecular-consequence",
"alias": [ "Data", "Atomic Value", "Result", "Atomic result", "Data", "Test", "Analyte", "Battery", "Organizer" ],
"max": "*",
"id": "DiagnosticReport.result:molecular-consequence",
"condition": [ "ele-1" ],
"comment": "Observations can contain observations.",
"base": {
"max": "*",
"min": 0,
"path": "DiagnosticReport.result"
}
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
}, {
"key": "ref-1",
"human": "SHALL have a contained resource if a local reference is provided",
"xpath": "not(starts-with(f:reference/@value, '#')) or exists(ancestor::*[self::f:entry or self::f:parameter]/f:resource/f:*/f:contained/f:*[f:id/@value=substring-after(current()/f:reference/@value, '#')]|/*/f:contained/f:*[f:id/@value=substring-after(current()/f:reference/@value, '#')])",
"source": "http://hl7.org/fhir/StructureDefinition/Reference",
"severity": "error",
"expression": "reference.startsWith('#').not() or (reference.substring(1).trace('url') in %rootResource.contained.id.trace('ids'))"
} ],
"path": "DiagnosticReport.result",
"requirements": "Need to support individual results, or groups of results, where the result grouping is arbitrary, but meaningful.",
"min": 0,
"definition": "Referenz zu gefundenen genetischen Varianten",
"short": "Variante",
"_definition": {
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/translation",
"extension": [ {
"url": "lang",
"valueCode": "de-DE"
}, {
"url": "content",
"valueString": "Referenz zu gefundenen genetischen Varianten"
} ]
} ]
},
"mapping": [ {
"map": "n/a",
"identity": "rim"
}, {
"map": "The target of a resource reference is a RIM entry point (Act, Role, or Entity)",
"identity": "rim"
}, {
"map": "OBXs",
"identity": "v2"
}, {
"map": "outboundRelationship[typeCode=COMP].target",
"identity": "rim"
} ],
"type": [ {
"code": "Reference",
"targetProfile": [ "https://www.medizininformatik-initiative.de/fhir/ext/modul-molgen/StructureDefinition/variante" ]
} ],
"mustSupport": true,
"_short": {
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/translation",
"extension": [ {
"url": "lang",
"valueCode": "de-DE"
}, {
"url": "content",
"valueString": "Variante"
} ]
} ]
},
"sliceName": "variant",
"alias": [ "Data", "Atomic Value", "Result", "Atomic result", "Data", "Test", "Analyte", "Battery", "Organizer" ],
"max": "*",
"id": "DiagnosticReport.result:variant",
"condition": [ "ele-1" ],
"comment": "Observations can contain observations.",
"base": {
"max": "*",
"min": 0,
"path": "DiagnosticReport.result"
}
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
}, {
"key": "ref-1",
"human": "SHALL have a contained resource if a local reference is provided",
"xpath": "not(starts-with(f:reference/@value, '#')) or exists(ancestor::*[self::f:entry or self::f:parameter]/f:resource/f:*/f:contained/f:*[f:id/@value=substring-after(current()/f:reference/@value, '#')]|/*/f:contained/f:*[f:id/@value=substring-after(current()/f:reference/@value, '#')])",
"source": "http://hl7.org/fhir/StructureDefinition/Reference",
"severity": "error",
"expression": "reference.startsWith('#').not() or (reference.substring(1).trace('url') in %rootResource.contained.id.trace('ids'))"
} ],
"path": "DiagnosticReport.result",
"requirements": "Need to support individual results, or groups of results, where the result grouping is arbitrary, but meaningful.",
"min": 0,
"definition": "Referenz zu Sequenz-Phasen-Beziehungen",
"short": "Sequenz-Phasen-Beziehung",
"_definition": {
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/translation",
"extension": [ {
"url": "lang",
"valueCode": "de-DE"
}, {
"url": "content",
"valueString": "Referenz zu Sequenz-Phasen-Beziehungen"
} ]
} ]
},
"mapping": [ {
"map": "n/a",
"identity": "rim"
}, {
"map": "The target of a resource reference is a RIM entry point (Act, Role, or Entity)",
"identity": "rim"
}, {
"map": "OBXs",
"identity": "v2"
}, {
"map": "outboundRelationship[typeCode=COMP].target",
"identity": "rim"
} ],
"type": [ {
"code": "Reference",
"targetProfile": [ "http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/sequence-phase-relationship" ]
} ],
"mustSupport": true,
"_short": {
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/translation",
"extension": [ {
"url": "lang",
"valueCode": "de-DE"
}, {
"url": "content",
"valueString": "Sequenz-Phasen-Beziehung"
} ]
} ]
},
"sliceName": "sequence-phase-relation",
"alias": [ "Data", "Atomic Value", "Result", "Atomic result", "Data", "Test", "Analyte", "Battery", "Organizer" ],
"max": "*",
"id": "DiagnosticReport.result:sequence-phase-relation",
"condition": [ "ele-1" ],
"comment": "Observations can contain observations.",
"base": {
"max": "*",
"min": 0,
"path": "DiagnosticReport.result"
}
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
}, {
"key": "ref-1",
"human": "SHALL have a contained resource if a local reference is provided",
"xpath": "not(starts-with(f:reference/@value, '#')) or exists(ancestor::*[self::f:entry or self::f:parameter]/f:resource/f:*/f:contained/f:*[f:id/@value=substring-after(current()/f:reference/@value, '#')]|/*/f:contained/f:*[f:id/@value=substring-after(current()/f:reference/@value, '#')])",
"source": "http://hl7.org/fhir/StructureDefinition/Reference",
"severity": "error",
"expression": "reference.startsWith('#').not() or (reference.substring(1).trace('url') in %rootResource.contained.id.trace('ids'))"
} ],
"path": "DiagnosticReport.result",
"requirements": "Need to support individual results, or groups of results, where the result grouping is arbitrary, but meaningful.",
"min": 0,
"definition": "Referenz zu Genotyp-Ergebnissen",
"short": "Genotyp",
"_definition": {
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/translation",
"extension": [ {
"url": "lang",
"valueCode": "de-DE"
}, {
"url": "content",
"valueString": "Referenz zu Genotyp-Ergebnissen"
} ]
} ]
},
"mapping": [ {
"map": "n/a",
"identity": "rim"
}, {
"map": "The target of a resource reference is a RIM entry point (Act, Role, or Entity)",
"identity": "rim"
}, {
"map": "OBXs",
"identity": "v2"
}, {
"map": "outboundRelationship[typeCode=COMP].target",
"identity": "rim"
} ],
"type": [ {
"code": "Reference",
"targetProfile": [ "https://www.medizininformatik-initiative.de/fhir/ext/modul-molgen/StructureDefinition/genotyp" ]
} ],
"mustSupport": true,
"_short": {
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/translation",
"extension": [ {
"url": "lang",
"valueCode": "de-DE"
}, {
"url": "content",
"valueString": "Genotyp"
} ]
} ]
},
"sliceName": "genotype",
"alias": [ "Data", "Atomic Value", "Result", "Atomic result", "Data", "Test", "Analyte", "Battery", "Organizer" ],
"max": "*",
"id": "DiagnosticReport.result:genotype",
"condition": [ "ele-1" ],
"comment": "Observations can contain observations.",
"base": {
"max": "*",
"min": 0,
"path": "DiagnosticReport.result"
}
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
}, {
"key": "ref-1",
"human": "SHALL have a contained resource if a local reference is provided",
"xpath": "not(starts-with(f:reference/@value, '#')) or exists(ancestor::*[self::f:entry or self::f:parameter]/f:resource/f:*/f:contained/f:*[f:id/@value=substring-after(current()/f:reference/@value, '#')]|/*/f:contained/f:*[f:id/@value=substring-after(current()/f:reference/@value, '#')])",
"source": "http://hl7.org/fhir/StructureDefinition/Reference",
"severity": "error",
"expression": "reference.startsWith('#').not() or (reference.substring(1).trace('url') in %rootResource.contained.id.trace('ids'))"
} ],
"path": "DiagnosticReport.result",
"requirements": "Need to support individual results, or groups of results, where the result grouping is arbitrary, but meaningful.",
"min": 0,
"definition": "Referenz zu Haplotyp-Ergebnissen",
"short": "Haplotyp",
"_definition": {
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/translation",
"extension": [ {
"url": "lang",
"valueCode": "de-DE"
}, {
"url": "content",
"valueString": "Referenz zu Haplotyp-Ergebnissen"
} ]
} ]
},
"mapping": [ {
"map": "n/a",
"identity": "rim"
}, {
"map": "The target of a resource reference is a RIM entry point (Act, Role, or Entity)",
"identity": "rim"
}, {
"map": "OBXs",
"identity": "v2"
}, {
"map": "outboundRelationship[typeCode=COMP].target",
"identity": "rim"
} ],
"type": [ {
"code": "Reference",
"targetProfile": [ "http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/haplotype" ]
} ],
"mustSupport": true,
"_short": {
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/translation",
"extension": [ {
"url": "lang",
"valueCode": "de-DE"
}, {
"url": "content",
"valueString": "Haplotyp"
} ]
} ]
},
"sliceName": "haplotype",
"alias": [ "Data", "Atomic Value", "Result", "Atomic result", "Data", "Test", "Analyte", "Battery", "Organizer" ],
"max": "*",
"id": "DiagnosticReport.result:haplotype",
"condition": [ "ele-1" ],
"comment": "Observations can contain observations.",
"base": {
"max": "*",
"min": 0,
"path": "DiagnosticReport.result"
}
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
}, {
"key": "ref-1",
"human": "SHALL have a contained resource if a local reference is provided",
"xpath": "not(starts-with(f:reference/@value, '#')) or exists(ancestor::*[self::f:entry or self::f:parameter]/f:resource/f:*/f:contained/f:*[f:id/@value=substring-after(current()/f:reference/@value, '#')]|/*/f:contained/f:*[f:id/@value=substring-after(current()/f:reference/@value, '#')])",
"source": "http://hl7.org/fhir/StructureDefinition/Reference",
"severity": "error",
"expression": "reference.startsWith('#').not() or (reference.substring(1).trace('url') in %rootResource.contained.id.trace('ids'))"
} ],
"path": "DiagnosticReport.result",
"requirements": "Need to support individual results, or groups of results, where the result grouping is arbitrary, but meaningful.",
"min": 0,
"definition": "Referenz zu molekularen Biomarkern wie TMB oder MSI",
"short": "Biomarker",
"_definition": {
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/translation",
"extension": [ {
"url": "lang",
"valueCode": "de-DE"
}, {
"url": "content",
"valueString": "Referenz zu molekularen Biomarkern wie TMB oder MSI"
} ]
} ]
},
"mapping": [ {
"map": "n/a",
"identity": "rim"
}, {
"map": "The target of a resource reference is a RIM entry point (Act, Role, or Entity)",
"identity": "rim"
}, {
"map": "OBXs",
"identity": "v2"
}, {
"map": "outboundRelationship[typeCode=COMP].target",
"identity": "rim"
} ],
"type": [ {
"code": "Reference",
"targetProfile": [ "http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/molecular-biomarker" ]
} ],
"mustSupport": true,
"_short": {
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/translation",
"extension": [ {
"url": "lang",
"valueCode": "de-DE"
}, {
"url": "content",
"valueString": "Biomarker"
} ]
} ]
},
"sliceName": "biomarker",
"alias": [ "Data", "Atomic Value", "Result", "Atomic result", "Data", "Test", "Analyte", "Battery", "Organizer" ],
"max": "*",
"id": "DiagnosticReport.result:biomarker",
"condition": [ "ele-1" ],
"comment": "Observations can contain observations.",
"base": {
"max": "*",
"min": 0,
"path": "DiagnosticReport.result"
}
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
}, {
"key": "ref-1",
"human": "SHALL have a contained resource if a local reference is provided",
"xpath": "not(starts-with(f:reference/@value, '#')) or exists(ancestor::*[self::f:entry or self::f:parameter]/f:resource/f:*/f:contained/f:*[f:id/@value=substring-after(current()/f:reference/@value, '#')]|/*/f:contained/f:*[f:id/@value=substring-after(current()/f:reference/@value, '#')])",
"source": "http://hl7.org/fhir/StructureDefinition/Reference",
"severity": "error",
"expression": "reference.startsWith('#').not() or (reference.substring(1).trace('url') in %rootResource.contained.id.trace('ids'))"
} ],
"path": "DiagnosticReport.imagingStudy",
"min": 0,
"definition": "One or more links to full details of any imaging performed during the diagnostic investigation. Typically, this is imaging performed by DICOM enabled modalities, but this is not required. A fully enabled PACS viewer can use this information to provide views of the source images.",
"short": "Reference to full details of imaging associated with the diagnostic report",
"mapping": [ {
"map": "n/a",
"identity": "rim"
}, {
"map": "The target of a resource reference is a RIM entry point (Act, Role, or Entity)",
"identity": "rim"
}, {
"map": "outboundRelationship[typeCode=COMP].target[classsCode=DGIMG, moodCode=EVN]",
"identity": "rim"
} ],
"type": [ {
"code": "Reference",
"targetProfile": [ "http://hl7.org/fhir/StructureDefinition/ImagingStudy" ]
} ],
"max": "*",
"id": "DiagnosticReport.imagingStudy",
"condition": [ "ele-1" ],
"comment": "ImagingStudy and the image element are somewhat overlapping - typically, the list of image references in the image element will also be found in one of the imaging study resources. However, each caters to different types of displays for different types of purposes. Neither, either, or both may be provided.",
"base": {
"max": "*",
"min": 0,
"path": "DiagnosticReport.imagingStudy"
}
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
} ],
"path": "DiagnosticReport.media",
"requirements": "Many diagnostic services include images in the report as part of their service.",
"min": 0,
"definition": "Bilder oder andere Medien die zum Bericht gehören",
"short": "Medien",
"_definition": {
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/translation",
"extension": [ {
"url": "lang",
"valueCode": "de-DE"
}, {
"url": "content",
"valueString": "Bilder oder andere Medien die zum Bericht gehören"
} ]
} ]
},
"mapping": [ {
"map": "n/a",
"identity": "rim"
}, {
"map": "OBX?",
"identity": "v2"
}, {
"map": "outboundRelationship[typeCode=COMP].target",
"identity": "rim"
}, {
"map": "mide-dataelement-1698",
"comment": "Daten",
"identity": "MII-KDS"
}, {
"map": "mide-dataelement-1447",
"comment": "Anhänge",
"identity": "MII-KDS"
} ],
"type": [ {
"code": "BackboneElement"
} ],
"mustSupport": true,
"_short": {
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/translation",
"extension": [ {
"url": "lang",
"valueCode": "de-DE"
}, {
"url": "content",
"valueString": "Medien"
} ]
} ]
},
"alias": [ "DICOM", "Slides", "Scans" ],
"max": "*",
"id": "DiagnosticReport.media",
"condition": [ "ele-1" ],
"base": {
"max": "*",
"min": 0,
"path": "DiagnosticReport.media"
},
"isSummary": true
}, {
"path": "DiagnosticReport.media.id",
"min": 0,
"definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
"short": "Unique id for inter-element referencing",
"mapping": [ {
"map": "n/a",
"identity": "rim"
} ],
"type": [ {
"code": "http://hl7.org/fhirpath/System.String",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type",
"valueUrl": "string"
} ]
} ],
"representation": [ "xmlAttr" ],
"max": "1",
"id": "DiagnosticReport.media.id",
"base": {
"max": "1",
"min": 0,
"path": "Element.id"
}
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
}, {
"key": "ext-1",
"human": "Must have either extensions or value[x], not both",
"xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])",
"source": "http://hl7.org/fhir/StructureDefinition/Extension",
"severity": "error",
"expression": "extension.exists() != value.exists()"
} ],
"path": "DiagnosticReport.media.extension",
"min": 0,
"definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
"short": "Additional content defined by implementations",
"mapping": [ {
"map": "n/a",
"identity": "rim"
}, {
"map": "N/A",
"identity": "rim"
} ],
"slicing": {
"rules": "open",
"description": "Extensions are always sliced by (at least) url",
"discriminator": [ {
"path": "url",
"type": "value"
} ]
},
"type": [ {
"code": "Extension"
} ],
"alias": [ "extensions", "user content" ],
"max": "*",
"id": "DiagnosticReport.media.extension",
"condition": [ "ele-1" ],
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"base": {
"max": "*",
"min": 0,
"path": "Element.extension"
}
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
}, {
"key": "ext-1",
"human": "Must have either extensions or value[x], not both",
"xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])",
"source": "http://hl7.org/fhir/StructureDefinition/Extension",
"severity": "error",
"expression": "extension.exists() != value.exists()"
} ],
"path": "DiagnosticReport.media.modifierExtension",
"requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](extensibility.html#modifierExtension).",
"min": 0,
"definition": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
"isModifier": true,
"short": "Extensions that cannot be ignored even if unrecognized",
"mapping": [ {
"map": "n/a",
"identity": "rim"
}, {
"map": "N/A",
"identity": "rim"
} ],
"type": [ {
"code": "Extension"
} ],
"alias": [ "extensions", "user content", "modifiers" ],
"max": "*",
"id": "DiagnosticReport.media.modifierExtension",
"condition": [ "ele-1" ],
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"base": {
"max": "*",
"min": 0,
"path": "BackboneElement.modifierExtension"
},
"isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them",
"isSummary": true
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
} ],
"path": "DiagnosticReport.media.comment",
"requirements": "The provider of the report should make a comment about each image included in the report.",
"min": 0,
"definition": "A comment about the image. Typically, this is used to provide an explanation for why the image is included, or to draw the viewer's attention to important features.",
"short": "Comment about the image (e.g. explanation)",
"mapping": [ {
"map": "n/a",
"identity": "rim"
}, {
"map": ".inboundRelationship[typeCode=COMP].source[classCode=OBS, moodCode=EVN, code=\"annotation\"].value",
"identity": "rim"
} ],
"type": [ {
"code": "string"
} ],
"max": "1",
"id": "DiagnosticReport.media.comment",
"condition": [ "ele-1" ],
"comment": "The comment should be displayed with the image. It would be common for the report to include additional discussion of the image contents in other sections such as the conclusion.",
"base": {
"max": "1",
"min": 0,
"path": "DiagnosticReport.media.comment"
}
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
}, {
"key": "ref-1",
"human": "SHALL have a contained resource if a local reference is provided",
"xpath": "not(starts-with(f:reference/@value, '#')) or exists(ancestor::*[self::f:entry or self::f:parameter]/f:resource/f:*/f:contained/f:*[f:id/@value=substring-after(current()/f:reference/@value, '#')]|/*/f:contained/f:*[f:id/@value=substring-after(current()/f:reference/@value, '#')])",
"source": "http://hl7.org/fhir/StructureDefinition/Reference",
"severity": "error",
"expression": "reference.startsWith('#').not() or (reference.substring(1).trace('url') in %rootResource.contained.id.trace('ids'))"
} ],
"path": "DiagnosticReport.media.link",
"min": 1,
"definition": "Reference to the image source.",
"short": "Reference to the image source",
"mapping": [ {
"map": "n/a",
"identity": "rim"
}, {
"map": "The target of a resource reference is a RIM entry point (Act, Role, or Entity)",
"identity": "rim"
}, {
"map": ".value.reference",
"identity": "rim"
} ],
"type": [ {
"code": "Reference",
"targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Media" ]
} ],
"max": "1",
"id": "DiagnosticReport.media.link",
"condition": [ "ele-1" ],
"comment": "References SHALL be a reference to an actual FHIR resource, and SHALL be resolveable (allowing for access control, temporary unavailability, etc.). Resolution can be either by retrieval from the URL, or, where applicable by resource type, by treating an absolute reference as a canonical URL and looking it up in a local registry/repository.",
"base": {
"max": "1",
"min": 1,
"path": "DiagnosticReport.media.link"
},
"isSummary": true
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
} ],
"path": "DiagnosticReport.conclusion",
"requirements": "Need to be able to provide a conclusion that is not lost among the basic result data.",
"min": 0,
"definition": "Textuelle Zusammenfassung der Befundergebnisse",
"short": "Schlussfolgerung",
"_definition": {
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/translation",
"extension": [ {
"url": "lang",
"valueCode": "de-DE"
}, {
"url": "content",
"valueString": "Textuelle Zusammenfassung der Befundergebnisse"
} ]
} ]
},
"mapping": [ {
"map": "n/a",
"identity": "rim"
}, {
"map": "OBX",
"identity": "v2"
}, {
"map": "inboundRelationship[typeCode=\"SPRT\"].source[classCode=OBS, moodCode=EVN, code=LOINC:48767-8].value (type=ST)",
"identity": "rim"
} ],
"type": [ {
"code": "string"
} ],
"mustSupport": true,
"_short": {
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/translation",
"extension": [ {
"url": "lang",
"valueCode": "de-DE"
}, {
"url": "content",
"valueString": "Schlussfolgerung"
} ]
} ]
},
"alias": [ "Report" ],
"max": "1",
"id": "DiagnosticReport.conclusion",
"condition": [ "ele-1" ],
"comment": "Note that FHIR strings SHALL NOT exceed 1MB in size",
"base": {
"max": "1",
"min": 0,
"path": "DiagnosticReport.conclusion"
}
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
} ],
"path": "DiagnosticReport.conclusionCode",
"min": 0,
"definition": "Kodierte Schlussfolgerung des Befundes",
"short": "Schlussfolgerungscode",
"_definition": {
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/translation",
"extension": [ {
"url": "lang",
"valueCode": "de-DE"
}, {
"url": "content",
"valueString": "Kodierte Schlussfolgerung des Befundes"
} ]
} ]
},
"mapping": [ {
"map": "n/a",
"identity": "rim"
}, {
"map": "CE/CNE/CWE",
"identity": "v2"
}, {
"map": "CD",
"identity": "rim"
}, {
"map": "fhir:CodeableConcept rdfs:subClassOf dt:CD",
"identity": "orim"
}, {
"map": "OBX",
"identity": "v2"
}, {
"map": "inboundRelationship[typeCode=SPRT].source[classCode=OBS, moodCode=EVN, code=LOINC:54531-9].value (type=CD)",
"identity": "rim"
} ],
"type": [ {
"code": "CodeableConcept"
} ],
"mustSupport": true,
"_short": {
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/translation",
"extension": [ {
"url": "lang",
"valueCode": "de-DE"
}, {
"url": "content",
"valueString": "Schlussfolgerungscode"
} ]
} ]
},
"binding": {
"strength": "example",
"valueSet": "http://hl7.org/fhir/ValueSet/clinical-findings",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "AdjunctDiagnosis"
} ],
"description": "Diagnosis codes provided as adjuncts to the report."
},
"max": "*",
"id": "DiagnosticReport.conclusionCode",
"condition": [ "ele-1" ],
"comment": "Not all terminology uses fit this general pattern. In some cases, models should not use CodeableConcept and use Coding directly and provide their own structure for managing text, codings, translations and the relationship between elements and pre- and post-coordination.",
"base": {
"max": "*",
"min": 0,
"path": "DiagnosticReport.conclusionCode"
}
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
}, {
"key": "att-1",
"human": "If the Attachment has data, it SHALL have a contentType",
"xpath": "not(exists(f:data)) or exists(f:contentType)",
"source": "http://hl7.org/fhir/StructureDefinition/Attachment",
"severity": "error",
"expression": "data.empty() or contentType.exists()"
} ],
"path": "DiagnosticReport.presentedForm",
"requirements": "Gives laboratory the ability to provide its own fully formatted report for clinical fidelity.",
"min": 0,
"definition": "Rich text representation of the entire result as issued by the diagnostic service. Multiple formats are allowed but they SHALL be semantically equivalent.",
"short": "Entire report as issued",
"mapping": [ {
"map": "n/a",
"identity": "rim"
}, {
"map": "ED/RP",
"identity": "v2"
}, {
"map": "ED",
"identity": "rim"
}, {
"map": "OBX",
"identity": "v2"
}, {
"map": "text (type=ED)",
"identity": "rim"
} ],
"type": [ {
"code": "Attachment"
} ],
"max": "*",
"id": "DiagnosticReport.presentedForm",
"condition": [ "ele-1" ],
"comment": "\"application/pdf\" is recommended as the most reliable and interoperable in this context.",
"base": {
"max": "*",
"min": 0,
"path": "DiagnosticReport.presentedForm"
}
} ]
},
"status": "active",
"id": "88d82003-510c-41aa-bbfe-1e9e2cc93ac2",
"kind": "resource",
"url": "https://www.medizininformatik-initiative.de/fhir/ext/modul-molgen/StructureDefinition/molekulargenetischer-befundbericht",
"version": "2026.0.0",
"differential": {
"element": [ {
"id": "DiagnosticReport",
"path": "DiagnosticReport",
"mapping": [ {
"map": "mide-dataelement-1371",
"comment": "Molekulargenetischer Befundbericht",
"identity": "MII-KDS"
} ]
}, {
"path": "DiagnosticReport.extension",
"definition": "Referenz zu empfohlenen Folgemaßnahmen oder Medikationsempfehlungen",
"short": "Empfohlene Maßnahme",
"_definition": {
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/translation",
"extension": [ {
"url": "lang",
"valueCode": "de-DE"
}, {
"url": "content",
"valueString": "Referenz zu empfohlenen Folgemaßnahmen oder Medikationsempfehlungen"
} ]
} ]
},
"type": [ {
"code": "Extension",
"profile": [ "https://www.medizininformatik-initiative.de/fhir/ext/modul-molgen/StructureDefinition/empfohlene-massnahme" ]
} ],
"mustSupport": true,
"_short": {
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/translation",
"extension": [ {
"url": "lang",
"valueCode": "de-DE"
}, {
"url": "content",
"valueString": "Empfohlene Maßnahme"
} ]
} ]
},
"sliceName": "recommended-action",
"id": "DiagnosticReport.extension:recommended-action"
}, {
"id": "DiagnosticReport.extension:genomic-risk-assessment",
"path": "DiagnosticReport.extension",
"short": "Genomische Risikobewertung",
"_short": {
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/translation",
"extension": [ {
"url": "lang",
"valueCode": "de-DE"
}, {
"url": "content",
"valueString": "Genomische Risikobewertung"
} ]
} ]
},
"sliceName": "genomic-risk-assessment",
"definition": "Referenz zu einer genomischen Risikobewertung",
"_definition": {
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/translation",
"extension": [ {
"url": "lang",
"valueCode": "de-DE"
}, {
"url": "content",
"valueString": "Referenz zu einer genomischen Risikobewertung"
} ]
} ]
},
"mustSupport": true
}, {
"id": "DiagnosticReport.extension:coded-note",
"path": "DiagnosticReport.extension",
"short": "Kodierte Anmerkung",
"_short": {
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/translation",
"extension": [ {
"url": "lang",
"valueCode": "de-DE"
}, {
"url": "content",
"valueString": "Kodierte Anmerkung"
} ]
} ]
},
"sliceName": "coded-note",
"definition": "Kodierte Anmerkungen zum genetischen Bericht",
"_definition": {
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/translation",
"extension": [ {
"url": "lang",
"valueCode": "de-DE"
}, {
"url": "content",
"valueString": "Kodierte Anmerkungen zum genetischen Bericht"
} ]
} ]
},
"mustSupport": true
}, {
"id": "DiagnosticReport.extension:supporting-info",
"path": "DiagnosticReport.extension",
"short": "Unterstützende Informationen",
"_short": {
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/translation",
"extension": [ {
"url": "lang",
"valueCode": "de-DE"
}, {
"url": "content",
"valueString": "Unterstützende Informationen"
} ]
} ]
},
"sliceName": "supporting-info",
"definition": "Zusätzliche unterstützende Informationen wie Familienanamnese oder Abrechnungsdaten",
"_definition": {
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/translation",
"extension": [ {
"url": "lang",
"valueCode": "de-DE"
}, {
"url": "content",
"valueString": "Zusätzliche unterstützende Informationen wie Familienanamnese oder Abrechnungsdaten"
} ]
} ]
},
"mustSupport": true
}, {
"id": "DiagnosticReport.extension:genomic-study",
"path": "DiagnosticReport.extension",
"short": "Genomische Studie",
"_short": {
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/translation",
"extension": [ {
"url": "lang",
"valueCode": "de-DE"
}, {
"url": "content",
"valueString": "Genomische Studie"
} ]
} ]
},
"sliceName": "genomic-study",
"definition": "Referenz zur zugehörigen genomischen Studie",
"_definition": {
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/translation",
"extension": [ {
"url": "lang",
"valueCode": "de-DE"
}, {
"url": "content",
"valueString": "Referenz zur zugehörigen genomischen Studie"
} ]
} ]
},
"mustSupport": true
}, {
"id": "DiagnosticReport.extension:workflow-relatedArtifact",
"path": "DiagnosticReport.extension",
"short": "Verknüpfte Artefakte",
"_short": {
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/translation",
"extension": [ {
"url": "lang",
"valueCode": "de-DE"
}, {
"url": "content",
"valueString": "Verknüpfte Artefakte"
} ]
} ]
},
"sliceName": "workflow-relatedArtifact",
"definition": "Verknüpfte Literatur oder andere Artefakte wie Zitationen",
"_definition": {
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/translation",
"extension": [ {
"url": "lang",
"valueCode": "de-DE"
}, {
"url": "content",
"valueString": "Verknüpfte Literatur oder andere Artefakte wie Zitationen"
} ]
} ]
},
"mustSupport": true
}, {
"path": "DiagnosticReport.status",
"definition": "Status des Befundberichts",
"short": "Status",
"_definition": {
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/translation",
"extension": [ {
"url": "lang",
"valueCode": "de-DE"
}, {
"url": "content",
"valueString": "Status des Befundberichts"
} ]
} ]
},
"mapping": [ {
"map": "mide-dataelement-1448",
"comment": "Berichtstatus",
"identity": "MII-KDS"
} ],
"mustSupport": true,
"_short": {
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/translation",
"extension": [ {
"url": "lang",
"valueCode": "de-DE"
}, {
"url": "content",
"valueString": "Status"
} ]
} ]
},
"alias": [ "Berichtstatus" ],
"id": "DiagnosticReport.status"
}, {
"path": "DiagnosticReport.subject",
"min": 1,
"definition": "Der Patient auf den sich der Befundbericht bezieht",
"short": "Patient",
"_definition": {
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/translation",
"extension": [ {
"url": "lang",
"valueCode": "de-DE"
}, {
"url": "content",
"valueString": "Der Patient auf den sich der Befundbericht bezieht"
} ]
} ]
},
"type": [ {
"code": "Reference",
"targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Patient", "http://hl7.org/fhir/StructureDefinition/Group" ]
} ],
"mustSupport": true,
"_short": {
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/translation",
"extension": [ {
"url": "lang",
"valueCode": "de-DE"
}, {
"url": "content",
"valueString": "Patient"
} ]
} ]
},
"id": "DiagnosticReport.subject"
}, {
"id": "DiagnosticReport.encounter",
"path": "DiagnosticReport.encounter",
"short": "Kontakt",
"_short": {
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/translation",
"extension": [ {
"url": "lang",
"valueCode": "de-DE"
}, {
"url": "content",
"valueString": "Kontakt"
} ]
} ]
},
"definition": "Der Kontakt in dessen Rahmen der Bericht erstellt wurde",
"_definition": {
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/translation",
"extension": [ {
"url": "lang",
"valueCode": "de-DE"
}, {
"url": "content",
"valueString": "Der Kontakt in dessen Rahmen der Bericht erstellt wurde"
} ]
} ]
},
"mustSupport": true
}, {
"path": "DiagnosticReport.issued",
"definition": "Datum und Uhrzeit der Freigabe des Berichts",
"short": "Freigabedatum",
"_definition": {
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/translation",
"extension": [ {
"url": "lang",
"valueCode": "de-DE"
}, {
"url": "content",
"valueString": "Datum und Uhrzeit der Freigabe des Berichts"
} ]
} ]
},
"mapping": [ {
"map": "mide-dataelement-1452",
"comment": "Datum des Berichtes",
"identity": "MII-KDS"
} ],
"mustSupport": true,
"_short": {
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/translation",
"extension": [ {
"url": "lang",
"valueCode": "de-DE"
}, {
"url": "content",
"valueString": "Freigabedatum"
} ]
} ]
},
"alias": [ "Datum des Berichtes", "Date Issued", "Date Verified" ],
"id": "DiagnosticReport.issued"
}, {
"path": "DiagnosticReport.performer",
"definition": "Das Labor oder die Institution die den Bericht erstellt hat",
"short": "Durchführende Stelle",
"_definition": {
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/translation",
"extension": [ {
"url": "lang",
"valueCode": "de-DE"
}, {
"url": "content",
"valueString": "Das Labor oder die Institution die den Bericht erstellt hat"
} ]
} ]
},
"mapping": [ {
"map": "mide-dataelement-1453",
"comment": "Labor / Institution/ Ansprechpartner",
"identity": "MII-KDS"
} ],
"mustSupport": true,
"_short": {
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/translation",
"extension": [ {
"url": "lang",
"valueCode": "de-DE"
}, {
"url": "content",
"valueString": "Durchführende Stelle"
} ]
} ]
},
"alias": [ "Labor / Institution/ Ansprechpartner", "Service", "Practitioner", "Department", "Company", "Authorized by", "Director" ],
"id": "DiagnosticReport.performer"
}, {
"path": "DiagnosticReport.resultsInterpreter",
"definition": "Die Person oder Organisation die die Ergebnisse interpretiert hat",
"short": "Befundinterpreter",
"_definition": {
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/translation",
"extension": [ {
"url": "lang",
"valueCode": "de-DE"
}, {
"url": "content",
"valueString": "Die Person oder Organisation die die Ergebnisse interpretiert hat"
} ]
} ]
},
"mapping": [ {
"map": "mide-dataelement-1453",
"comment": "Labor / Institution/ Ansprechpartner",
"identity": "MII-KDS"
} ],
"mustSupport": true,
"_short": {
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/translation",
"extension": [ {
"url": "lang",
"valueCode": "de-DE"
}, {
"url": "content",
"valueString": "Befundinterpreter"
} ]
} ]
},
"alias": [ "Labor / Institution/ Ansprechpartner", "Reported by" ],
"id": "DiagnosticReport.resultsInterpreter"
}, {
"id": "DiagnosticReport.specimen",
"path": "DiagnosticReport.specimen",
"short": "Probe",
"_short": {
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/translation",
"extension": [ {
"url": "lang",
"valueCode": "de-DE"
}, {
"url": "content",
"valueString": "Probe"
} ]
} ]
},
"definition": "Die untersuchte Probe",
"_definition": {
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/translation",
"extension": [ {
"url": "lang",
"valueCode": "de-DE"
}, {
"url": "content",
"valueString": "Die untersuchte Probe"
} ]
} ]
},
"mustSupport": true
}, {
"id": "DiagnosticReport.result",
"path": "DiagnosticReport.result",
"short": "Ergebnis",
"_short": {
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/translation",
"extension": [ {
"url": "lang",
"valueCode": "de-DE"
}, {
"url": "content",
"valueString": "Ergebnis"
} ]
} ]
},
"definition": "Referenzen zu den einzelnen Beobachtungsergebnissen",
"_definition": {
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/translation",
"extension": [ {
"url": "lang",
"valueCode": "de-DE"
}, {
"url": "content",
"valueString": "Referenzen zu den einzelnen Beobachtungsergebnissen"
} ]
} ]
},
"mustSupport": true
}, {
"path": "DiagnosticReport.result",
"definition": "Referenz zu diagnostischen Implikationen der genetischen Befunde",
"short": "Diagnostische Implikation",
"_definition": {
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/translation",
"extension": [ {
"url": "lang",
"valueCode": "de-DE"
}, {
"url": "content",
"valueString": "Referenz zu diagnostischen Implikationen der genetischen Befunde"
} ]
} ]
},
"type": [ {
"code": "Reference",
"targetProfile": [ "https://www.medizininformatik-initiative.de/fhir/ext/modul-molgen/StructureDefinition/diagnostische-implikation" ]
} ],
"mustSupport": true,
"_short": {
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/translation",
"extension": [ {
"url": "lang",
"valueCode": "de-DE"
}, {
"url": "content",
"valueString": "Diagnostische Implikation"
} ]
} ]
},
"sliceName": "diagnostic-implication",
"id": "DiagnosticReport.result:diagnostic-implication"
}, {
"path": "DiagnosticReport.result",
"definition": "Referenz zu therapeutischen Implikationen der genetischen Befunde",
"short": "Therapeutische Implikation",
"_definition": {
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/translation",
"extension": [ {
"url": "lang",
"valueCode": "de-DE"
}, {
"url": "content",
"valueString": "Referenz zu therapeutischen Implikationen der genetischen Befunde"
} ]
} ]
},
"type": [ {
"code": "Reference",
"targetProfile": [ "https://www.medizininformatik-initiative.de/fhir/ext/modul-molgen/StructureDefinition/therapeutische-implikation" ]
} ],
"mustSupport": true,
"_short": {
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/translation",
"extension": [ {
"url": "lang",
"valueCode": "de-DE"
}, {
"url": "content",
"valueString": "Therapeutische Implikation"
} ]
} ]
},
"sliceName": "therapeutic-implication",
"id": "DiagnosticReport.result:therapeutic-implication"
}, {
"path": "DiagnosticReport.result",
"definition": "Referenz zu gefundenen genetischen Varianten",
"short": "Variante",
"_definition": {
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/translation",
"extension": [ {
"url": "lang",
"valueCode": "de-DE"
}, {
"url": "content",
"valueString": "Referenz zu gefundenen genetischen Varianten"
} ]
} ]
},
"type": [ {
"code": "Reference",
"targetProfile": [ "https://www.medizininformatik-initiative.de/fhir/ext/modul-molgen/StructureDefinition/variante" ]
} ],
"mustSupport": true,
"_short": {
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/translation",
"extension": [ {
"url": "lang",
"valueCode": "de-DE"
}, {
"url": "content",
"valueString": "Variante"
} ]
} ]
},
"sliceName": "variant",
"id": "DiagnosticReport.result:variant"
}, {
"id": "DiagnosticReport.result:sequence-phase-relation",
"path": "DiagnosticReport.result",
"short": "Sequenz-Phasen-Beziehung",
"_short": {
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/translation",
"extension": [ {
"url": "lang",
"valueCode": "de-DE"
}, {
"url": "content",
"valueString": "Sequenz-Phasen-Beziehung"
} ]
} ]
},
"sliceName": "sequence-phase-relation",
"definition": "Referenz zu Sequenz-Phasen-Beziehungen",
"_definition": {
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/translation",
"extension": [ {
"url": "lang",
"valueCode": "de-DE"
}, {
"url": "content",
"valueString": "Referenz zu Sequenz-Phasen-Beziehungen"
} ]
} ]
},
"mustSupport": true
}, {
"path": "DiagnosticReport.result",
"definition": "Referenz zu Genotyp-Ergebnissen",
"short": "Genotyp",
"_definition": {
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/translation",
"extension": [ {
"url": "lang",
"valueCode": "de-DE"
}, {
"url": "content",
"valueString": "Referenz zu Genotyp-Ergebnissen"
} ]
} ]
},
"type": [ {
"code": "Reference",
"targetProfile": [ "https://www.medizininformatik-initiative.de/fhir/ext/modul-molgen/StructureDefinition/genotyp" ]
} ],
"mustSupport": true,
"_short": {
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/translation",
"extension": [ {
"url": "lang",
"valueCode": "de-DE"
}, {
"url": "content",
"valueString": "Genotyp"
} ]
} ]
},
"sliceName": "genotype",
"id": "DiagnosticReport.result:genotype"
}, {
"id": "DiagnosticReport.result:haplotype",
"path": "DiagnosticReport.result",
"short": "Haplotyp",
"_short": {
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/translation",
"extension": [ {
"url": "lang",
"valueCode": "de-DE"
}, {
"url": "content",
"valueString": "Haplotyp"
} ]
} ]
},
"sliceName": "haplotype",
"definition": "Referenz zu Haplotyp-Ergebnissen",
"_definition": {
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/translation",
"extension": [ {
"url": "lang",
"valueCode": "de-DE"
}, {
"url": "content",
"valueString": "Referenz zu Haplotyp-Ergebnissen"
} ]
} ]
},
"mustSupport": true
}, {
"id": "DiagnosticReport.result:biomarker",
"path": "DiagnosticReport.result",
"short": "Biomarker",
"_short": {
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/translation",
"extension": [ {
"url": "lang",
"valueCode": "de-DE"
}, {
"url": "content",
"valueString": "Biomarker"
} ]
} ]
},
"sliceName": "biomarker",
"definition": "Referenz zu molekularen Biomarkern wie TMB oder MSI",
"_definition": {
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/translation",
"extension": [ {
"url": "lang",
"valueCode": "de-DE"
}, {
"url": "content",
"valueString": "Referenz zu molekularen Biomarkern wie TMB oder MSI"
} ]
} ]
},
"mustSupport": true
}, {
"id": "DiagnosticReport.media",
"path": "DiagnosticReport.media",
"short": "Medien",
"_short": {
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/translation",
"extension": [ {
"url": "lang",
"valueCode": "de-DE"
}, {
"url": "content",
"valueString": "Medien"
} ]
} ]
},
"mapping": [ {
"map": "mide-dataelement-1698",
"comment": "Daten",
"identity": "MII-KDS"
}, {
"map": "mide-dataelement-1447",
"comment": "Anhänge",
"identity": "MII-KDS"
} ],
"definition": "Bilder oder andere Medien die zum Bericht gehören",
"_definition": {
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/translation",
"extension": [ {
"url": "lang",
"valueCode": "de-DE"
}, {
"url": "content",
"valueString": "Bilder oder andere Medien die zum Bericht gehören"
} ]
} ]
},
"mustSupport": true
}, {
"id": "DiagnosticReport.conclusion",
"path": "DiagnosticReport.conclusion",
"short": "Schlussfolgerung",
"_short": {
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/translation",
"extension": [ {
"url": "lang",
"valueCode": "de-DE"
}, {
"url": "content",
"valueString": "Schlussfolgerung"
} ]
} ]
},
"definition": "Textuelle Zusammenfassung der Befundergebnisse",
"_definition": {
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/translation",
"extension": [ {
"url": "lang",
"valueCode": "de-DE"
}, {
"url": "content",
"valueString": "Textuelle Zusammenfassung der Befundergebnisse"
} ]
} ]
},
"mustSupport": true
}, {
"id": "DiagnosticReport.conclusionCode",
"path": "DiagnosticReport.conclusionCode",
"short": "Schlussfolgerungscode",
"_short": {
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/translation",
"extension": [ {
"url": "lang",
"valueCode": "de-DE"
}, {
"url": "content",
"valueString": "Schlussfolgerungscode"
} ]
} ]
},
"definition": "Kodierte Schlussfolgerung des Befundes",
"_definition": {
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/translation",
"extension": [ {
"url": "lang",
"valueCode": "de-DE"
}, {
"url": "content",
"valueString": "Kodierte Schlussfolgerung des Befundes"
} ]
} ]
},
"mustSupport": true
} ]
},
"contact": [ {
"telecom": [ {
"value": "https://www.medizininformatik-initiative.de",
"system": "url"
} ]
} ],
"baseDefinition": "http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/genomic-report"
}