FHIR IG analytics| Package | fhir.rehabig |
| Resource Type | Practitioner |
| Id | Practitioner-ot-therapist-001.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
姓名: "李小姐"
專科: "職能治療師"
執照編號: "ABC12345"
{
"resourceType": "Practitioner",
"id": "ot-therapist-001",
"meta": {
"profile": [
"https://build.fhir.org/ig/Kimsber/Rehab-IG/StructureDefinition/Practitioner"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://hospital.mohw.gov.tw/docID",
"value": "ABC12345"
}
],
"active": true,
"name": [
{
"use": "official",
"family": "李",
"given": [
"小姐"
]
}
],
"qualification": [
{
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "224609002",
"display": "Complementary health worker"
}
],
"text": "職能治療師"
},
"issuer": {
"display": "台灣職能治療師公會"
}
}
]
}