FHIR IG analytics| Package | tw.iii.ltc |
| Resource Type | Practitioner |
| Id | Practitioner-ltc-practitioner-nurse-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Practitioner ltc-practitioner-nurse-example
Profile: 長期照顧-照顧服務提供者
identifier: Provider Number/N123456789 (use: official, )
active: true
name: 王美玲(Official)
telecom: ph: 02-29412345(Work), meiling.wang@ltc-center.tw
gender: Female
| Identifier | Code |
http://example.org/fhir/NamingSystem/nursing-license/護理執照123456 | Registered nurse |
{
"resourceType": "Practitioner",
"id": "ltc-practitioner-nurse-example",
"meta": {
"profile": [
"http://ltc-ig.fhir.tw/StructureDefinition/LTCPractitioner"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "official",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "PRN",
"display": "Provider Number"
}
]
},
"system": "http://example.org/fhir/NamingSystem/practitioner-id",
"value": "N123456789"
}
],
"active": true,
"name": [
{
"use": "official",
"text": "王美玲",
"family": "王",
"given": [
"美玲"
]
}
],
"telecom": [
{
"system": "phone",
"value": "02-29412345",
"use": "work"
},
{
"system": "email",
"value": "meiling.wang@ltc-center.tw",
"use": "work"
}
],
"gender": "female",
"qualification": [
{
"identifier": [
{
"system": "http://example.org/fhir/NamingSystem/nursing-license",
"value": "護理執照123456"
}
],
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "224535009",
"display": "Registered nurse"
}
]
}
}
]
}