{
  "resourceType": "ValueSet",
  "status": "draft",
  "name": "NexusDisclosureControlLabels",
  "id": "nexus-disclosure-control-labels",
  "title": "Disclosure Control Labels Value Set",
  "description": "Security labels this guide gives operational meaning on `Resource.meta.security`: markers that\nrestrict what may be done with a record, as distinct from codes that classify how sensitive it\nis.\n\nUsed for two jobs the tender names. A record the patient has restricted from transmission\ncarries `NODSCLCD`. A record ingested from the provincial EHR under a consent override carries\n`NORDSCLCD`, which says the collection was authorized but redisclosure needs its own basis.\n\nA label declares an obligation. It does not implement one: a release path must read these and\nact, and a consumer that cannot honour a label it encounters must refuse the disclosure rather\nthan proceed without it.",
  "url": "https://fhir.apps.health/ValueSet/nexus-disclosure-control-labels",
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "concept": [
          {
            "code": "NODSCLCD",
            "display": "no disclosure without consent directive"
          },
          {
            "code": "NORDSCLCD",
            "display": "no redisclosure without consent directive"
          },
          {
            "code": "NOAUTH",
            "display": "no disclosure without subject authorization"
          },
          {
            "code": "ORCON",
            "display": "no disclosure without originator authorization"
          }
        ]
      }
    ]
  }
}
