Sha256: 741480388ff729058b3f2520c1443d59771029a85854afd22163d80af5c64c59
Contents?: true
Size: 1.78 KB
Versions: 3
Compression:
Stored size: 1.78 KB
Contents
{ "resourceType": "CodeSystem", "id": "action-condition-kind", "meta": { "lastUpdated": "2018-12-27T22:37:54.724+11:00" }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", "valueCode": "cds" }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", "valueCode": "trial-use" }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", "valueInteger": 2 } ], "url": "http://hl7.org/fhir/action-condition-kind", "identifier": [ { "system": "urn:ietf:rfc:3986", "value": "urn:oid:2.16.840.1.113883.4.642.1.816" } ], "version": "4.0.0", "name": "ActionConditionKind", "title": "ActionConditionKind", "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": "Defines the kinds of conditions that can appear on actions.", "caseSensitive": true, "valueSet": "http://hl7.org/fhir/ValueSet/action-condition-kind", "content": "complete", "concept": [ { "code": "applicability", "display": "Applicability", "definition": "The condition describes whether or not a given action is applicable." }, { "code": "start", "display": "Start", "definition": "The condition is a starting condition for the action." }, { "code": "stop", "display": "Stop", "definition": "The condition is a stop, or exit condition for the action." } ] }
Version data entries
3 entries across 3 versions & 1 rubygems