FHIR IG analytics
| Package | hl7.fhir.uv.fhircast.r4b |
| Resource Type | ValueSet |
| Id | ValueSet-FHIRcastLogoutReason.json |
| FHIR Version | R4B |
| Source | http://hl7.org/fhir/uv/fhircast/2024May/ValueSet-FHIRcastLogoutReason.html |
| URL | http://hl7.org/fhir/uv/fhircast/ValueSet/FHIRcastLogoutReason |
| Version | 3.0.0-ballot |
| Status | draft |
| Date | 2024-04-10T15:18:06+00:00 |
| Name | FHIRcastLogoutReason |
| Title | Reasons for sending a logout event. |
| Realm | uv |
| Authority | hl7 |
| Description | This valueset lists possible reasons a user logs out and send a logout event to other Subscribers. |
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": "FHIRcastLogoutReason",
"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/FHIRcastLogoutReason",
"version": "3.0.0-ballot",
"name": "FHIRcastLogoutReason",
"title": "Reasons for sending a logout 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 user logs out and send a logout event 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 logout."
},
{
"code": "system-initiated",
"display": "System initiated logout."
}
]
}
]
}
}