Sha256: 98cfe922cc75bf8c1195515dbde6a3c8dd22dd590f623e6febdc27ce0ab8bfea
Contents?: true
Size: 1.91 KB
Versions: 7
Compression:
Stored size: 1.91 KB
Contents
{ "resourceType": "CodeSystem", "id": "list-mode", "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", "valueCode": "sd" }, { "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/list-mode", "identifier": [ { "system": "urn:ietf:rfc:3986", "value": "urn:oid:2.16.840.1.113883.4.642.4.319" } ], "version": "4.0.1", "name": "ListMode", "title": "ListMode", "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 processing mode that applies to this list.", "caseSensitive": true, "valueSet": "http://hl7.org/fhir/ValueSet/list-mode", "content": "complete", "concept": [ { "code": "working", "display": "Working List", "definition": "This list is the master list, maintained in an ongoing fashion with regular updates as the real world list it is tracking changes." }, { "code": "snapshot", "display": "Snapshot List", "definition": "This list was prepared as a snapshot. It should not be assumed to be current." }, { "code": "changes", "display": "Change List", "definition": "A point-in-time list that shows what changes have been made or recommended. E.g. a discharge medication list showing what was added and removed during an encounter." } ] }
Version data entries
7 entries across 7 versions & 1 rubygems