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

FHIR IG analytics

Packagehl7.fhir.dk.core
Resource TypePatient
IdPatient-Confidential.json
FHIR VersionR4

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

This instance is an example of a Danish citizen who has requested name and address protection (Navne- og adressebeskyttelse), why the instance is marked with a security label. Only personnel using systems in public/official affairs are allowed to see name and address for the citizen, why these information are included in the profile.

Resource "Confidential"

Profile: Danish Core Patient Profile

Security Labels: http://terminology.hl7.org/CodeSystem/v3-Confidentiality

identifier: id: 1502779995

name: Hans Hansen (OFFICIAL)

gender: male

birthDate: 1976-08-09

address: Julianevej 22 6000 Kolding (HOME)


Source1

{
  "resourceType": "Patient",
  "id": "Confidential",
  "meta": {
    "profile": [
      "http://hl7.dk/fhir/core/StructureDefinition/dk-core-patient"
    ],
    "security": [
      {
        "code": "R",
        "display": "Restricted"
      }
    ]
  },
  "text": {
    "status": "additional",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "urn:oid:1.2.208.176.1.2",
      "value": "1502779995"
    }
  ],
  "name": [
    {
      "use": "official",
      "text": "Ruddi Test Berggren",
      "family": "Berggren",
      "given": [
        "Ruddi",
        "Test"
      ]
    }
  ],
  "gender": "male",
  "birthDate": "1977-02-15",
  "address": [
    {
      "use": "home",
      "line": [
        "Julianevej 22"
      ],
      "city": "Kolding",
      "postalCode": "6000"
    }
  ]
}