Sha256: 151a15a2e1c44bc4fa8bb54828597d408f6dce75da8cae38e347f61edd05b8a7
Contents?: true
Size: 1.87 KB
Versions: 3
Compression:
Stored size: 1.87 KB
Contents
{ "resourceType": "CodeSystem", "id": "flag-status", "meta": { "lastUpdated": "2018-12-27T22:37:54.724+11:00" }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", "valueCode": "pc" }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", "valueCode": "trial-use" }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", "valueInteger": 1 } ], "url": "http://hl7.org/fhir/flag-status", "identifier": [ { "system": "urn:ietf:rfc:3986", "value": "urn:oid:2.16.840.1.113883.4.642.1.121" } ], "version": "4.0.0", "name": "FlagStatus", "title": "FlagStatus", "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": "Indicates whether this flag is active and needs to be displayed to a user, or whether it is no longer needed or was entered in error.", "caseSensitive": true, "valueSet": "http://hl7.org/fhir/ValueSet/flag-status", "content": "complete", "concept": [ { "code": "active", "display": "Active", "definition": "A current flag that should be displayed to a user. A system may use the category to determine which user roles should view the flag." }, { "code": "inactive", "display": "Inactive", "definition": "The flag no longer needs to be displayed." }, { "code": "entered-in-error", "display": "Entered in Error", "definition": "The flag was added in error and should no longer be displayed." } ] }
Version data entries
3 entries across 3 versions & 1 rubygems