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

FHIR IG Statistics: CodeSystem/fhircast-codesystem

Packagehl7.fhir.uv.fhircast
TypeCodeSystem
Idfhircast-codesystem
FHIR VersionR4
Sourcehttp://hl7.org/fhir/uv/fhircast/https://build.fhir.org/ig/HL7/fhircast-docs/CodeSystem-fhircast-codesystem.html
URLhttp://hl7.org/fhir/uv/fhircast/CodeSystem/fhircast-codesystem
Version3.0.0
Statusactive
Date2025-07-15T13:55:24+00:00
NameFHIRcastCodeSystem
TitleFHIRcast related Terminology.
Realmuv
Authorityhl7
DescriptionThis codesystem defines terminology that is used within the FHIRcast specification.
Contentcomplete

Resources that use this resource

ValueSet
FHIRcastHibernateReasonReasons for sending a userHibernate event.
FHIRcastLogoutReasonReasons for sending a logout event.

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem fhircast-codesystem

This case-sensitive code system http://hl7.org/fhir/uv/fhircast/CodeSystem/fhircast-codesystem defines the following codes:

CodeDisplayDefinition
user-initiated User initiated action.The user initiated the action.
system-timeout System initiated action due to timeoutThe system on which the Subscriber running has reached a pre-specified length of inactivity such that it is initiating the logout.
system-initiated System initiated actionThe system on which the Subscriber running is initiating the action for a reason other than timeout.

Source

{
  "resourceType": "CodeSystem",
  "id": "fhircast-codesystem",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 4
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "inm"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use",
      "_valueCode": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/uv/fhircast/ImplementationGuide/hl7.fhir.uv.fhircast"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/uv/fhircast/CodeSystem/fhircast-codesystem",
  "version": "3.0.0",
  "name": "FHIRcastCodeSystem",
  "title": "FHIRcast related Terminology.",
  "status": "active",
  "experimental": false,
  "date": "2025-07-15T13:55:24+00:00",
  "publisher": "HL7 International / Infrastructure And Messaging",
  "contact": [
    {
      "name": "HL7 International / Infrastructure And Messaging",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/inm"
        },
        {
          "system": "email",
          "value": "inm@lists.HL7.org"
        }
      ]
    },
    {
      "name": "HL7 International / Infrastructure And Messaging",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/inm"
        },
        {
          "system": "email",
          "value": "inm@lists.HL7.org"
        }
      ]
    }
  ],
  "description": "This codesystem defines terminology that is used within the FHIRcast specification.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "content": "complete",
  "count": 3,
  "concept": [
    {
      "code": "user-initiated",
      "display": "User initiated action.",
      "definition": "The user initiated the action."
    },
    {
      "code": "system-timeout",
      "display": "System initiated action due to timeout",
      "definition": "The system on which the Subscriber running has reached a pre-specified length of inactivity such that it is initiating the logout."
    },
    {
      "code": "system-initiated",
      "display": "System initiated action",
      "definition": "The system on which the Subscriber running is initiating the action for a reason other than timeout."
    }
  ]
}