This page is part of the FHIRcast (v3.0.0-ballot: STU3 (v3.0.0) Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 2.0.0. For a full list of available versions, see the Directory of published versions
Draft as of 2024-04-10 |
{
"resourceType" : "ValueSet",
"id" : "FHIRcastHibernateReason",
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"CodeSystem-fhircast-codesystem.html\"><code>http://hl7.org/fhir/uv/fhircast/CodeSystem/fhircast-codesystem</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"CodeSystem-fhircast-codesystem.html#fhircast-codesystem-user-initiated\">user-initiated</a></td><td>User initiated hibernate.</td><td>The user initiated the action.</td></tr><tr><td><a href=\"CodeSystem-fhircast-codesystem.html#fhircast-codesystem-system-initiated\">system-initiated</a></td><td>System initiated hibernation.</td><td>The system on which the Subscriber running is initiating the action.</td></tr></table></li></ul></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode" : "inm"
}
],
"url" : "http://hl7.org/fhir/uv/fhircast/ValueSet/FHIRcastHibernateReason",
"version" : "3.0.0-ballot",
"name" : "FHIRcastHibernateReason",
"title" : "Reasons for sending a userHibernate event.",
"status" : "draft",
"experimental" : false,
"date" : "2024-04-10T15:18:06+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"
}
]
}
],
"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-initiated",
"display" : "System initiated hibernation."
}
]
}
]
}
}