CES-607: https://issues.mobilehealth.va.gov/browse/CES-607
As a developer I need to create an operation definition for the Patient.$find-cerner-id custom operation to provide a complete description of the operation
An OperationDefinition instance is created (see https://hl7.org/fhir/R4/operationdefinition.html)
The instance includes a detailed description of the operation
All operation parameters are described with examples
The created instance is parsed to JSON string and stored in docs/fhir/find-cerner-id.json
CES-607: https://issues.mobilehealth.va.gov/browse/CES-607 As a developer I need to create an operation definition for the Patient.$find-cerner-id custom operation to provide a complete description of the operation
Assumptions:
Operation definition will be created similar to the example her: https://hl7.org/fhir/R4/operation-resource-validate.json.html No validation of the document other than human review will be performed Acceptance criteria:
An OperationDefinition instance is created (see https://hl7.org/fhir/R4/operationdefinition.html) The instance includes a detailed description of the operation All operation parameters are described with examples The created instance is parsed to JSON string and stored in docs/fhir/find-cerner-id.json