FHIR Data Segmentation for Privacy
1.0.0 - trial-use International flag

FHIR Data Segmentation for Privacy, published by HL7 Security Working Group. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. 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 inline security labels on a patient resource - XML Representation

Raw xml | Download


<Patient xmlns="http://hl7.org/fhir">
  <id value="P002"/>
  <meta>
    <security>
      <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
      <code value="PROCESSINLINELABEL"/>
    </security>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Patient P002</b></p><a name="P002"> </a><a name="hcP002"> </a><a name="P002-en-US"> </a><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"/><p style="margin-bottom: 0px">Security Label: process inline security label (Details: ActCode code PROCESSINLINELABEL = 'process inline security label')</p></div><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">John Doe  Male, DoB: 1956-05-27 ( Driver's license number (use: usual, ))</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Record is active">Active:</td><td colspan="3">true</td></tr><tr><td style="background-color: #f3f5da" title="Other Id (see the one above)">Other Id:</td><td colspan="3"><a href="http://terminology.hl7.org/5.1.0/NamingSystem-ssn.html" title="United States Social Security Number (SSN).  Assigned by the U.S. Social Security Administration.  Note: IRS assigned ITINs are often used as drop-ins for social security numbers.  The SSN is represented in resources with dashes removed. See http://www.ssa.gov/.">SSN</a>/111-22-3333 (use: official, )</td></tr></table></div>
  </text>
  <identifier>
    <extension
               url="http://hl7.org/fhir/uv/security-label-ds4p/StructureDefinition/extension-inline-sec-label">
      <valueCoding>
        <system
                value="http://terminology.hl7.org/CodeSystem/v3-Confidentiality"/>
        <code value="R"/>
        <display value="restricted"/>
      </valueCoding>
    </extension>
    <use value="official"/>
    <system value="http://hl7.org/fhir/sid/us-ssn"/>
    <value value="111-22-3333"/>
  </identifier>
  <identifier>
    <use value="usual"/>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="DL"/>
      </coding>
    </type>
    <system value="urn:oid:2.16.840.1.113883.4.3.2"/>
    <value value="1234567"/>
  </identifier>
  <active value="true"/>
  <name>
    <family value="Doe"/>
    <given value="John"/>
  </name>
  <gender value="male"/>
  <birthDate value="1956-05-27"/>
</Patient>