Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
GET https://api-v5-stu3.hspconsortium.org/cqfruler/open/ActivityDefinition/ad-apply-example/$apply?patient=Patient-12214

Returns The server will return the applicable resource which is defined in the ActivityDefinition. This The above example returns a ProcedureRequest.

Code Block
GET https://api-v5-stu3.hspconsortium.org/cqfruler/open/PlanDefinition/apply-example/$apply?patient=Patient-12214

Returns The server will return a CarePlan resource.

$data-requirements

...

Code Block
GET https://api-v5-stu3.hspconsortium.org/cqfruler/open/Measure/measure-asf/$data-requirements?periodStart=2018-07-06&periodEnd=2018-09-06

Returns The server will return a Library resource that “contains all the parameter definitions and data requirements of the target resource and any libraries referenced by it.”

...