{
  "resourceType": "ValueSet",
  "id": "pcr-PatientSecurity",
  "url": "https://ehealthontario.ca/fhir/ValueSet/pcr-patient-security",
  "version": "2.0.0",
  "name": "PatientSecurity",
  "status": "active",
  "publisher": "eHealth Ontario",
  "description": "Codes to indicate whether the patient's data is subject to additional security restrictions.",
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/v3/Confidentiality",
        "concept": [
          {
            "code": "N",
            "display": "normal"
          },
          {
            "code": "R",
            "display": "restricted"
          }
        ]
      }
    ]
  }
}