FHIR IG Statistics: ValueSet/absent-or-unknown-devices-uv-ips
Package | HIE2.packages |
Type | ValueSet |
Id | absent-or-unknown-devices-uv-ips |
FHIR Version | R4 |
Source | https://simplifier.net/resolve?scope=HIE2.packages@0.1.1&canonical=http://hl7.org/fhir/uv/ips/ValueSet/absent-or-unknown-devices-uv-ips |
URL | http://hl7.org/fhir/uv/ips/ValueSet/absent-or-unknown-devices-uv-ips |
Version | 1.0.0 |
Status | active |
Date | 2022-01-04T10:19:32.1427861+00:00 |
Name | NoDevicesInfoUvIps |
Title | Absent or Unknown Devices - IPS |
Realm | uv |
Authority | hl7 |
Description | Absent or Unknown Devices |
Copyright | Produced by HL7 under the terms of HL7® Governance and Operations Manual relating to Intellectual Property (Section 16), specifically its copyright, trademark and patent provisions. This document is licensed under Creative Commons 'No Rights Reserved' (CC0). |
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
Absent or Unknown Devices - IPS
Absent or Unknown Devices
Copyright Statement: Produced by HL7 under the terms of HL7® Governance and Operations Manual relating to Intellectual Property (Section 16), specifically its copyright, trademark and patent provisions. This document is licensed under Creative Commons 'No Rights Reserved' (CC0).
- Include these codes as defined in
http://hl7.org/fhir/uv/ips/CodeSystem/absent-unknown-uv-ips
Code | Display |
no-device-info | No information about device | There is no information available regarding implanted or external devices for the subject. |
no-known-devices | No known devices in use | There are no devices known to be implanted in or used by the subject that have to be reported in this record. This can mean either that there are none known, or that those known are not relevant for the purpose of this record. |
Source
{
"resourceType": "ValueSet",
"id": "absent-or-unknown-devices-uv-ips",
"meta": {
"lastUpdated": "2022-01-04T10:19:31.919+00:00",
"profile": [
"http://hl7.org/fhir/StructureDefinition/shareablevalueset"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://hl7.org/fhir/uv/ips/ValueSet/absent-or-unknown-devices-uv-ips",
"identifier": [
{
"use": "official",
"system": "http://art-decor.org/ns/oids/vs",
"value": "2.16.840.1.113883.11.22.61"
}
],
"version": "1.0.0",
"name": "NoDevicesInfoUvIps",
"title": "Absent or Unknown Devices - IPS",
"status": "active",
"experimental": false,
"date": "2022-01-04T10:19:32.1427861+00:00",
"publisher": "Health Level Seven International - Patient Care Work Group",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "http://www.hl7.org/Special/committees/patientcare"
}
]
}
],
"description": "Absent or Unknown Devices",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001"
}
]
}
],
"immutable": false,
"copyright": "Produced by HL7 under the terms of HL7® Governance and Operations Manual relating to Intellectual Property (Section 16), specifically its copyright, trademark and patent provisions. This document is licensed under Creative Commons 'No Rights Reserved' (CC0).",
"compose": {
"include": [
{
"system": "http://hl7.org/fhir/uv/ips/CodeSystem/absent-unknown-uv-ips",
"concept": [
{
"code": "no-device-info",
"display": "No information about device"
},
{
"code": "no-known-devices",
"display": "No known devices in use"
}
]
}
]
}
}