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

FHIR IG analytics

Packagemedcom.fhir.dk.document
Resource TypeValueSet
IdValueSet-MedCom-ihe-core-confidentialitycode-VS-TEMP.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/medcomdk/dk-medcom-document/ValueSet-MedCom-ihe-core-confidentialitycode-VS-TEMP.html
URLhttp://medcomfhir.dk/ig/document/ValueSet/MedCom-ihe-core-confidentialitycode-VS-TEMP
Version2.0.0
Statusactive
Date2015-01-01
NameMedComIHE_CoreConfidentialityCode_TEMP
TitleIHE ConfidentialityCode_TEMP
Realmdk
Description_TEMP Confidentiality code used in Danish Document sharing.

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
v3-ConfidentialityConfidentiality

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet MedCom-ihe-core-confidentialitycode-VS-TEMP

  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/v3-Confidentiality version 📦3.0.0
    CodeDisplayDefinition
    NnormalPrivacy metadata indicating the level of protection required to safeguard personal and healthcare information, which if disclosed without authorization, would present a considerable risk of harm to an individual's reputation and sense of privacy.

    *Usage Note:* The level of protection afforded normatively confidential information is dictated by the prevailing normative privacy policies, which are intended to engender patient trust in their healthcare providers.

    Privacy policies mandating normative levels of protection, which preempt less protective privacy policies when the information is used in the delivery and management of healthcare. May be pre-empted by jurisdictional law (e.g., for public health reporting or emergency treatment).

    Confidentiality code total order hierarchy: Normal (N) is less protective than *V* and *R*, and subsumes all other protection levels (i.e., *M, L, and U*).

    **Map:**Partial Map to ISO 13606-4 Sensitivity Level (3) Clinical Care when purpose of use is treatment: Default for normal clinical care access (i.e., most clinical staff directly caring for the patient should be able to access nearly all of the EHR). Maps to normal confidentiality for treatment information but not to ancillary care, payment and operations.

    **Examples:**

    n the US, this includes what HIPAA identifies as protected health information (PHI) under 45 CFR Section 160.103.

Source1

{
  "resourceType": "ValueSet",
  "id": "MedCom-ihe-core-confidentialitycode-VS-TEMP",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://medcomfhir.dk/ig/document/ValueSet/MedCom-ihe-core-confidentialitycode-VS-TEMP",
  "version": "2.0.0",
  "name": "MedComIHE_CoreConfidentialityCode_TEMP",
  "title": "IHE ConfidentialityCode_TEMP",
  "status": "active",
  "experimental": false,
  "date": "2015-01-01",
  "publisher": "MedCom",
  "contact": [
    {
      "name": "MedCom",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.medcom.dk"
        },
        {
          "system": "email",
          "value": "fhir@medcom.dk"
        }
      ]
    }
  ],
  "description": "_TEMP Confidentiality code used in Danish Document sharing.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "DK",
          "display": "Denmark"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
        "concept": [
          {
            "code": "N",
            "display": "normal"
          }
        ]
      }
    ]
  }
}