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

FHIR IG analytics

Packageca.on.erec.r4
Resource TypeValueSet
IdSecurityLabels.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "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"
}