Sha256: 171cd623687e6423bd25941efe611a7f0a6b790460af7ce24363b22d85369db3
Contents?: true
Size: 1.64 KB
Versions: 3
Compression:
Stored size: 1.64 KB
Contents
{ "resourceType": "CodeSystem", "id": "consent-provision-type", "meta": { "lastUpdated": "2018-12-27T22:37:54.724+11:00" }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", "valueCode": "cbcc" }, { "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/consent-provision-type", "identifier": [ { "system": "urn:ietf:rfc:3986", "value": "urn:oid:2.16.840.1.113883.4.642.1.758" } ], "version": "4.0.0", "name": "ConsentProvisionType", "title": "ConsentProvisionType", "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": "How a rule statement is applied, such as adding additional consent or removing consent.", "caseSensitive": true, "valueSet": "http://hl7.org/fhir/ValueSet/consent-provision-type", "content": "complete", "concept": [ { "code": "deny", "display": "Opt Out", "definition": "Consent is denied for actions meeting these rules." }, { "code": "permit", "display": "Opt In", "definition": "Consent is provided for actions meeting these rules." } ] }
Version data entries
3 entries across 3 versions & 1 rubygems