Definition for Value SetExample set of Event / Bundle used Security Labels
{
"resourceType" : "ValueSet",
"id" : "security-label-event-examples",
"meta" : {
"lastUpdated" : "2022-12-14T07:12:54.019+11:00",
"profile" : ["http://hl7.org/fhir/StructureDefinition/shareablevalueset"]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This value set includes codes based on the following rules:</p><ul><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/4.0.0/CodeSystem-v3-ActReason.html\"><code>http://terminology.hl7.org/CodeSystem/v3-ActReason</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://terminology.hl7.org/4.0.0/CodeSystem-v3-ActReason.html#v3-ActReason-TREAT\">TREAT</a></td><td>treatment</td><td>To perform one or more operations on information for provision of health care.</td></tr><tr><td><a href=\"http://terminology.hl7.org/4.0.0/CodeSystem-v3-ActReason.html#v3-ActReason-HPAYMT\">HPAYMT</a></td><td>healthcare payment</td><td>To perform one or more operations on information for conducting financial or contractual activities related to payment for provision of health care.</td></tr><tr><td><a href=\"http://terminology.hl7.org/4.0.0/CodeSystem-v3-ActReason.html#v3-ActReason-ETREAT\">ETREAT</a></td><td>Emergency Treatment</td><td>To perform one or more operations on information for provision of immediately needed health care for an emergent condition.</td></tr></table></li><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/4.0.0/CodeSystem-v3-ActCode.html\"><code>http://terminology.hl7.org/CodeSystem/v3-ActCode</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://terminology.hl7.org/4.0.0/CodeSystem-v3-ActCode.html#v3-ActCode-NOAUTH\">NOAUTH</a></td><td>no disclosure without subject authorization</td><td>Prohibition on disclosure without information subject's authorization.</td></tr><tr><td><a href=\"http://terminology.hl7.org/4.0.0/CodeSystem-v3-ActCode.html#v3-ActCode-DELAU\">DELAU</a></td><td>delete after use</td><td>Custodian system must remove target information from access after use.</td></tr><tr><td><a href=\"http://terminology.hl7.org/4.0.0/CodeSystem-v3-ActCode.html#v3-ActCode-NORDSCLCD\">NORDSCLCD</a></td><td>no redisclosure without consent directive</td><td>Prohibition on redisclosure without patient consent directive.</td></tr></table></li></ul></div>"
},
"extension" : [{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode" : "sec"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode" : "draft"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger" : 1
}],
"url" : "http://hl7.org/fhir/ValueSet/security-label-event-examples",
"identifier" : [{
"system" : "urn:ietf:rfc:3986",
"value" : "urn:oid:2.16.840.1.113883.4.642.3.3008"
}],
"version" : "5.0.0-snapshot3",
"name" : "SecurityLabelEventExamples",
"title" : "Example set of Event / Bundle used Security Labels",
"status" : "draft",
"experimental" : true,
"date" : "2022-05-10",
"publisher" : "HL7 Security Work Group",
"contact" : [{
"telecom" : [{
"system" : "url",
"value" : "http://hl7.org/fhir"
},
{
"system" : "email",
"value" : "fhir@lists.hl7.org"
}]
}],
"description" : "A sample of security labels from [Healthcare Privacy and Security Classification System](security-labels.html#hcs) that are used on events and requests/responses (aka user context or organization context) made up of PurposeOfUse and maybe a refrain/obligation.",
"jurisdiction" : [{
"coding" : [{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001",
"display" : "World"
}]
}],
"compose" : {
"include" : [{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"concept" : [{
"code" : "TREAT"
},
{
"code" : "HPAYMT"
},
{
"code" : "ETREAT"
}]
},
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"concept" : [{
"code" : "NOAUTH"
},
{
"code" : "DELAU"
},
{
"code" : "NORDSCLCD"
}]
}]
}
}
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.