Da Vinci - Coverage Requirements Discovery
2.1.0 - STU 2.1 United States of America flag

Da Vinci - Coverage Requirements Discovery, published by HL7 International / Financial Management. This guide is not an authorized publication; it is the continuous build for version 2.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/davinci-crd/ and changes regularly. See the Directory of published versions

: Example EHR search - JSON Representation

Raw json | Download

{
  "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"
      }
    }
  ]
}