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

Raw json | Download


{
  "resourceType" : "Immunization",
  "id" : "I001",
  "meta" : {
    "extension" : [
      {
        "url" : "http://hl7.org/fhir/uv/security-label-ds4p/StructureDefinition/extension-has-inline-sec-label",
        "valueBoolean" : true
      }
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "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"
}