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 the must-display extension on a patient - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "P001",
  "meta" : {
    "extension" : [
      {
        "url" : "http://hl7.org/fhir/uv/security-label-ds4p/StructureDefinition/extension-must-display",
        "valueAnnotation" : {
          "authorReference" : {
            "type" : "Organization",
            "display" : "Veteran Health Administration"
          },
          "text" : "**CUI//SP-HLTH/HLTH/PRVCY**\r\n\r\n ([Veterans Health Administration, Washington, DC 20420](http://example.fhir.org/Organization/vha))"
        }
      }
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>active</b>: true</p></div>"
  },
  "active" : true
}