Release 4

This page is part of the FHIR Specification (v4.0.1: R4 - Mixed Normative and STU) in it's permanent home (it will always be available at this URL). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R4 R3

V2-0907.cs.json

Vocabulary Work GroupMaturity Level: N/AStandards Status: Informative

Raw JSON (canonical form + also see JSON Format Specification)

FHIR Value set/code system definition for HL7 v2 table 0907 ( Confidentiality)

{
  "resourceType" : "CodeSystem",
  "id" : "v2-0907",
  "meta" : {
    "profile" : ["http://hl7.org/fhir/StructureDefinition/shareablecodesystem"]
  },
  "language" : "en",
  "text" : {
    "status" : "additional",
    "div" : "<div>!-- Snipped for Brevity --></div>"
  },
  "extension" : [{
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
    "valueCode" : "external"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger" : 0
  }],
  "url" : "http://terminology.hl7.org/CodeSystem/v2-0907",
  "identifier" : [{
    "system" : "urn:ietf:rfc:3986",
    "value" : "urn:oid:2.16.840.1.113883.18.418"
  }],
  "version" : "2.9",
  "name" : "v2.0907",
  "title" : "v2 Confidentiality",
  "status" : "active",
  "experimental" : false,
  "publisher" : "HL7, Inc",
  "contact" : [{
    "telecom" : [{
      "system" : "url",
      "value" : "http://hl7.org"
    }]
  }],
  "description" : "FHIR Value set/code system definition for HL7 v2 table 0907 ( Confidentiality)",
  "content" : "complete",
  "concept" : [{
    "code" : "B",
    "display" : "Business - Since the service class can represent knowledge structures that may be considered a trade or business secret, there is sometimes (though rarely) the need to flag those items as of business level confidentiality.  However, no patient related inf"
  },
  {
    "code" : "C",
    "display" : "Celebrity - Celebrities are people of public interest (VIP) including employees, whose information require special protection."
  },
  {
    "code" : "D",
    "display" : "Clinician - Only clinicians may see this item, billing and administration persons can not access this item without special permission."
  },
  {
    "code" : "ETH",
    "display" : "Substance abuse related - Alcohol/drug-abuse related item"
  },
  {
    "code" : "HIV",
    "display" : "HIV Related - HIV and AIDS related item"
  },
  {
    "code" : "I",
    "display" : "Individual - Access only to individual persons who are mentioned explicitly as actors of this service and whose actor type warrants that access (cf. to actor typed code)."
  },
  {
    "code" : "L",
    "display" : "Low - No patient record item can be of low confidentiality.  However, some service objects are not patient related and therefore may have low confidentiality."
  },
  {
    "code" : "N",
    "display" : "Normal - Normal confidentiality rules (according to good health care practice) apply, that is, only authorized individuals with a legitimate medical or business need may access this item."
  },
  {
    "code" : "PSY",
    "display" : "Psychiatry related - Psychiatry related item"
  },
  {
    "code" : "R",
    "display" : "Restricted - Restricted access, e.g. only to providers having a current care relationship to the patient."
  },
  {
    "code" : "S",
    "display" : "Sensitive - Information for which the patient seeks heightened confidentiality.  Sensitive information is not to be shared with family members.  Information reported by the patient about family members is sensitive by default.  Flag can be set or cleared "
  },
  {
    "code" : "SDV",
    "display" : "Sexual and domestic violence related - Sexual assault / domestic violence related item"
  },
  {
    "code" : "T",
    "display" : "Taboo - Information not to be disclosed or discussed with patient except through physician assigned to patient in this case.  This is usually a temporary constraint only; example use is a new fatal diagnosis or finding, such as malignancy or HIV."
  },
  {
    "code" : "V",
    "display" : "Very restricted - Very restricted access as declared by the Privacy Officer of the record holder."
  }]
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.