@minvws/mgo-hcim-parse
v0.1.1-0
Published
This package contains functionality for parsing [FHIR] data into MGO resources which are used within [MGO][repo].
Keywords
Readme
@minvws/mgo-hcim-parse
This package contains functionality for parsing FHIR data into MGO resources which are used within MGO.
For more context on why / how this is used please visit the about documentation.
Installation
npm i --save @minvws/mgo-hcim-parse
# or
pnpm add @minvws/mgo-hcim-parseUse
import { parse } from '@minvws/mgo-hcim-parse'
...
const fhirPatient = { ... }
const mgoPatient = {
birthDate: parse.date(fhirPatient.birthdate)
}
See the package source for more details
This package and its documentation are still under development.
