FHIR IG analytics| Package | de.medizininformatikinitiative.kerndatensatz.molgen |
| Resource Type | SearchParameter |
| Id | SearchParameter-mii-sp-molgen-diagnostic-report-genomic-study.json |
| FHIR Version | R4 |
| Source | https://medizininformatik-initiative.github.io/kerndatensatzmodul-GenetischeTests/2027.0.0-ballot.rc2/SearchParameter-mii-sp-molgen-diagnostic-report-genomic-study.html |
| URL | https://www.medizininformatik-initiative.de/fhir/ext/modul-molgen/SearchParameter/DiagnosticReport-GenomicStudy |
| Version | 2027.0.0-ballot.rc2 |
| Status | active |
| Date | 2024-11-08 |
| Name | SP_MII_MolGen_DiagnosticReport_GenomicStudy |
| Realm | de |
| Description | Finds the reports produced by a given genomic study, which is the link from the clinical report back to the investigation behind it. The reference sits in the genomic-study-reference extension; DiagnosticReport has no base search parameter for it. |
| Type | reference |
| CapabilityStatement | ||
| de.medizininformatikinitiative.kerndatensatz.molgen#2027.0.0-ballot.rc2 | metadata | MII CPS MolGen CapabilityStatement |
No resources found
Note: links and images are rebased to the (stated) source
English
Generated Narrative: SearchParameter mii-sp-molgen-diagnostic-report-genomic-study
Parameter genomic-study:reference
Finds the reports produced by a given genomic study, which is the link from the clinical report back to the investigation behind it. The reference sits in the genomic-study-reference extension; DiagnosticReport has no base search parameter for it.
| Resource | DiagnosticReport |
| Expression | DiagnosticReport.extension.where(url='http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/genomic-study-reference').value |
| Target Resources | Procedure |
| Multiples |
|
German
Generated Narrative: SearchParameter mii-sp-molgen-diagnostic-report-genomic-study
Parameter genomic-study:reference
Finds the reports produced by a given genomic study, which is the link from the clinical report back to the investigation behind it. The reference sits in the genomic-study-reference extension; DiagnosticReport has no base search parameter for it.
| Resource | DiagnosticReport |
| Expression | DiagnosticReport.extension.where(url='http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/genomic-study-reference').value |
| Target Resources | Procedure |
| Multiples |
|
{
"resourceType": "SearchParameter",
"id": "mii-sp-molgen-diagnostic-report-genomic-study",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "https://www.medizininformatik-initiative.de/fhir/ext/modul-molgen/SearchParameter/DiagnosticReport-GenomicStudy",
"version": "2027.0.0-ballot.rc2",
"name": "SP_MII_MolGen_DiagnosticReport_GenomicStudy",
"status": "active",
"experimental": false,
"date": "2024-11-08",
"publisher": "Medizininformatik-Initiative",
"_publisher": {
"extension": [
{
"extension": [
{
"url": "lang",
"valueCode": "de"
},
{
"url": "content",
"valueString": "Medizininformatik-Initiative"
}
],
"url": "http://hl7.org/fhir/StructureDefinition/translation"
}
]
},
"contact": [
{
"name": "Medizininformatik-Initiative",
"telecom": [
{
"system": "url",
"value": "https://www.medizininformatik-initiative.de/"
},
{
"system": "email",
"value": "info@medizininformatik-initiative.de"
}
]
}
],
"description": "Finds the reports produced by a given genomic study, which is the link from the clinical report back to the investigation behind it. The reference sits in the genomic-study-reference extension; DiagnosticReport has no base search parameter for it.",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "DE",
"display": "Germany"
}
]
}
],
"code": "genomic-study",
"base": [
"DiagnosticReport"
],
"type": "reference",
"expression": "DiagnosticReport.extension.where(url='http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/genomic-study-reference').value",
"target": [
"Procedure"
]
}