FHIR IG analytics
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
Source1
{
"resourceType": "ValueSet",
"id": "FHIRcastHibernateReason",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"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."
}
]
}
]
}
}