Orchestrate
收藏资源简介:
Transform your data between standardized formats and enhance the output through terminology normalization, de-duplication, and combining FHIR bundles to create a consolidated person record. This application does not publish any data. It serves as a native interface to the Orchestrate API. For example, given some unstandardized terminology in the healthcare domain, ```sql select orchestrate.terminology.standardize_condition(null, null, 'dm2'); ``` The endpoint will return a FHIR coding of mapped concepts in canonical ontologies: ```json {'coding': [{'system': 'http://snomed.info/sct', 'code': '44054006', 'display': 'Diabetes mellitus type 2 (disorder)'}, {'system': 'http://hl7.org/fhir/sid/icd-10-cm', 'code': 'E11.9', 'display': 'Type 2 diabetes mellitus without complications'}]} ```




