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 sec-label-related-artifact extension with a consent - JSON Representation

Raw json | Download


{
  "resourceType" : "Observation",
  "id" : "example-extension-sec-label-related-artifact-consent",
  "meta" : {
    "security" : [
      {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/uv/security-label-ds4p/StructureDefinition/extension-sec-label-related-artifact",
            "valueRelatedArtifact" : {
              "type" : "justification",
              "url" : "http://example.fhir.org/base/Consent/218304"
            }
          }
        ],
        "system" : "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
        "code" : "R",
        "display" : "Restricted"
      }
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "status" : "final",
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "600-7",
        "display" : "Bacteria identified in Blood by Culture"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/P001"
  }
}