FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

PackagePCR.R4.1-1-0-pkg
Resource TypeValueSet
Idpcr-PatientSecurity
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=PCR.R4.1-1-0-pkg@1.1.0&canonical=https://ehealthontario.ca/fhir/ValueSet/pcr-patient-security
URLhttps://ehealthontario.ca/fhir/ValueSet/pcr-patient-security
Version2.0.0
Statusactive
NamePatientSecurity
Realmca
DescriptionCodes to indicate whether the patient's data is subject to additional security restrictions.

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
v3-ConfidentialityConfidentiality

Narrative

No narrative content found in resource


Source1

{
  "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://terminology.hl7.org/CodeSystem/v3-Confidentiality",
        "concept": [
          {
            "code": "N",
            "display": "normal"
          },
          {
            "code": "R",
            "display": "restricted"
          }
        ]
      }
    ]
  }
}