FHIR IG analytics| Package | hl7.fhir.uv.rtls.r4b |
| Resource Type | CodeSystem |
| Id | CodeSystem-rtlsMessageEvents.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem rtlsMessageEvents
This case-sensitive code system http://hl7.org/fhir/uv/rtls/CodeSystem/rtlsMessageEvents defines the following codes:
{
"resourceType": "CodeSystem",
"id": "rtlsMessageEvents",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "pa"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode": "informative",
"_valueCode": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
"valueCanonical": "http://hl7.org/fhir/uv/rtls/ImplementationGuide/hl7.fhir.uv.rtls"
}
]
}
}
],
"url": "http://hl7.org/fhir/uv/rtls/CodeSystem/rtlsMessageEvents",
"version": "1.0.0-ballot2",
"name": "RTLSMessageEvents",
"title": "RTLS Message Events",
"status": "draft",
"experimental": true,
"date": "2022-10-12",
"publisher": "HL7 International / Patient Administration",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "http://www.hl7.org/Special/committees/pafm"
}
]
}
],
"description": "Code System listing codes for all types of RTLS messaging events",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001"
}
]
}
],
"caseSensitive": true,
"content": "complete",
"concept": [
{
"code": "enroll-tag",
"display": "Enroll Tag",
"definition": "Used to describe when a subscriber wants to receive notifications about a specific tag."
},
{
"code": "unenroll-tag",
"display": "Unenroll Tag",
"definition": "Used to describe when a subscriber no longer wants to receive notifications about a specific tag."
},
{
"code": "location-update",
"display": "Location Update",
"definition": "Used to describe when a specific tag has an updated location."
},
{
"code": "staff-duress",
"display": "Staff Duress",
"definition": "Used to describe when a staff member is in duress."
}
]
}