FHIRcast, published by HL7 International / Infrastructure And Messaging. This guide is not an authorized publication; it is the continuous build for version 3.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhircast-docs/ and changes regularly. See the Directory of published versions
Draft as of 2024-10-11 |
{
"resourceType" : "ValueSet",
"id" : "FHIRcastHibernateReason",
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet FHIRcastHibernateReason</b></p><a name=\"FHIRcastHibernateReason\"> </a><a name=\"hcFHIRcastHibernateReason\"> </a><a name=\"FHIRcastHibernateReason-en-US\"> </a><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-10-11T15:13:08+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-initiated",
"display" : "System initiated hibernation."
}
]
}
]
}
}