This page is part of the FHIR Specification (v0.0.82: DSTU 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
. Page versions: R5 R4B R4 R3 R2
Fictive Lab worker
{
"resourceType": "Practitioner",
"text": {
"status": "generated",
"div": "<div>\n <p>\n <b>Generated Narrative</b>\n </p>\n <p>\n <b>identifier</b>: UZI-nummer = 12345678902 (official), BIG-nummer = 12345678902 (official)\n </p>\n <p>\n <b>name</b>: Luigi Maas(official)\n </p>\n <p>\n <b>telecom</b>: ph: +31715269111(work)\n </p>\n <p>\n <b>address</b>: Walvisbaai 3 C4 - Automatisering Den helder 2333ZA NLD (work)\n </p>\n <p>\n <b>gender</b>: \n <span title=\"Codes: {http://snomed.info/sct 248153007}\">Male</span>\n </p>\n <p>\n <b>birthDate</b>: 12-Jun 1960\n </p>\n <p>\n <b>organization</b>: AUMC\n </p>\n <p>\n <b>role</b>: \n <span title=\"Codes: {http://snomed.info/sct 33526004}\">Electronic laboratory reporting</span>\n </p>\n <p>\n <b>specialty</b>: \n <span title=\"Codes: {http://snomed.info/sct 159285000}\">Medical laboratory technician</span>\n </p>\n </div>"
},
"identifier": [
{
"use": "official",
"label": "UZI-nummer",
"system": "urn:oid:2.16.528.1.1007.3.1",
"value": "12345678902"
},
{
"use": "official",
"label": "BIG-nummer",
"system": "https://www.bigregister.nl/",
"value": "12345678902"
}
],
"name": {
"use": "official",
"text": "Luigi Maas",
"family": [
"Maas"
],
"given": [
"Luigi"
],
"prefix": [
"Dr."
]
},
"telecom": [
{
"system": "phone",
"value": "+31715269111",
"use": "work"
}
],
"address": {
"use": "work",
"line": [
"Walvisbaai 3",
"C4 - Automatisering"
],
"city": "Den helder",
"zip": "2333ZA",
"country": "NLD"
},
"gender": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "248153007",
"display": "Male"
}
]
},
"birthDate": "1960-06-12",
"organization": {
"reference": "Organization/f201",
"display": "AUMC"
},
"role": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "33526004",
"display": "Electronic laboratory reporting"
}
]
}
],
"specialty": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "159285000",
"display": "Medical laboratory technician"
}
]
}
]
}