Name |
Field Name |
Type |
Value |
Description |
Required |
Practitioner ID |
practitioner |
- |
eg. GPKEHDIC7E |
Practitioner ID |
Yes |
Specialty Code |
specialty[].coding[].code |
- |
eg. 17561000 |
Practitioner Specialty Code
specialty[].coding[].system for SNOMED is urn:oid:2.16.840.1.113883.6.96
specialty[].coding[].system for HIPAA is urn:oid:2.16.840.1.113883.5.53
|
Yes |
Request Type
PUT
Sample Request URL
https://test-api.carespan.clinic/R4/PractitionerRole?practitioner={{practitioner_id}}
Request JSON
{
"specialty": [
{
"coding": [
{
"system": "urn:oid:2.16.840.1.113883.5.53",
"code": "171100000X",
"display": "Acupuncturist"
}
]
}
]
}
Response
{
"specialty": [
{
"coding": [
{
"system": "urn:oid:2.16.840.1.113883.5.53",
"code": "171100000X",
"display": "Acupuncturist"
}
]
}
]
}