FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.rtls.r4b
Resource TypeCodeSystem
IdCodeSystem-rtlsMessageEvents.json
FHIR VersionR4B

Resources that use this resource

No resources found


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 to describe when a staff member is in duress.

Source1

{
  "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."
    }
  ]
}