FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagede.medizininformatikinitiative.kerndatensatz.molgen
Resource TypeSearchParameter
IdSearchParameter-mii-sp-molgen-genomic-study-analysis-device.json
FHIR VersionR4
Sourcehttps://medizininformatik-initiative.github.io/kerndatensatzmodul-GenetischeTests/2027.0.0-ballot.rc2/SearchParameter-mii-sp-molgen-genomic-study-analysis-device.html
URLhttps://www.medizininformatik-initiative.de/fhir/ext/modul-molgen/SearchParameter/GenomicStudyAnalysis-Device
Version2027.0.0-ballot.rc2
Statusactive
Date2024-11-08
NameSP_MII_MolGen_GenomicStudyAnalysis_Device
Realmde
DescriptionFinds analyses run on a given sequencer or analytical device, for tracing results back to the instrument that produced them. The device sits in the genomic-study-analysis-device extension, not in Procedure.
Typereference

Resources that use this resource

CapabilityStatement
de.medizininformatikinitiative.kerndatensatz.molgen#2027.0.0-ballot.rc2metadataMII CPS MolGen CapabilityStatement

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source


English


Generated Narrative: SearchParameter mii-sp-molgen-genomic-study-analysis-device

SP_MII_MolGen_GenomicStudyAnalysis_Device

Parameter device:reference

Finds analyses run on a given sequencer or analytical device, for tracing results back to the instrument that produced them. The device sits in the genomic-study-analysis-device extension, not in Procedure.

ResourceProcedure
ExpressionProcedure.extension.where(url='http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/genomic-study-analysis-device').value
Target ResourcesDevice
Multiples
  • multipleAnd: It's up to the server whether the parameter may repeat in order to specify multiple values that must all be true
  • multipleOr: It's up to the server whether the parameter can have multiple values (separated by comma) where at least one must be true

German


Generated Narrative: SearchParameter mii-sp-molgen-genomic-study-analysis-device

SP_MII_MolGen_GenomicStudyAnalysis_Device

Parameter device:reference

Finds analyses run on a given sequencer or analytical device, for tracing results back to the instrument that produced them. The device sits in the genomic-study-analysis-device extension, not in Procedure.

ResourceProcedure
ExpressionProcedure.extension.where(url='http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/genomic-study-analysis-device').value
Target ResourcesDevice
Multiples
  • multipleAnd: It's up to the server whether the parameter may repeat in order to specify multiple values that must all be true
  • multipleOr: It's up to the server whether the parameter can have multiple values (separated by comma) where at least one must be true

Source1

{
  "resourceType": "SearchParameter",
  "id": "mii-sp-molgen-genomic-study-analysis-device",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://www.medizininformatik-initiative.de/fhir/ext/modul-molgen/SearchParameter/GenomicStudyAnalysis-Device",
  "version": "2027.0.0-ballot.rc2",
  "name": "SP_MII_MolGen_GenomicStudyAnalysis_Device",
  "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 analyses run on a given sequencer or analytical device, for tracing results back to the instrument that produced them. The device sits in the genomic-study-analysis-device extension, not in Procedure.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "DE",
          "display": "Germany"
        }
      ]
    }
  ],
  "code": "device",
  "base": [
    "Procedure"
  ],
  "type": "reference",
  "expression": "Procedure.extension.where(url='http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/genomic-study-analysis-device').value",
  "target": [
    "Device"
  ]
}