{
  "resourceType": "ValueSet",
  "status": "draft",
  "name": "NexusPrivacyRestrictionActions",
  "id": "nexus-privacy-restriction-actions",
  "title": "Privacy Restriction Actions Value Set",
  "description": "The acts a privacy directive can restrict: collection, access, use and disclosure. Bound\nextensible from `provision.action` on the Privacy Directive profile.\n\nAn absent action means the restriction applies to ALL of them. A consumer must not read an\nabsent action as an unrestricted one.",
  "url": "https://fhir.apps.health/ValueSet/nexus-privacy-restriction-actions",
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/consentaction",
        "concept": [
          {
            "code": "collect",
            "display": "Collect"
          },
          {
            "code": "access",
            "display": "Access"
          },
          {
            "code": "use",
            "display": "Use"
          },
          {
            "code": "disclose",
            "display": "Disclose"
          }
        ]
      }
    ]
  }
}
