FHIR Tooling Extensions IG, published by HL7 International / FHIR Infrastructure. This guide is not an authorized publication; it is the continuous build for version 0.8.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/FHIR/fhir-tools-ig/ and changes regularly. See the Directory of published versions
{
"services" : [
{
"hook" : "patient-view",
"title" : "Static CDS Service Example",
"id" : "static-patient-greeter",
"description" : "An example of a CDS Service that returns a static set of cards",
"prefetch" : {
"patientToGreet" : "Patient/{{context.patientId}}"
}
},
{
"hook" : "order-select",
"title" : "Order Echo CDS Service",
"id" : "order-echo",
"description" : "An example of a CDS Service that simply echoes the order(s) being placed",
"prefetch" : {
"patient" : "Patient/{{context.patientId}}",
"medications" : "MedicationRequest?patient={{context.patientId}}"
}
},
{
"hook" : "order-sign",
"title" : "Pharmacogenomics CDS Service",
"id" : "pgx-on-order-sign",
"description" : "An example of a more advanced, precision medicine CDS Service",
"usageRequirements" : "Note: functionality of this CDS Service is degraded without access to a FHIR Restful API as part of CDS recommendation generation."
}
]
}