Sha256: 89855785ccb8298e9f4cd3aaae6c362ffd544a348a43f9c865f3e47c1b2d3497
Contents?: true
Size: 1.35 KB
Versions: 3
Compression:
Stored size: 1.35 KB
Contents
{ "resourceType": "CodeSystem", "id": "cdshooks-indicator", "meta": { "lastUpdated": "2018-12-27T22:37:54.724+11:00", "profile": [ "http://hl7.org/fhir/StructureDefinition/shareablecodesystem" ] }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", "valueCode": "vocab" } ], "url": "http://cds-hooks.hl7.org/CodeSystem/indicator", "identifier": [ { "system": "urn:ietf:rfc:3986", "value": "urn:oid:2.16.840.1.113883.4.642.1.1066" } ], "version": "4.0.0", "name": "Indicator", "status": "draft", "experimental": false, "publisher": "FHIR Project team", "contact": [ { "telecom": [ { "system": "url", "value": "http://hl7.org/fhir" } ] } ], "description": "This value set captures the set of indicator codes defined by the CDS Hooks specification.", "caseSensitive": true, "valueSet": "http://hl7.org/fhir/ValueSet/cdshooks-indicator", "content": "complete", "concept": [ { "code": "info", "display": "The response is informational" }, { "code": "warning", "display": "The response is a warning" }, { "code": "critical", "display": "The response is critical and indicates the workflow should not be allowed to proceed" } ] }
Version data entries
3 entries across 3 versions & 1 rubygems