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

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 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 style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;"><b>John Doe </b> male, DoB: 1956-05-27 ( Driver's license number: 1234567 (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 Ids (see the one above)">Other Id:</td><td colspan="3">id: 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>