FHIR IG analytics| Package | hl7.fhir.dk.core |
| Resource Type | Patient |
| Id | Patient-Confidential.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
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)
{
"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"
}
]
}