Sha256: babcb8ed708573b69564880d190d674ab6657d878a1fd5dc2e67df4d957d8484
Contents?: true
Size: 1.86 KB
Versions: 3
Compression:
Stored size: 1.86 KB
Contents
{ "resourceType": "CodeSystem", "id": "subscription-status", "meta": { "lastUpdated": "2018-12-27T22:37:54.724+11:00" }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", "valueCode": "fhir" }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", "valueCode": "trial-use" }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", "valueInteger": 3 } ], "url": "http://hl7.org/fhir/subscription-status", "identifier": [ { "system": "urn:ietf:rfc:3986", "value": "urn:oid:2.16.840.1.113883.4.642.1.503" } ], "version": "4.0.0", "name": "SubscriptionStatus", "title": "SubscriptionStatus", "status": "draft", "experimental": false, "date": "2018-12-27T22:37:54+11:00", "publisher": "HL7 (FHIR Project)", "contact": [ { "telecom": [ { "system": "url", "value": "http://hl7.org/fhir" }, { "system": "email", "value": "fhir@lists.hl7.org" } ] } ], "description": "The status of a subscription.", "caseSensitive": true, "valueSet": "http://hl7.org/fhir/ValueSet/subscription-status", "content": "complete", "concept": [ { "code": "requested", "display": "Requested", "definition": "The client has requested the subscription, and the server has not yet set it up." }, { "code": "active", "display": "Active", "definition": "The subscription is active." }, { "code": "error", "display": "Error", "definition": "The server has an error executing the notification." }, { "code": "off", "display": "Off", "definition": "Too many errors have occurred or the subscription has expired." } ] }
Version data entries
3 entries across 3 versions & 1 rubygems