FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/safety

Packagehl7.fhir.uv.pocd
TypeCodeSystem
Idsafety
FHIR VersionR4
Sourcehttp://hl7.org/fhir/uv/pocd/https://build.fhir.org/ig/HL7/uv-pocd/CodeSystem-safety.html
URLhttp://hl7.org/fhir/uv/pocd/CodeSystem/safety
Versioncurrent
Statusdraft
Date2020-05-12
NameSafety
TitleSafety
Realmuv
Authorityhl7
DescriptionCodeSystem for IEEE 11073-10207 SafetyClassification
Contentcomplete

Resources that use this resource

ValueSet
safetySafety

Resources that this resource uses

No resources found


Narrative

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

This code system http://hl7.org/fhir/uv/pocd/CodeSystem/safety defines the following codes:

CodeDisplayDefinition
Inf InformationalThe descriptor and the related state information are intended to be used for information purposes only. They are not intended to be used in clinical functions.
MedA Medical Class AMedical Class A. The descriptor and related state information are intended to be used in clinical functions, specifically for general display in order to support patient and device monitoring. The displayed data is not intended to be used as sole source for diagnostic or therapeutic decisions. Deviations from this intended use are in the sole responsibility of the SERVICE CONSUMER.
MedB Medical Class BAThe descriptor and related state information are intended to be used in clinical functions. The manufacturer has specified and considered a specific intended use for the data, which could result in nonserious injury. Deviations from this intended use are in the sole responsibility of the SERVICE CONSUMER.
MedC Medical Class CThe descriptor and related state information are intended to be used in clinical functions. The manufacturer has specified and considered a specific intended use for the data, which could result in serious injury. Deviations from this intended use are in the sole responsibility of the SERVICE CONSUMER.

Source

{
  "resourceType": "CodeSystem",
  "id": "safety",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.org/fhir/uv/pocd/CodeSystem/safety",
  "version": "current",
  "name": "Safety",
  "title": "Safety",
  "status": "draft",
  "experimental": false,
  "date": "2020-05-12",
  "publisher": "HL7 International - Devices Work Group",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/Special/committees/healthcaredevices"
        }
      ]
    }
  ],
  "description": "CodeSystem for IEEE 11073-10207 SafetyClassification",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "caseSensitive": false,
  "content": "complete",
  "concept": [
    {
      "code": "Inf",
      "display": "Informational",
      "definition": "The descriptor and the related state information are intended to be used for information purposes only. They are not intended to be used in clinical functions."
    },
    {
      "code": "MedA",
      "display": "Medical Class A",
      "definition": "Medical Class A. The descriptor and related state information are intended to be used in clinical functions, specifically for general display in order to support patient and device monitoring. The displayed data is not intended to be used as sole source for diagnostic or therapeutic decisions. Deviations from this intended use are in the sole responsibility of the SERVICE CONSUMER."
    },
    {
      "code": "MedB",
      "display": "Medical Class B",
      "definition": "AThe descriptor and related state information are intended to be used in clinical functions. The manufacturer has specified and considered a specific intended use for the data, which could result in nonserious injury. Deviations from this intended use are in the sole responsibility of the SERVICE CONSUMER."
    },
    {
      "code": "MedC",
      "display": "Medical Class C",
      "definition": "The descriptor and related state information are intended to be used in clinical functions. The manufacturer has specified and considered a specific intended use for the data, which could result in serious injury. Deviations from this intended use are in the sole responsibility of the SERVICE CONSUMER."
    }
  ]
}