FHIR IG Statistics: ValueSet/OverrideReason
Resources that use this resource
Resources that this resource uses
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"
}
]
}
]
}
}