FHIR Data Segmentation for Privacy
0.2.0 - 2021May Ballot

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

: Simple use of the must-display extension - XML Representation

Raw xml | Download



<Observation xmlns="http://hl7.org/fhir">
  <id value="example-extension-must-display"/>
  <meta>
    <extension
               url="http://hl7.org/fhir/uv/security-label-ds4p/StructureDefinition/extension-must-display">
      <valueAnnotation>
        <authorReference>
          <type value="Organization"/>
          <display value="Veteran Health Administration"/>
        </authorReference>
        <text
              value="**CUI//SP-HLTH/HLTH/PRVCY**

 ([Veterans Health Administration, Washington, DC 20420](http://example.fhir.org/Organization/vha))"/>
      </valueAnnotation>
    </extension>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative</b></p><p></p><p><b>code</b>: <span title="Codes: {http://loinc.org 600-7}">Bacteria identified in Blood by Culture</span></p><p><b>subject</b>: <a href="Patient-P001.html">Generated Summary: active</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>