{

"resourceType": "CodeSystem",
"id": "consent-provision-type",
"meta": {
  "lastUpdated": "2019-11-01T09:29:23.356+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.4.758"
  }
],
"version": "4.0.1",
"name": "ConsentProvisionType",
"title": "ConsentProvisionType",
"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": "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."
  }
]

}