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

FHIR IG Statistics: CodeSystem/rtlsMessageEvents

Packagehl7.fhir.uv.rtls
TypeCodeSystem
IdrtlsMessageEvents
FHIR VersionR4
Sourcehttp://hl7.org/fhir/uv/rtls/https://build.fhir.org/ig/HL7/rtls-ig/CodeSystem-rtlsMessageEvents.html
URLhttp://hl7.org/fhir/uv/rtls/CodeSystem/rtlsMessageEvents
Version1.0.0-ballot
Statusdraft
Date2022-10-12
NameRTLSMessageEvents
TitleRTLS Message Events
Realmuv
Authorityhl7
DescriptionCode System listing codes for all types of RTLS messaging events
Contentcomplete

Resources that use this resource

ValueSet
rtlsMessageEventsRTLS Message Events Valueset

Resources that this resource uses

No resources found


Narrative

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:

CodeDisplayDefinition
enroll-tag Enroll TagUsed to describe when a subscriber wants to receive notifications about a specific tag.
unenroll-tag Unenroll TagUsed to describe when a subscriber no longer wants to receive notifications about a specific tag.
location-update Location UpdateUsed to describe when a specific tag has an updated location.
staff-duress Staff DuressUsed when a user requires assistance pertaining to a security incident or threat; this function sends a distress signal that will notify nearby security members.

Source

{
  "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-ballot",
  "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://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 when a user requires assistance pertaining to a security incident or threat; this function sends a distress signal that will notify nearby security members."
    }
  ]
}