FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/SecurityLabels

Packageca.on.oh.erec
Resource TypeValueSet
IdSecurityLabels
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.oh.erec@0.12.0-projectathon1.0.2&canonical=http://ehealthontario.ca/fhir/ValueSet/security-labels
URLhttp://ehealthontario.ca/fhir/ValueSet/security-labels
Version1.0.0
Statusdraft
NameSecurityLabels
TitleSecurityLabels
Realmca
Authoritynational
DescriptionA security label provides specific security metadata about the information it is fixed to.

Resources that use this resource

StructureDefinition
ca-on-eReferral-profile-HealthcareServiceHealthcareService

Resources that this resource uses

CodeSystem
v3-ActCodeActCode
security-labelsSecurityLabels

Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "url": "http://ehealthontario.ca/fhir/ValueSet/security-labels",
  "version": "1.0.0",
  "title": "SecurityLabels",
  "status": "draft",
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "concept": [
          {
            "code": "COPYMark",
            "display": "copy of original mark"
          },
          {
            "display": "Draft Mark",
            "code": "DRAFTMark"
          },
          {
            "code": "NOREUSE",
            "display": "no reuse beyond purpose of use"
          }
        ],
        "version": "2018-08-12"
      },
      {
        "system": "http://ehealthontario.ca/fhir/CodeSystem/security-labels",
        "version": "1.0.0"
      }
    ]
  },
  "description": "A security label provides specific security metadata about the information it is fixed to.",
  "name": "SecurityLabels",
  "publisher": "Ontario Health"
}