FHIR IG Statistics: ValueSet/FHIRcastHibernateReason
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
- Include these codes as defined in
http://hl7.org/fhir/uv/fhircast/CodeSystem/fhircast-codesystem
Code | Display | Definition |
user-initiated | User initiated hibernate. | The user initiated the action. |
system-timeout | System initiated logout due to a timeout. | The 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 logout for reason other than timeout. | The system on which the Subscriber running is initiating the action for a reason other than timeout. |
Source
{
"resourceType": "ValueSet",
"id": "FHIRcastHibernateReason",
"text": {
"status": "extensions",
"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/ValueSet/FHIRcastHibernateReason",
"version": "3.0.0",
"name": "FHIRcastHibernateReason",
"title": "Reasons for sending a userHibernate event.",
"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 ValueSet lists possible reasons a hibernate event is send to other Subscribers.",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001"
}
]
}
],
"compose": {
"include": [
{
"system": "http://hl7.org/fhir/uv/fhircast/CodeSystem/fhircast-codesystem",
"concept": [
{
"code": "user-initiated",
"display": "User initiated hibernate."
},
{
"code": "system-timeout",
"display": "System initiated logout due to a timeout."
},
{
"code": "system-initiated",
"display": "System initiated logout for reason other than timeout."
}
]
}
]
}
}