This page is part of the Da Vinci Coverage Requirements Discovery (CRD) FHIR IG (v2.1.0: STU 2.1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
{
"resourceType" : "Bundle",
"id" : "search-request",
"type" : "batch",
"entry" : [
{
"request" : {
"method" : "GET",
"url" : "Patient/123"
}
},
{
"request" : {
"method" : "GET",
"url" : "Encounter?_id=987&_include=Encounter:service-provider&_include=Encounter:practitioner&_include=Encounter:location"
}
},
{
"request" : {
"method" : "GET",
"url" : "Coverage?patient=123&status=active"
}
},
{
"request" : {
"method" : "GET",
"url" : "PractitionerRole?_id=ABC,XYZ&_include=PractitionerRole:organization&_include=PractitionerRole:practitioner"
}
}
]
}