@synanetics/profiles-pie
v5.1.0
Published
FHIR Profiles for the Synanetics Pathology Integration Engine (PIE)
Maintainers
Keywords
Readme
@synanetics/profiles-pie
A set of FHIR profiles, constants and types that support PIE.
Usage
Constants and Types
Constants and types can be imported directly.
e.g:
import {
RoutingRuleTargetMapping,
serviceRequestFillerGroupNumberSp,
} from '@synanetics/profiles-pie'
const mapping: RoutingRuleTargetMapping = {
receiver: {
reference: 'Endpoint/12345',
},
processDefinition: [
{
reference: 'PlanDefinition/101010',
}
];
}
const fgnCode = serviceRequestFillerGroupNumberSp.code; // -fgn
Profiles
- Profiles are compiled into
.jsonfiles and exported into the dist folder of the package - To utilise the PIE profiles, import the
.jsonfiles into the custom schema directory of your Connect appliance/adapter
