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

FHIR IG Statistics: ValueSet/OverrideReason

Packageca.on.consent.r4
TypeValueSet
IdOverrideReason
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.consent.r4@0.10.21&canonical=http://ehealthontario.ca/fhir/ValueSet/consent-pcoi-override-reason
URLhttp://ehealthontario.ca/fhir/ValueSet/consent-pcoi-override-reason
Version1.0.0
Statusdraft
NameOverrideReason
Realmca
DescriptionThe basis upon which the health information custodian is collecting personal health information, despite the contents of a privacy consent directive, as allowed by HIPA (Ontario Bill 119, Section 55.7).

Resources that use this resource

StructureDefinition
ca-on-consent-pcoi-profile-ConsentConsent

Resources that this resource uses

CodeSystem
v3-ActReasonActReason
v3-ActReasonActReason

Narrative

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

Values available for the relationship of the Substitute Descision Maker (SDM) with respect to the patient.

Source

{
  "resourceType": "ValueSet",
  "id": "OverrideReason",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://ehealthontario.ca/fhir/ValueSet/consent-pcoi-override-reason",
  "version": "1.0.0",
  "name": "OverrideReason",
  "status": "draft",
  "publisher": "Ontario Health",
  "description": "The basis upon which the health information custodian is collecting personal health information, despite the contents of a privacy consent directive, as allowed by HIPA (Ontario Bill 119, Section 55.7).",
  "immutable": false,
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "concept": [
          {
            "code": "PATRQT",
            "display": "patient requested"
          },
          {
            "code": "SUPNWK",
            "display": "support network"
          },
          {
            "code": "OVRER",
            "display": "emergency treatment override"
          },
          {
            "code": "OVRTPS",
            "display": "third party safety override"
          }
        ]
      }
    ]
  }
}