I have a list of healthcare services from which i want to retrieve the ones with a specific code in type.
If i want to get a healthcareservice with type code value 117, what would be the correct query?
Ex:
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/service-type",
"code": "117"
}
]
}
]