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 Oncologist/Pulmonologist
{
"resourceType": "Practitioner",
"text": {
"status": "generated",
"div": "<div>\n <p>\n <b>Generated Narrative</b>\n </p>\n <p>\n <b>identifier</b>: UZI-nummer = 12345678901 (official)\n </p>\n <p>\n <b>name</b>: Dokter Bronsig(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>: 24-Dec 1956\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 225304007}\">Implementation of planned interventions</span>\n </p>\n <p>\n <b>specialty</b>: \n <span title=\"Codes: {http://snomed.info/sct 310512001}\">Medical oncologist</span>\n </p>\n <h3>Qualifications</h3>\n <table class=\"grid\">\n <tr>\n <td>\n <b>Code</b>\n </td>\n <td>\n <b>Period</b>\n </td>\n <td>\n <b>Issuer</b>\n </td>\n </tr>\n <tr>\n <td>\n <span title=\"Codes: {http://snomed.info/sct 41672002}\">Pulmonologist</span>\n </td>\n <td> </td>\n <td> </td>\n </tr>\n </table>\n </div>"
},
"identifier": [
{
"use": "official",
"label": "UZI-nummer",
"system": "urn:oid:2.16.528.1.1007.3.1",
"value": "12345678901"
}
],
"name": {
"use": "official",
"text": "Dokter Bronsig",
"family": [
"Bronsig"
],
"given": [
"Arend"
],
"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": "1956-12-24",
"organization": {
"reference": "Organization/f201",
"display": "AUMC"
},
"role": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "225304007",
"display": "Implementation of planned interventions"
}
]
}
],
"specialty": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "310512001",
"display": "Medical oncologist"
}
]
}
],
"qualification": [
{
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "41672002",
"display": "Pulmonologist"
}
]
}
}
]
}