FHIR Data Segmentation for Privacy, published by HL7 Security Working Group. This is not an authorized publication; it is the continuous build for version 1.0.0). This version is based on the current content of https://github.com/HL7/fhir-security-label-ds4p/ and changes regularly. See the Directory of published versions
: Simple use of the sec-label-basis extension on an observation - XML Representation
Raw xml | Download
<Observation xmlns="http://hl7.org/fhir">
<id value="example-extension-sec-label-basis"/>
<meta>
<security>
<extension
url="http://hl7.org/fhir/uv/security-label-ds4p/StructureDefinition/extension-sec-label-basis">
<valueCoding>
<system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
<code value="42CFRPart2"/>
</valueCoding>
</extension>
<system
value="http://terminology.hl7.org/CodeSystem/v3-Confidentiality"/>
<code value="R"/>
<display value="Restricted"/>
</security>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Observation</b><a name="example-extension-sec-label-basis"> </a></p><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Resource Observation "example-extension-sec-label-basis" </p><p style="margin-bottom: 0px">Security Labels: <span title="{http://terminology.hl7.org/CodeSystem/v3-Confidentiality http://terminology.hl7.org/CodeSystem/v3-Confidentiality}">http://terminology.hl7.org/CodeSystem/v3-Confidentiality</span></p></div><p><b>status</b>: final</p><p><b>code</b>: Bacteria identified in Blood by Culture <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://loinc.org/">LOINC</a>#600-7)</span></p><p><b>subject</b>: <a href="Patient-P001.html">Patient/P001</a></p></div>
</text>
<status value="final"/>
<code>
<coding>
<system value="http://loinc.org"/>
<code value="600-7"/>
<display value="Bacteria identified in Blood by Culture"/>
</coding>
</code>
<subject>
<reference value="Patient/P001"/>
</subject>
</Observation>