Sample JSON for practitioner with multiple specialties?
Posted: Sat Aug 10, 2019 6:55 am
Hello,
Do you have a sample JSON for a practitioner provider with multiple specialties e.g.
Would this be a valid JSON value? can you please include such cases for the 19.2.x FIHR demo keys?
Many TIA,
Best regards,
Giovanni
Do you have a sample JSON for a practitioner provider with multiple specialties e.g.
Code: Select all
"practitionerRole": [
{
"role": {
"coding": [
{
"code": "provider",
"display": "Provider",
"userSelected": false
}
]
},
"specialty": [
{
"coding": [
{
"code": "generalist",
"display": "Generalist",
"userSelected": false
},
{
"code": "orthodontist",
"display": "Orthodontist",
"userSelected": false
}
]
}
]
}
],
Many TIA,
Best regards,
Giovanni