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

FHIR IG analytics

Packagech.fhir.ig.ch-emr
Resource TypeCodeSystem
IdCodeSystem-ch-emr-mri-safety-status-cs.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/hl7ch/ch-emr/CodeSystem-ch-emr-mri-safety-status-cs.html
URLhttp://fhir.ch/ig/ch-emr/CodeSystem/ch-emr-mri-safety-status-cs
Version1.0.0-ballot
Statusactive
Date2026-05-26
NameChEmrMriSafetyStatusCS
TitleCH EMR MRI Safety Status
Realmch
Authorityhl7
DescriptionSafety classification of a medical device in the magnetic resonance imaging (MRI) environment. Semantics aligned with ASTM F2503 (Standard Practice for Marking Medical Devices and Other Items for Safety in the Magnetic Resonance Environment). Defined locally because SNOMED CT International does not currently publish dedicated qualifier-value concepts for these classifications.
CopyrightCC0-1.0
Contentcomplete

Resources that use this resource

ValueSet
ch.fhir.ig.ch-emr#currentch-emr-mri-safety-status-vsCH EMR MRI Safety Status

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem ch-emr-mri-safety-status-cs

This case-sensitive code system http://fhir.ch/ig/ch-emr/CodeSystem/ch-emr-mri-safety-status-cs defines the following codes:

CodeDisplayDefinition
mr-safe MR SafeAn item that poses no known hazards resulting from exposure to any MR environment (ASTM F2503).
mr-conditional MR ConditionalAn item that has been demonstrated to pose no known hazards in a specified MR environment with specified conditions of use (ASTM F2503).
mr-unsafe MR UnsafeAn item that poses unacceptable risks to the patient, medical staff, or other persons within the MR environment (ASTM F2503).

Source1

{
  "resourceType": "CodeSystem",
  "id": "ch-emr-mri-safety-status-cs",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://fhir.ch/ig/ch-emr/CodeSystem/ch-emr-mri-safety-status-cs",
  "version": "1.0.0-ballot",
  "name": "ChEmrMriSafetyStatusCS",
  "title": "CH EMR MRI Safety Status",
  "status": "active",
  "experimental": false,
  "date": "2026-05-26",
  "publisher": "HL7 Switzerland",
  "contact": [
    {
      "name": "HL7 Switzerland",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.hl7.ch/"
        }
      ]
    }
  ],
  "description": "Safety classification of a medical device in the magnetic resonance imaging (MRI) environment. Semantics aligned with ASTM F2503 (Standard Practice for Marking Medical Devices and Other Items for Safety in the Magnetic Resonance Environment). Defined locally because SNOMED CT International does not currently publish dedicated qualifier-value concepts for these classifications.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "CHE"
        }
      ]
    }
  ],
  "copyright": "CC0-1.0",
  "caseSensitive": true,
  "content": "complete",
  "count": 3,
  "concept": [
    {
      "code": "mr-safe",
      "display": "MR Safe",
      "definition": "An item that poses no known hazards resulting from exposure to any MR environment (ASTM F2503)."
    },
    {
      "code": "mr-conditional",
      "display": "MR Conditional",
      "definition": "An item that has been demonstrated to pose no known hazards in a specified MR environment with specified conditions of use (ASTM F2503)."
    },
    {
      "code": "mr-unsafe",
      "display": "MR Unsafe",
      "definition": "An item that poses unacceptable risks to the patient, medical staff, or other persons within the MR environment (ASTM F2503)."
    }
  ]
}