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 reference - JSON Representation

Raw json | Download

{
  "resourceType" : "Immunization",
  "id" : "I001",
  "meta" : {
    "security" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "code" : "PROCESSINLINELABEL"
      }
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Immunization I001</b></p><a name=\"I001\"> </a><a name=\"hcI001\"> </a><a name=\"I001-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><b>status</b>: Completed</p><p><b>vaccineCode</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/cvx 212}\">COVID-19 vaccine</span></p><p><b>patient</b>: <a href=\"Patient-P001.html\">John Doe</a></p><p><b>occurrence</b>: 2021-03-29</p></div>"
  },
  "status" : "completed",
  "vaccineCode" : {
    "coding" : [
      {
        "system" : "http://hl7.org/fhir/sid/cvx",
        "code" : "212",
        "display" : "COVID-19 vaccine, vector-nr, rS-Ad26, PF, 0.5 mL"
      }
    ],
    "text" : "COVID-19 vaccine"
  },
  "patient" : {
    🔗 "extension" : [
      {
        "url" : "http://hl7.org/fhir/uv/security-label-ds4p/StructureDefinition/extension-inline-sec-label",
        "valueCoding" : {
          "system" : "http://terminology.hl7.org/CodeSystem/v3-ObservationValue",
          "code" : "UNCERTREL",
          "display" : "uncertain reliability"
        }
      },
      {
        "url" : "http://hl7.org/fhir/uv/security-label-ds4p/StructureDefinition/extension-inline-sec-label",
        "valueCoding" : {
          "system" : "http://terminology.hl7.org/CodeSystem/v3-ObservationValue",
          "code" : "PATRPT",
          "display" : "patient reported"
        }
      }
    ],
    "reference" : "Patient/P001",
    "display" : "John Doe"
  },
  "occurrenceDateTime" : "2021-03-29"
}