HL7 FHIR Implementation Guide: Data Access Policies
1.0.0-current - ci-build International flag

HL7 FHIR Implementation Guide: Data Access Policies, published by HL7 International / Security. This guide is not an authorized publication; it is the continuous build for version 1.0.0-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/data-access-policies/ and changes regularly. See the Directory of published versions

: Dummy Practitioner sensitive example - JSON Representation

Page standards status: Informative

Raw json | Download


{
  "resourceType" : "Practitioner",
  "id" : "ex-practitioner-sensitive",
  "meta" : {
    "security" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "code" : "PROCESSINLINELABEL"
      }
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner ex-practitioner-sensitive</b></p><a name=\"ex-practitioner-sensitive\"> </a><a name=\"hcex-practitioner-sensitive\"> </a><a name=\"ex-practitioner-sensitive-en-US\"> </a><p><b>telecom</b>: <a href=\"mailto:JohnMoehrke@gmail.com\">JohnMoehrke@gmail.com</a>, <a href=\"mailto:JohnMoehrke@example.com\">JohnMoehrke@example.com</a></p></div>"
  },
  "telecom" : [
    {
      "system" : "email",
      "value" : "JohnMoehrke@gmail.com",
      "use" : "work"
    },
    {
      "extension" : [
        {
          "url" : "http://hl7.org/fhir/uv/security-label-ds4p/StructureDefinition/extension-inline-sec-label",
          "valueCoding" : {
            "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
            "code" : "LOCIS"
          }
        }
      ],
      "system" : "email",
      "value" : "JohnMoehrke@example.com",
      "use" : "home"
    }
  ]
}