{
  "services": [
    {
      "hook": "patient-view",
      "title": "Supply patient data to EHR",
      "description": "Get AllergyIntolerance and Condition Resources for the patient, optionally writes them to the EHR FHIR (DSTU2) server",
      "id": "patient-view-dstu2-patient-data-write",
      "prefetch": {
        "patient": "Patient/{{context.patientId}}"
      }
    },
    {
      "hook": "patient-view",
      "title": "Static CDS Service Example",
      "description": "An example of a CDS Service that returns a static set of cards",
      "id": "static-patient-greeter",
      "prefetch": {
        "patientToGreet": "Patient/{{context.patientId}}"
      }
    }
  ]
}