FHIR Data Segmentation for Privacy
0.3.0 - 2021Sep Ballot

This page is part of the FHIR Data Segmentation for Privacy (v0.3.0: STU 1 Ballot 3) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

: Simple use of inline security labels on a reference - XML Representation

Raw xml | Download



<Immunization xmlns="http://hl7.org/fhir">
  <id value="I001"/>
  <meta>
    <extension
               url="http://hl7.org/fhir/uv/security-label-ds4p/StructureDefinition/extension-has-inline-sec-label">
      <valueBoolean value="true"/>
    </extension>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative</b></p><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. Generated Summary: active</a></p><p><b>occurrence</b>: 2021-03-29</p></div>
  </text>
  <status value="completed"/>
  <vaccineCode>
    <coding>
      <system value="http://hl7.org/fhir/sid/cvx"/>
      <code value="212"/>
      <display value="COVID-19 vaccine, vector-nr, rS-Ad26, PF, 0.5 mL"/>
    </coding>
    <text value="COVID-19 vaccine"/>
  </vaccineCode>
  <patient>
    <extension
               url="http://hl7.org/fhir/uv/security-label-ds4p/StructureDefinition/extension-inline-sec-label">
      <valueCoding>
        <system
                value="http://terminology.hl7.org/CodeSystem/v3-ObservationValue"/>
        <code value="UNCERTREL"/>
        <display value="uncertain reliability"/>
      </valueCoding>
    </extension>
    <extension
               url="http://hl7.org/fhir/uv/security-label-ds4p/StructureDefinition/extension-inline-sec-label">
      <valueCoding>
        <system
                value="http://terminology.hl7.org/CodeSystem/v3-ObservationValue"/>
        <code value="PATRPT"/>
        <display value="patient reported"/>
      </valueCoding>
    </extension>
    <reference value="Patient/P001"/>
    <display value="John Doe"/>
  </patient>
  <occurrenceDateTime value="2021-03-29"/>
</Immunization>