Sha256: 65b2a8b0281b1f026e3f5a612e7e52d00b572117d2579b63c1f8af35aed80613
Contents?: true
Size: 1.86 KB
Versions: 7
Compression:
Stored size: 1.86 KB
Contents
{ "resourceType": "CodeSystem", "id": "subscription-status", "meta": { "lastUpdated": "2019-11-01T09:29:23.356+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.4.503" } ], "version": "4.0.1", "name": "SubscriptionStatus", "title": "SubscriptionStatus", "status": "draft", "experimental": false, "date": "2019-11-01T09:29:23+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
7 entries across 7 versions & 1 rubygems