| Package | hl7.fhir.uv.pocd |
| Resource Type | CodeSystem |
| Id | operating-mode |
| FHIR Version | R4 |
| Source | http://hl7.org/fhir/uv/pocd/https://build.fhir.org/ig/HL7/uv-pocd/CodeSystem-operating-mode.html |
| URL | http://hl7.org/fhir/uv/pocd/CodeSystem/operating-mode |
| Version | current |
| Status | draft |
| Date | 2020-05-12 |
| Name | OperatingMode |
| Title | Operating mode |
| Realm | uv |
| Authority | hl7 |
| Description | CodeSystem for IEEE 11073-10207 MdsState/OperatingMode |
| Content | complete |
| ValueSet | |
| operating-mode | Operating Mode |
No resources found
Note: links and images are rebased to the (stated) source
This code system http://hl7.org/fhir/uv/pocd/CodeSystem/operating-mode defines the following codes:
{
"resourceType": "CodeSystem",
"id": "operating-mode",
"meta": {
"profile": [
"http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://hl7.org/fhir/uv/pocd/CodeSystem/operating-mode",
"version": "current",
"name": "OperatingMode",
"title": "Operating mode",
"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 MdsState/OperatingMode",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001"
}
]
}
],
"caseSensitive": false,
"content": "complete",
"concept": [
{
"code": "Nml",
"display": "Normal",
"definition": "The POC MEDICAL DEVICE operates in a mode that supports the fulfillment of its clinical functions."
},
{
"code": "Dmo",
"display": "Demo",
"definition": "The POC MEDICAL DEVICE operates in a mode that is intended for demonstration purposes only. Arbitrary values are generated."
},
{
"code": "Srv",
"display": "Service",
"definition": "The POC MEDICAL DEVICE operates in a mode that is intended for services purposes only."
},
{
"code": "Mtn",
"display": "Maintenance",
"definition": "Maintenance. The POC MEDICAL DEVICE operates in a mode that is intended for maintenance purposes only."
}
]
}