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 Physiotherapist
{
"resourceType": "Practitioner",
"text": {
"status": "generated",
"div": "<div>\n <p>\n <b>Generated Narrative</b>\n </p>\n <p>\n <b>identifier</b>: UZI-nummer = 12345678903 (official), BIG-nummer = 12345678903 (official)\n </p>\n <p>\n <b>name</b>: Juri van Gelder(official)\n </p>\n <p>\n <b>telecom</b>: ph: +31715269111(work)\n </p>\n <p>\n <b>address</b>: Walvisbaai 3 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>: 20-Apr 1983\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 36682004}\">Physical therapist</span>\n </p>\n <p>\n <b>specialty</b>: \n <span title=\"Codes: {http://snomed.info/sct 410158009}\">Assess physical therapist service</span>\n </p>\n </div>"
},
"identifier": [
{
"use": "official",
"label": "UZI-nummer",
"system": "urn:oid:2.16.528.1.1007.3.1",
"value": "12345678903"
},
{
"use": "official",
"label": "BIG-nummer",
"system": "https://www.bigregister.nl/",
"value": "12345678903"
}
],
"name": {
"use": "official",
"text": "Juri van Gelder"
},
"telecom": [
{
"system": "phone",
"value": "+31715269111",
"use": "work"
}
],
"address": {
"use": "work",
"line": [
"Walvisbaai 3"
],
"city": "Den helder",
"zip": "2333ZA",
"country": "NLD"
},
"gender": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "248153007",
"display": "Male"
}
]
},
"birthDate": "1983-04-20",
"organization": {
"reference": "Organization/f201",
"display": "AUMC"
},
"role": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "36682004",
"display": "Physical therapist"
}
]
}
],
"specialty": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "410158009",
"display": "Assess physical therapist service"
}
]
}
]
}