STU 1 Ballot

This page is part of the C-CDA on FHIR Implementation Guide (v1.6.0: STU 1 Ballot 1) based on FHIR v1.6.0. The current version which supercedes this version is 1.1.0. For a full list of available versions, see the Directory of published versions

HL7 BasicConfidentialityKind

{
  "resourceType" : "ValueSet",
  "id" : "2.16.840.1.113883.1.11.16926",
  "url" : "http://hl7.org/fhir/ccda/ValueSet/2.16.840.1.113883.1.11.16926",
  "name" : "HL7 BasicConfidentialityKind",
  "status" : "active",
  "date" : "2016-08-11T21:16:47+10:00",
  "description" : "A value set of HL7 Code indication the level of confidentiality an act.",
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/v3/Confidentiality",
        "concept" : [
          {
            "code" : "N"
          },
          {
            "code" : "R"
          },
          {
            "code" : "V"
          }
        }
      }
    }
  }
}