FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.dap
Resource TypePractitioner
IdPractitioner-ex-practitioner-sensitive.json
FHIR VersionR6

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Practitioner ex-practitioner-sensitive

Language: en

Security Label: process inline security label (Details: ActCode code PROCESSINLINELABEL = 'process inline security label')

telecom: JohnMoehrke@gmail.com, JohnMoehrke@example.com


Source1

{
  "resourceType": "Practitioner",
  "id": "ex-practitioner-sensitive",
  "meta": {
    "security": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "code": "PROCESSINLINELABEL"
      }
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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"
    }
  ]
}