1268 lines
46 KiB
Go
1268 lines
46 KiB
Go
// THIS FILE IS GENERATED BY https://github.com/fastenhealth/fasten-onprem/blob/main/backend/pkg/models/database/generate.go
|
|
// PLEASE DO NOT EDIT BY HAND
|
|
|
|
package database
|
|
|
|
import (
|
|
"encoding/json"
|
|
"fmt"
|
|
goja "github.com/dop251/goja"
|
|
models "github.com/fastenhealth/fastenhealth-onprem/backend/pkg/models"
|
|
datatypes "gorm.io/datatypes"
|
|
"time"
|
|
)
|
|
|
|
type FhirPractitioner struct {
|
|
models.ResourceBase
|
|
// Whether the practitioner record is active
|
|
// https://hl7.org/fhir/r4/search.html#token
|
|
Active datatypes.JSON `gorm:"column:active;type:text;serializer:json" json:"active,omitempty"`
|
|
/*
|
|
Multiple Resources:
|
|
|
|
* [Patient](patient.html): A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text
|
|
* [Person](person.html): A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text
|
|
* [Practitioner](practitioner.html): A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text
|
|
* [RelatedPerson](relatedperson.html): A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text
|
|
*/
|
|
// https://hl7.org/fhir/r4/search.html#string
|
|
Address datatypes.JSON `gorm:"column:address;type:text;serializer:json" json:"address,omitempty"`
|
|
/*
|
|
Multiple Resources:
|
|
|
|
* [Patient](patient.html): A city specified in an address
|
|
* [Person](person.html): A city specified in an address
|
|
* [Practitioner](practitioner.html): A city specified in an address
|
|
* [RelatedPerson](relatedperson.html): A city specified in an address
|
|
*/
|
|
// https://hl7.org/fhir/r4/search.html#string
|
|
AddressCity datatypes.JSON `gorm:"column:addressCity;type:text;serializer:json" json:"addressCity,omitempty"`
|
|
/*
|
|
Multiple Resources:
|
|
|
|
* [Patient](patient.html): A country specified in an address
|
|
* [Person](person.html): A country specified in an address
|
|
* [Practitioner](practitioner.html): A country specified in an address
|
|
* [RelatedPerson](relatedperson.html): A country specified in an address
|
|
*/
|
|
// https://hl7.org/fhir/r4/search.html#string
|
|
AddressCountry datatypes.JSON `gorm:"column:addressCountry;type:text;serializer:json" json:"addressCountry,omitempty"`
|
|
/*
|
|
Multiple Resources:
|
|
|
|
* [Patient](patient.html): A postalCode specified in an address
|
|
* [Person](person.html): A postal code specified in an address
|
|
* [Practitioner](practitioner.html): A postalCode specified in an address
|
|
* [RelatedPerson](relatedperson.html): A postal code specified in an address
|
|
*/
|
|
// https://hl7.org/fhir/r4/search.html#string
|
|
AddressPostalcode datatypes.JSON `gorm:"column:addressPostalcode;type:text;serializer:json" json:"addressPostalcode,omitempty"`
|
|
/*
|
|
Multiple Resources:
|
|
|
|
* [Patient](patient.html): A state specified in an address
|
|
* [Person](person.html): A state specified in an address
|
|
* [Practitioner](practitioner.html): A state specified in an address
|
|
* [RelatedPerson](relatedperson.html): A state specified in an address
|
|
*/
|
|
// https://hl7.org/fhir/r4/search.html#string
|
|
AddressState datatypes.JSON `gorm:"column:addressState;type:text;serializer:json" json:"addressState,omitempty"`
|
|
/*
|
|
Multiple Resources:
|
|
|
|
* [Patient](patient.html): A use code specified in an address
|
|
* [Person](person.html): A use code specified in an address
|
|
* [Practitioner](practitioner.html): A use code specified in an address
|
|
* [RelatedPerson](relatedperson.html): A use code specified in an address
|
|
*/
|
|
// https://hl7.org/fhir/r4/search.html#token
|
|
AddressUse datatypes.JSON `gorm:"column:addressUse;type:text;serializer:json" json:"addressUse,omitempty"`
|
|
// One of the languages that the practitioner can communicate with
|
|
// https://hl7.org/fhir/r4/search.html#token
|
|
Communication datatypes.JSON `gorm:"column:communication;type:text;serializer:json" json:"communication,omitempty"`
|
|
/*
|
|
Multiple Resources:
|
|
|
|
* [Patient](patient.html): A value in an email contact
|
|
* [Person](person.html): A value in an email contact
|
|
* [Practitioner](practitioner.html): A value in an email contact
|
|
* [PractitionerRole](practitionerrole.html): A value in an email contact
|
|
* [RelatedPerson](relatedperson.html): A value in an email contact
|
|
*/
|
|
// https://hl7.org/fhir/r4/search.html#token
|
|
Email datatypes.JSON `gorm:"column:email;type:text;serializer:json" json:"email,omitempty"`
|
|
/*
|
|
Multiple Resources:
|
|
|
|
* [Patient](patient.html): A portion of the family name of the patient
|
|
* [Practitioner](practitioner.html): A portion of the family name
|
|
*/
|
|
// https://hl7.org/fhir/r4/search.html#string
|
|
Family datatypes.JSON `gorm:"column:family;type:text;serializer:json" json:"family,omitempty"`
|
|
/*
|
|
Multiple Resources:
|
|
|
|
* [Patient](patient.html): Gender of the patient
|
|
* [Person](person.html): The gender of the person
|
|
* [Practitioner](practitioner.html): Gender of the practitioner
|
|
* [RelatedPerson](relatedperson.html): Gender of the related person
|
|
*/
|
|
// https://hl7.org/fhir/r4/search.html#token
|
|
Gender datatypes.JSON `gorm:"column:gender;type:text;serializer:json" json:"gender,omitempty"`
|
|
/*
|
|
Multiple Resources:
|
|
|
|
* [Patient](patient.html): A portion of the given name of the patient
|
|
* [Practitioner](practitioner.html): A portion of the given name
|
|
*/
|
|
// https://hl7.org/fhir/r4/search.html#string
|
|
Given datatypes.JSON `gorm:"column:given;type:text;serializer:json" json:"given,omitempty"`
|
|
// A practitioner's Identifier
|
|
// https://hl7.org/fhir/r4/search.html#token
|
|
Identifier datatypes.JSON `gorm:"column:identifier;type:text;serializer:json" json:"identifier,omitempty"`
|
|
// Language of the resource content
|
|
// https://hl7.org/fhir/r4/search.html#token
|
|
Language datatypes.JSON `gorm:"column:language;type:text;serializer:json" json:"language,omitempty"`
|
|
// When the resource version last changed
|
|
// https://hl7.org/fhir/r4/search.html#date
|
|
LastUpdated *time.Time `gorm:"column:lastUpdated;type:datetime" json:"lastUpdated,omitempty"`
|
|
// A server defined search that may match any of the string fields in the HumanName, including family, give, prefix, suffix, suffix, and/or text
|
|
// https://hl7.org/fhir/r4/search.html#string
|
|
Name datatypes.JSON `gorm:"column:name;type:text;serializer:json" json:"name,omitempty"`
|
|
/*
|
|
Multiple Resources:
|
|
|
|
* [Patient](patient.html): A value in a phone contact
|
|
* [Person](person.html): A value in a phone contact
|
|
* [Practitioner](practitioner.html): A value in a phone contact
|
|
* [PractitionerRole](practitionerrole.html): A value in a phone contact
|
|
* [RelatedPerson](relatedperson.html): A value in a phone contact
|
|
*/
|
|
// https://hl7.org/fhir/r4/search.html#token
|
|
Phone datatypes.JSON `gorm:"column:phone;type:text;serializer:json" json:"phone,omitempty"`
|
|
/*
|
|
Multiple Resources:
|
|
|
|
* [Patient](patient.html): A portion of either family or given name using some kind of phonetic matching algorithm
|
|
* [Person](person.html): A portion of name using some kind of phonetic matching algorithm
|
|
* [Practitioner](practitioner.html): A portion of either family or given name using some kind of phonetic matching algorithm
|
|
* [RelatedPerson](relatedperson.html): A portion of name using some kind of phonetic matching algorithm
|
|
*/
|
|
// https://hl7.org/fhir/r4/search.html#string
|
|
Phonetic datatypes.JSON `gorm:"column:phonetic;type:text;serializer:json" json:"phonetic,omitempty"`
|
|
// Profiles this resource claims to conform to
|
|
// https://hl7.org/fhir/r4/search.html#reference
|
|
Profile datatypes.JSON `gorm:"column:profile;type:text;serializer:json" json:"profile,omitempty"`
|
|
// Tags applied to this resource
|
|
// https://hl7.org/fhir/r4/search.html#token
|
|
Tag datatypes.JSON `gorm:"column:tag;type:text;serializer:json" json:"tag,omitempty"`
|
|
/*
|
|
Multiple Resources:
|
|
|
|
* [Patient](patient.html): The value in any kind of telecom details of the patient
|
|
* [Person](person.html): The value in any kind of contact
|
|
* [Practitioner](practitioner.html): The value in any kind of contact
|
|
* [PractitionerRole](practitionerrole.html): The value in any kind of contact
|
|
* [RelatedPerson](relatedperson.html): The value in any kind of contact
|
|
*/
|
|
// https://hl7.org/fhir/r4/search.html#token
|
|
Telecom datatypes.JSON `gorm:"column:telecom;type:text;serializer:json" json:"telecom,omitempty"`
|
|
// Text search against the narrative
|
|
// https://hl7.org/fhir/r4/search.html#string
|
|
Text datatypes.JSON `gorm:"column:text;type:text;serializer:json" json:"text,omitempty"`
|
|
// A resource type filter
|
|
// https://hl7.org/fhir/r4/search.html#special
|
|
Type datatypes.JSON `gorm:"column:type;type:text;serializer:json" json:"type,omitempty"`
|
|
}
|
|
|
|
func (s *FhirPractitioner) GetSearchParameters() map[string]string {
|
|
searchParameters := map[string]string{
|
|
"active": "token",
|
|
"address": "string",
|
|
"addressCity": "string",
|
|
"addressCountry": "string",
|
|
"addressPostalcode": "string",
|
|
"addressState": "string",
|
|
"addressUse": "token",
|
|
"communication": "token",
|
|
"email": "token",
|
|
"family": "string",
|
|
"gender": "token",
|
|
"given": "string",
|
|
"identifier": "token",
|
|
"language": "token",
|
|
"lastUpdated": "date",
|
|
"name": "string",
|
|
"phone": "token",
|
|
"phonetic": "string",
|
|
"profile": "reference",
|
|
"tag": "token",
|
|
"telecom": "token",
|
|
"text": "string",
|
|
"type": "special",
|
|
}
|
|
return searchParameters
|
|
}
|
|
func (s *FhirPractitioner) PopulateAndExtractSearchParameters(resourceRaw json.RawMessage) error {
|
|
s.ResourceRaw = datatypes.JSON(resourceRaw)
|
|
// unmarshal the raw resource (bytes) into a map
|
|
var resourceRawMap map[string]interface{}
|
|
err := json.Unmarshal(resourceRaw, &resourceRawMap)
|
|
if err != nil {
|
|
return err
|
|
}
|
|
if len(fhirPathJs) == 0 {
|
|
return fmt.Errorf("fhirPathJs script is empty")
|
|
}
|
|
vm := goja.New()
|
|
// setup the global window object
|
|
vm.Set("window", vm.NewObject())
|
|
// set the global FHIR Resource object
|
|
vm.Set("fhirResource", resourceRawMap)
|
|
// compile the fhirpath library
|
|
fhirPathJsProgram, err := goja.Compile("fhirpath.min.js", fhirPathJs, true)
|
|
if err != nil {
|
|
return err
|
|
}
|
|
// add the fhirpath library in the goja vm
|
|
_, err = vm.RunProgram(fhirPathJsProgram)
|
|
if err != nil {
|
|
return err
|
|
}
|
|
// execute the fhirpath expression for each search parameter
|
|
// extracting Active
|
|
activeResult, err := vm.RunString(`
|
|
ActiveResult = window.fhirpath.evaluate(fhirResource, 'Practitioner.active')
|
|
ActiveProcessed = ActiveResult.reduce((accumulator, currentValue) => {
|
|
if (currentValue.coding) {
|
|
//CodeableConcept
|
|
currentValue.coding.map((coding) => {
|
|
accumulator.push({
|
|
"code": coding.code,
|
|
"system": coding.system,
|
|
"text": currentValue.text
|
|
})
|
|
})
|
|
} else if (currentValue.value) {
|
|
//ContactPoint, Identifier
|
|
accumulator.push({
|
|
"code": currentValue.value,
|
|
"system": currentValue.system,
|
|
"text": currentValue.type?.text
|
|
})
|
|
} else if (currentValue.code) {
|
|
//Coding
|
|
accumulator.push({
|
|
"code": currentValue.code,
|
|
"system": currentValue.system,
|
|
"text": currentValue.display
|
|
})
|
|
} else if ((typeof currentValue === 'string') || (typeof currentValue === 'boolean')) {
|
|
//string, boolean
|
|
accumulator.push({
|
|
"code": currentValue,
|
|
})
|
|
}
|
|
return accumulator
|
|
}, [])
|
|
|
|
|
|
if(ActiveProcessed.length == 0) {
|
|
"undefined"
|
|
}
|
|
else {
|
|
JSON.stringify(ActiveProcessed)
|
|
}
|
|
`)
|
|
if err == nil && activeResult.String() != "undefined" {
|
|
s.Active = []byte(activeResult.String())
|
|
}
|
|
// extracting Address
|
|
addressResult, err := vm.RunString(`
|
|
AddressResult = window.fhirpath.evaluate(fhirResource, 'Patient.address | Person.address | Practitioner.address | RelatedPerson.address')
|
|
AddressProcessed = AddressResult.reduce((accumulator, currentValue) => {
|
|
if (typeof currentValue === 'string') {
|
|
//basic string
|
|
accumulator.push(currentValue)
|
|
} else if (currentValue.family || currentValue.given) {
|
|
//HumanName http://hl7.org/fhir/R4/datatypes.html#HumanName
|
|
var humanNameParts = []
|
|
if (currentValue.prefix) {
|
|
humanNameParts = humanNameParts.concat(currentValue.prefix)
|
|
}
|
|
if (currentValue.given) {
|
|
humanNameParts = humanNameParts.concat(currentValue.given)
|
|
}
|
|
if (currentValue.family) {
|
|
humanNameParts.push(currentValue.family)
|
|
}
|
|
if (currentValue.suffix) {
|
|
humanNameParts = humanNameParts.concat(currentValue.suffix)
|
|
}
|
|
accumulator.push(humanNameParts.join(" "))
|
|
} else if (currentValue.city || currentValue.state || currentValue.country || currentValue.postalCode) {
|
|
//Address http://hl7.org/fhir/R4/datatypes.html#Address
|
|
var addressParts = []
|
|
if (currentValue.line) {
|
|
addressParts = addressParts.concat(currentValue.line)
|
|
}
|
|
if (currentValue.city) {
|
|
addressParts.push(currentValue.city)
|
|
}
|
|
if (currentValue.state) {
|
|
addressParts.push(currentValue.state)
|
|
}
|
|
if (currentValue.postalCode) {
|
|
addressParts.push(currentValue.postalCode)
|
|
}
|
|
if (currentValue.country) {
|
|
addressParts.push(currentValue.country)
|
|
}
|
|
accumulator.push(addressParts.join(" "))
|
|
} else {
|
|
//string, boolean
|
|
accumulator.push(currentValue)
|
|
}
|
|
return accumulator
|
|
}, [])
|
|
|
|
if(AddressProcessed.length == 0) {
|
|
"undefined"
|
|
}
|
|
else {
|
|
JSON.stringify(AddressProcessed)
|
|
}
|
|
`)
|
|
if err == nil && addressResult.String() != "undefined" {
|
|
s.Address = []byte(addressResult.String())
|
|
}
|
|
// extracting AddressCity
|
|
addressCityResult, err := vm.RunString(`
|
|
AddressCityResult = window.fhirpath.evaluate(fhirResource, 'Patient.address.city | Person.address.city | Practitioner.address.city | RelatedPerson.address.city')
|
|
AddressCityProcessed = AddressCityResult.reduce((accumulator, currentValue) => {
|
|
if (typeof currentValue === 'string') {
|
|
//basic string
|
|
accumulator.push(currentValue)
|
|
} else if (currentValue.family || currentValue.given) {
|
|
//HumanName http://hl7.org/fhir/R4/datatypes.html#HumanName
|
|
var humanNameParts = []
|
|
if (currentValue.prefix) {
|
|
humanNameParts = humanNameParts.concat(currentValue.prefix)
|
|
}
|
|
if (currentValue.given) {
|
|
humanNameParts = humanNameParts.concat(currentValue.given)
|
|
}
|
|
if (currentValue.family) {
|
|
humanNameParts.push(currentValue.family)
|
|
}
|
|
if (currentValue.suffix) {
|
|
humanNameParts = humanNameParts.concat(currentValue.suffix)
|
|
}
|
|
accumulator.push(humanNameParts.join(" "))
|
|
} else if (currentValue.city || currentValue.state || currentValue.country || currentValue.postalCode) {
|
|
//Address http://hl7.org/fhir/R4/datatypes.html#Address
|
|
var addressParts = []
|
|
if (currentValue.line) {
|
|
addressParts = addressParts.concat(currentValue.line)
|
|
}
|
|
if (currentValue.city) {
|
|
addressParts.push(currentValue.city)
|
|
}
|
|
if (currentValue.state) {
|
|
addressParts.push(currentValue.state)
|
|
}
|
|
if (currentValue.postalCode) {
|
|
addressParts.push(currentValue.postalCode)
|
|
}
|
|
if (currentValue.country) {
|
|
addressParts.push(currentValue.country)
|
|
}
|
|
accumulator.push(addressParts.join(" "))
|
|
} else {
|
|
//string, boolean
|
|
accumulator.push(currentValue)
|
|
}
|
|
return accumulator
|
|
}, [])
|
|
|
|
if(AddressCityProcessed.length == 0) {
|
|
"undefined"
|
|
}
|
|
else {
|
|
JSON.stringify(AddressCityProcessed)
|
|
}
|
|
`)
|
|
if err == nil && addressCityResult.String() != "undefined" {
|
|
s.AddressCity = []byte(addressCityResult.String())
|
|
}
|
|
// extracting AddressCountry
|
|
addressCountryResult, err := vm.RunString(`
|
|
AddressCountryResult = window.fhirpath.evaluate(fhirResource, 'Patient.address.country | Person.address.country | Practitioner.address.country | RelatedPerson.address.country')
|
|
AddressCountryProcessed = AddressCountryResult.reduce((accumulator, currentValue) => {
|
|
if (typeof currentValue === 'string') {
|
|
//basic string
|
|
accumulator.push(currentValue)
|
|
} else if (currentValue.family || currentValue.given) {
|
|
//HumanName http://hl7.org/fhir/R4/datatypes.html#HumanName
|
|
var humanNameParts = []
|
|
if (currentValue.prefix) {
|
|
humanNameParts = humanNameParts.concat(currentValue.prefix)
|
|
}
|
|
if (currentValue.given) {
|
|
humanNameParts = humanNameParts.concat(currentValue.given)
|
|
}
|
|
if (currentValue.family) {
|
|
humanNameParts.push(currentValue.family)
|
|
}
|
|
if (currentValue.suffix) {
|
|
humanNameParts = humanNameParts.concat(currentValue.suffix)
|
|
}
|
|
accumulator.push(humanNameParts.join(" "))
|
|
} else if (currentValue.city || currentValue.state || currentValue.country || currentValue.postalCode) {
|
|
//Address http://hl7.org/fhir/R4/datatypes.html#Address
|
|
var addressParts = []
|
|
if (currentValue.line) {
|
|
addressParts = addressParts.concat(currentValue.line)
|
|
}
|
|
if (currentValue.city) {
|
|
addressParts.push(currentValue.city)
|
|
}
|
|
if (currentValue.state) {
|
|
addressParts.push(currentValue.state)
|
|
}
|
|
if (currentValue.postalCode) {
|
|
addressParts.push(currentValue.postalCode)
|
|
}
|
|
if (currentValue.country) {
|
|
addressParts.push(currentValue.country)
|
|
}
|
|
accumulator.push(addressParts.join(" "))
|
|
} else {
|
|
//string, boolean
|
|
accumulator.push(currentValue)
|
|
}
|
|
return accumulator
|
|
}, [])
|
|
|
|
if(AddressCountryProcessed.length == 0) {
|
|
"undefined"
|
|
}
|
|
else {
|
|
JSON.stringify(AddressCountryProcessed)
|
|
}
|
|
`)
|
|
if err == nil && addressCountryResult.String() != "undefined" {
|
|
s.AddressCountry = []byte(addressCountryResult.String())
|
|
}
|
|
// extracting AddressPostalcode
|
|
addressPostalcodeResult, err := vm.RunString(`
|
|
AddressPostalcodeResult = window.fhirpath.evaluate(fhirResource, 'Patient.address.postalCode | Person.address.postalCode | Practitioner.address.postalCode | RelatedPerson.address.postalCode')
|
|
AddressPostalcodeProcessed = AddressPostalcodeResult.reduce((accumulator, currentValue) => {
|
|
if (typeof currentValue === 'string') {
|
|
//basic string
|
|
accumulator.push(currentValue)
|
|
} else if (currentValue.family || currentValue.given) {
|
|
//HumanName http://hl7.org/fhir/R4/datatypes.html#HumanName
|
|
var humanNameParts = []
|
|
if (currentValue.prefix) {
|
|
humanNameParts = humanNameParts.concat(currentValue.prefix)
|
|
}
|
|
if (currentValue.given) {
|
|
humanNameParts = humanNameParts.concat(currentValue.given)
|
|
}
|
|
if (currentValue.family) {
|
|
humanNameParts.push(currentValue.family)
|
|
}
|
|
if (currentValue.suffix) {
|
|
humanNameParts = humanNameParts.concat(currentValue.suffix)
|
|
}
|
|
accumulator.push(humanNameParts.join(" "))
|
|
} else if (currentValue.city || currentValue.state || currentValue.country || currentValue.postalCode) {
|
|
//Address http://hl7.org/fhir/R4/datatypes.html#Address
|
|
var addressParts = []
|
|
if (currentValue.line) {
|
|
addressParts = addressParts.concat(currentValue.line)
|
|
}
|
|
if (currentValue.city) {
|
|
addressParts.push(currentValue.city)
|
|
}
|
|
if (currentValue.state) {
|
|
addressParts.push(currentValue.state)
|
|
}
|
|
if (currentValue.postalCode) {
|
|
addressParts.push(currentValue.postalCode)
|
|
}
|
|
if (currentValue.country) {
|
|
addressParts.push(currentValue.country)
|
|
}
|
|
accumulator.push(addressParts.join(" "))
|
|
} else {
|
|
//string, boolean
|
|
accumulator.push(currentValue)
|
|
}
|
|
return accumulator
|
|
}, [])
|
|
|
|
if(AddressPostalcodeProcessed.length == 0) {
|
|
"undefined"
|
|
}
|
|
else {
|
|
JSON.stringify(AddressPostalcodeProcessed)
|
|
}
|
|
`)
|
|
if err == nil && addressPostalcodeResult.String() != "undefined" {
|
|
s.AddressPostalcode = []byte(addressPostalcodeResult.String())
|
|
}
|
|
// extracting AddressState
|
|
addressStateResult, err := vm.RunString(`
|
|
AddressStateResult = window.fhirpath.evaluate(fhirResource, 'Patient.address.state | Person.address.state | Practitioner.address.state | RelatedPerson.address.state')
|
|
AddressStateProcessed = AddressStateResult.reduce((accumulator, currentValue) => {
|
|
if (typeof currentValue === 'string') {
|
|
//basic string
|
|
accumulator.push(currentValue)
|
|
} else if (currentValue.family || currentValue.given) {
|
|
//HumanName http://hl7.org/fhir/R4/datatypes.html#HumanName
|
|
var humanNameParts = []
|
|
if (currentValue.prefix) {
|
|
humanNameParts = humanNameParts.concat(currentValue.prefix)
|
|
}
|
|
if (currentValue.given) {
|
|
humanNameParts = humanNameParts.concat(currentValue.given)
|
|
}
|
|
if (currentValue.family) {
|
|
humanNameParts.push(currentValue.family)
|
|
}
|
|
if (currentValue.suffix) {
|
|
humanNameParts = humanNameParts.concat(currentValue.suffix)
|
|
}
|
|
accumulator.push(humanNameParts.join(" "))
|
|
} else if (currentValue.city || currentValue.state || currentValue.country || currentValue.postalCode) {
|
|
//Address http://hl7.org/fhir/R4/datatypes.html#Address
|
|
var addressParts = []
|
|
if (currentValue.line) {
|
|
addressParts = addressParts.concat(currentValue.line)
|
|
}
|
|
if (currentValue.city) {
|
|
addressParts.push(currentValue.city)
|
|
}
|
|
if (currentValue.state) {
|
|
addressParts.push(currentValue.state)
|
|
}
|
|
if (currentValue.postalCode) {
|
|
addressParts.push(currentValue.postalCode)
|
|
}
|
|
if (currentValue.country) {
|
|
addressParts.push(currentValue.country)
|
|
}
|
|
accumulator.push(addressParts.join(" "))
|
|
} else {
|
|
//string, boolean
|
|
accumulator.push(currentValue)
|
|
}
|
|
return accumulator
|
|
}, [])
|
|
|
|
if(AddressStateProcessed.length == 0) {
|
|
"undefined"
|
|
}
|
|
else {
|
|
JSON.stringify(AddressStateProcessed)
|
|
}
|
|
`)
|
|
if err == nil && addressStateResult.String() != "undefined" {
|
|
s.AddressState = []byte(addressStateResult.String())
|
|
}
|
|
// extracting AddressUse
|
|
addressUseResult, err := vm.RunString(`
|
|
AddressUseResult = window.fhirpath.evaluate(fhirResource, 'Patient.address.use | Person.address.use | Practitioner.address.use | RelatedPerson.address.use')
|
|
AddressUseProcessed = AddressUseResult.reduce((accumulator, currentValue) => {
|
|
if (currentValue.coding) {
|
|
//CodeableConcept
|
|
currentValue.coding.map((coding) => {
|
|
accumulator.push({
|
|
"code": coding.code,
|
|
"system": coding.system,
|
|
"text": currentValue.text
|
|
})
|
|
})
|
|
} else if (currentValue.value) {
|
|
//ContactPoint, Identifier
|
|
accumulator.push({
|
|
"code": currentValue.value,
|
|
"system": currentValue.system,
|
|
"text": currentValue.type?.text
|
|
})
|
|
} else if (currentValue.code) {
|
|
//Coding
|
|
accumulator.push({
|
|
"code": currentValue.code,
|
|
"system": currentValue.system,
|
|
"text": currentValue.display
|
|
})
|
|
} else if ((typeof currentValue === 'string') || (typeof currentValue === 'boolean')) {
|
|
//string, boolean
|
|
accumulator.push({
|
|
"code": currentValue,
|
|
})
|
|
}
|
|
return accumulator
|
|
}, [])
|
|
|
|
|
|
if(AddressUseProcessed.length == 0) {
|
|
"undefined"
|
|
}
|
|
else {
|
|
JSON.stringify(AddressUseProcessed)
|
|
}
|
|
`)
|
|
if err == nil && addressUseResult.String() != "undefined" {
|
|
s.AddressUse = []byte(addressUseResult.String())
|
|
}
|
|
// extracting Communication
|
|
communicationResult, err := vm.RunString(`
|
|
CommunicationResult = window.fhirpath.evaluate(fhirResource, 'Practitioner.communication')
|
|
CommunicationProcessed = CommunicationResult.reduce((accumulator, currentValue) => {
|
|
if (currentValue.coding) {
|
|
//CodeableConcept
|
|
currentValue.coding.map((coding) => {
|
|
accumulator.push({
|
|
"code": coding.code,
|
|
"system": coding.system,
|
|
"text": currentValue.text
|
|
})
|
|
})
|
|
} else if (currentValue.value) {
|
|
//ContactPoint, Identifier
|
|
accumulator.push({
|
|
"code": currentValue.value,
|
|
"system": currentValue.system,
|
|
"text": currentValue.type?.text
|
|
})
|
|
} else if (currentValue.code) {
|
|
//Coding
|
|
accumulator.push({
|
|
"code": currentValue.code,
|
|
"system": currentValue.system,
|
|
"text": currentValue.display
|
|
})
|
|
} else if ((typeof currentValue === 'string') || (typeof currentValue === 'boolean')) {
|
|
//string, boolean
|
|
accumulator.push({
|
|
"code": currentValue,
|
|
})
|
|
}
|
|
return accumulator
|
|
}, [])
|
|
|
|
|
|
if(CommunicationProcessed.length == 0) {
|
|
"undefined"
|
|
}
|
|
else {
|
|
JSON.stringify(CommunicationProcessed)
|
|
}
|
|
`)
|
|
if err == nil && communicationResult.String() != "undefined" {
|
|
s.Communication = []byte(communicationResult.String())
|
|
}
|
|
// extracting Email
|
|
emailResult, err := vm.RunString(`
|
|
EmailResult = window.fhirpath.evaluate(fhirResource, 'Patient.telecom.where(system='email') | Person.telecom.where(system='email') | Practitioner.telecom.where(system='email') | PractitionerRole.telecom.where(system='email') | RelatedPerson.telecom.where(system='email')')
|
|
EmailProcessed = EmailResult.reduce((accumulator, currentValue) => {
|
|
if (currentValue.coding) {
|
|
//CodeableConcept
|
|
currentValue.coding.map((coding) => {
|
|
accumulator.push({
|
|
"code": coding.code,
|
|
"system": coding.system,
|
|
"text": currentValue.text
|
|
})
|
|
})
|
|
} else if (currentValue.value) {
|
|
//ContactPoint, Identifier
|
|
accumulator.push({
|
|
"code": currentValue.value,
|
|
"system": currentValue.system,
|
|
"text": currentValue.type?.text
|
|
})
|
|
} else if (currentValue.code) {
|
|
//Coding
|
|
accumulator.push({
|
|
"code": currentValue.code,
|
|
"system": currentValue.system,
|
|
"text": currentValue.display
|
|
})
|
|
} else if ((typeof currentValue === 'string') || (typeof currentValue === 'boolean')) {
|
|
//string, boolean
|
|
accumulator.push({
|
|
"code": currentValue,
|
|
})
|
|
}
|
|
return accumulator
|
|
}, [])
|
|
|
|
|
|
if(EmailProcessed.length == 0) {
|
|
"undefined"
|
|
}
|
|
else {
|
|
JSON.stringify(EmailProcessed)
|
|
}
|
|
`)
|
|
if err == nil && emailResult.String() != "undefined" {
|
|
s.Email = []byte(emailResult.String())
|
|
}
|
|
// extracting Family
|
|
familyResult, err := vm.RunString(`
|
|
FamilyResult = window.fhirpath.evaluate(fhirResource, 'Patient.name.family | Practitioner.name.family')
|
|
FamilyProcessed = FamilyResult.reduce((accumulator, currentValue) => {
|
|
if (typeof currentValue === 'string') {
|
|
//basic string
|
|
accumulator.push(currentValue)
|
|
} else if (currentValue.family || currentValue.given) {
|
|
//HumanName http://hl7.org/fhir/R4/datatypes.html#HumanName
|
|
var humanNameParts = []
|
|
if (currentValue.prefix) {
|
|
humanNameParts = humanNameParts.concat(currentValue.prefix)
|
|
}
|
|
if (currentValue.given) {
|
|
humanNameParts = humanNameParts.concat(currentValue.given)
|
|
}
|
|
if (currentValue.family) {
|
|
humanNameParts.push(currentValue.family)
|
|
}
|
|
if (currentValue.suffix) {
|
|
humanNameParts = humanNameParts.concat(currentValue.suffix)
|
|
}
|
|
accumulator.push(humanNameParts.join(" "))
|
|
} else if (currentValue.city || currentValue.state || currentValue.country || currentValue.postalCode) {
|
|
//Address http://hl7.org/fhir/R4/datatypes.html#Address
|
|
var addressParts = []
|
|
if (currentValue.line) {
|
|
addressParts = addressParts.concat(currentValue.line)
|
|
}
|
|
if (currentValue.city) {
|
|
addressParts.push(currentValue.city)
|
|
}
|
|
if (currentValue.state) {
|
|
addressParts.push(currentValue.state)
|
|
}
|
|
if (currentValue.postalCode) {
|
|
addressParts.push(currentValue.postalCode)
|
|
}
|
|
if (currentValue.country) {
|
|
addressParts.push(currentValue.country)
|
|
}
|
|
accumulator.push(addressParts.join(" "))
|
|
} else {
|
|
//string, boolean
|
|
accumulator.push(currentValue)
|
|
}
|
|
return accumulator
|
|
}, [])
|
|
|
|
if(FamilyProcessed.length == 0) {
|
|
"undefined"
|
|
}
|
|
else {
|
|
JSON.stringify(FamilyProcessed)
|
|
}
|
|
`)
|
|
if err == nil && familyResult.String() != "undefined" {
|
|
s.Family = []byte(familyResult.String())
|
|
}
|
|
// extracting Gender
|
|
genderResult, err := vm.RunString(`
|
|
GenderResult = window.fhirpath.evaluate(fhirResource, 'Patient.gender | Person.gender | Practitioner.gender | RelatedPerson.gender')
|
|
GenderProcessed = GenderResult.reduce((accumulator, currentValue) => {
|
|
if (currentValue.coding) {
|
|
//CodeableConcept
|
|
currentValue.coding.map((coding) => {
|
|
accumulator.push({
|
|
"code": coding.code,
|
|
"system": coding.system,
|
|
"text": currentValue.text
|
|
})
|
|
})
|
|
} else if (currentValue.value) {
|
|
//ContactPoint, Identifier
|
|
accumulator.push({
|
|
"code": currentValue.value,
|
|
"system": currentValue.system,
|
|
"text": currentValue.type?.text
|
|
})
|
|
} else if (currentValue.code) {
|
|
//Coding
|
|
accumulator.push({
|
|
"code": currentValue.code,
|
|
"system": currentValue.system,
|
|
"text": currentValue.display
|
|
})
|
|
} else if ((typeof currentValue === 'string') || (typeof currentValue === 'boolean')) {
|
|
//string, boolean
|
|
accumulator.push({
|
|
"code": currentValue,
|
|
})
|
|
}
|
|
return accumulator
|
|
}, [])
|
|
|
|
|
|
if(GenderProcessed.length == 0) {
|
|
"undefined"
|
|
}
|
|
else {
|
|
JSON.stringify(GenderProcessed)
|
|
}
|
|
`)
|
|
if err == nil && genderResult.String() != "undefined" {
|
|
s.Gender = []byte(genderResult.String())
|
|
}
|
|
// extracting Given
|
|
givenResult, err := vm.RunString(`
|
|
GivenResult = window.fhirpath.evaluate(fhirResource, 'Patient.name.given | Practitioner.name.given')
|
|
GivenProcessed = GivenResult.reduce((accumulator, currentValue) => {
|
|
if (typeof currentValue === 'string') {
|
|
//basic string
|
|
accumulator.push(currentValue)
|
|
} else if (currentValue.family || currentValue.given) {
|
|
//HumanName http://hl7.org/fhir/R4/datatypes.html#HumanName
|
|
var humanNameParts = []
|
|
if (currentValue.prefix) {
|
|
humanNameParts = humanNameParts.concat(currentValue.prefix)
|
|
}
|
|
if (currentValue.given) {
|
|
humanNameParts = humanNameParts.concat(currentValue.given)
|
|
}
|
|
if (currentValue.family) {
|
|
humanNameParts.push(currentValue.family)
|
|
}
|
|
if (currentValue.suffix) {
|
|
humanNameParts = humanNameParts.concat(currentValue.suffix)
|
|
}
|
|
accumulator.push(humanNameParts.join(" "))
|
|
} else if (currentValue.city || currentValue.state || currentValue.country || currentValue.postalCode) {
|
|
//Address http://hl7.org/fhir/R4/datatypes.html#Address
|
|
var addressParts = []
|
|
if (currentValue.line) {
|
|
addressParts = addressParts.concat(currentValue.line)
|
|
}
|
|
if (currentValue.city) {
|
|
addressParts.push(currentValue.city)
|
|
}
|
|
if (currentValue.state) {
|
|
addressParts.push(currentValue.state)
|
|
}
|
|
if (currentValue.postalCode) {
|
|
addressParts.push(currentValue.postalCode)
|
|
}
|
|
if (currentValue.country) {
|
|
addressParts.push(currentValue.country)
|
|
}
|
|
accumulator.push(addressParts.join(" "))
|
|
} else {
|
|
//string, boolean
|
|
accumulator.push(currentValue)
|
|
}
|
|
return accumulator
|
|
}, [])
|
|
|
|
if(GivenProcessed.length == 0) {
|
|
"undefined"
|
|
}
|
|
else {
|
|
JSON.stringify(GivenProcessed)
|
|
}
|
|
`)
|
|
if err == nil && givenResult.String() != "undefined" {
|
|
s.Given = []byte(givenResult.String())
|
|
}
|
|
// extracting Identifier
|
|
identifierResult, err := vm.RunString(`
|
|
IdentifierResult = window.fhirpath.evaluate(fhirResource, 'Practitioner.identifier')
|
|
IdentifierProcessed = IdentifierResult.reduce((accumulator, currentValue) => {
|
|
if (currentValue.coding) {
|
|
//CodeableConcept
|
|
currentValue.coding.map((coding) => {
|
|
accumulator.push({
|
|
"code": coding.code,
|
|
"system": coding.system,
|
|
"text": currentValue.text
|
|
})
|
|
})
|
|
} else if (currentValue.value) {
|
|
//ContactPoint, Identifier
|
|
accumulator.push({
|
|
"code": currentValue.value,
|
|
"system": currentValue.system,
|
|
"text": currentValue.type?.text
|
|
})
|
|
} else if (currentValue.code) {
|
|
//Coding
|
|
accumulator.push({
|
|
"code": currentValue.code,
|
|
"system": currentValue.system,
|
|
"text": currentValue.display
|
|
})
|
|
} else if ((typeof currentValue === 'string') || (typeof currentValue === 'boolean')) {
|
|
//string, boolean
|
|
accumulator.push({
|
|
"code": currentValue,
|
|
})
|
|
}
|
|
return accumulator
|
|
}, [])
|
|
|
|
|
|
if(IdentifierProcessed.length == 0) {
|
|
"undefined"
|
|
}
|
|
else {
|
|
JSON.stringify(IdentifierProcessed)
|
|
}
|
|
`)
|
|
if err == nil && identifierResult.String() != "undefined" {
|
|
s.Identifier = []byte(identifierResult.String())
|
|
}
|
|
// extracting Language
|
|
languageResult, err := vm.RunString(`
|
|
LanguageResult = window.fhirpath.evaluate(fhirResource, 'language')
|
|
LanguageProcessed = LanguageResult.reduce((accumulator, currentValue) => {
|
|
if (currentValue.coding) {
|
|
//CodeableConcept
|
|
currentValue.coding.map((coding) => {
|
|
accumulator.push({
|
|
"code": coding.code,
|
|
"system": coding.system,
|
|
"text": currentValue.text
|
|
})
|
|
})
|
|
} else if (currentValue.value) {
|
|
//ContactPoint, Identifier
|
|
accumulator.push({
|
|
"code": currentValue.value,
|
|
"system": currentValue.system,
|
|
"text": currentValue.type?.text
|
|
})
|
|
} else if (currentValue.code) {
|
|
//Coding
|
|
accumulator.push({
|
|
"code": currentValue.code,
|
|
"system": currentValue.system,
|
|
"text": currentValue.display
|
|
})
|
|
} else if ((typeof currentValue === 'string') || (typeof currentValue === 'boolean')) {
|
|
//string, boolean
|
|
accumulator.push({
|
|
"code": currentValue,
|
|
})
|
|
}
|
|
return accumulator
|
|
}, [])
|
|
|
|
|
|
if(LanguageProcessed.length == 0) {
|
|
"undefined"
|
|
}
|
|
else {
|
|
JSON.stringify(LanguageProcessed)
|
|
}
|
|
`)
|
|
if err == nil && languageResult.String() != "undefined" {
|
|
s.Language = []byte(languageResult.String())
|
|
}
|
|
// extracting LastUpdated
|
|
lastUpdatedResult, err := vm.RunString("window.fhirpath.evaluate(fhirResource, 'meta.lastUpdated')[0]")
|
|
if err == nil && lastUpdatedResult.String() != "undefined" {
|
|
t, err := time.Parse(time.RFC3339, lastUpdatedResult.String())
|
|
if err == nil {
|
|
s.LastUpdated = &t
|
|
} else if err != nil {
|
|
d, err := time.Parse("2006-01-02", lastUpdatedResult.String())
|
|
if err == nil {
|
|
s.LastUpdated = &d
|
|
}
|
|
}
|
|
}
|
|
// extracting Name
|
|
nameResult, err := vm.RunString(`
|
|
NameResult = window.fhirpath.evaluate(fhirResource, 'Practitioner.name')
|
|
NameProcessed = NameResult.reduce((accumulator, currentValue) => {
|
|
if (typeof currentValue === 'string') {
|
|
//basic string
|
|
accumulator.push(currentValue)
|
|
} else if (currentValue.family || currentValue.given) {
|
|
//HumanName http://hl7.org/fhir/R4/datatypes.html#HumanName
|
|
var humanNameParts = []
|
|
if (currentValue.prefix) {
|
|
humanNameParts = humanNameParts.concat(currentValue.prefix)
|
|
}
|
|
if (currentValue.given) {
|
|
humanNameParts = humanNameParts.concat(currentValue.given)
|
|
}
|
|
if (currentValue.family) {
|
|
humanNameParts.push(currentValue.family)
|
|
}
|
|
if (currentValue.suffix) {
|
|
humanNameParts = humanNameParts.concat(currentValue.suffix)
|
|
}
|
|
accumulator.push(humanNameParts.join(" "))
|
|
} else if (currentValue.city || currentValue.state || currentValue.country || currentValue.postalCode) {
|
|
//Address http://hl7.org/fhir/R4/datatypes.html#Address
|
|
var addressParts = []
|
|
if (currentValue.line) {
|
|
addressParts = addressParts.concat(currentValue.line)
|
|
}
|
|
if (currentValue.city) {
|
|
addressParts.push(currentValue.city)
|
|
}
|
|
if (currentValue.state) {
|
|
addressParts.push(currentValue.state)
|
|
}
|
|
if (currentValue.postalCode) {
|
|
addressParts.push(currentValue.postalCode)
|
|
}
|
|
if (currentValue.country) {
|
|
addressParts.push(currentValue.country)
|
|
}
|
|
accumulator.push(addressParts.join(" "))
|
|
} else {
|
|
//string, boolean
|
|
accumulator.push(currentValue)
|
|
}
|
|
return accumulator
|
|
}, [])
|
|
|
|
if(NameProcessed.length == 0) {
|
|
"undefined"
|
|
}
|
|
else {
|
|
JSON.stringify(NameProcessed)
|
|
}
|
|
`)
|
|
if err == nil && nameResult.String() != "undefined" {
|
|
s.Name = []byte(nameResult.String())
|
|
}
|
|
// extracting Phone
|
|
phoneResult, err := vm.RunString(`
|
|
PhoneResult = window.fhirpath.evaluate(fhirResource, 'Patient.telecom.where(system='phone') | Person.telecom.where(system='phone') | Practitioner.telecom.where(system='phone') | PractitionerRole.telecom.where(system='phone') | RelatedPerson.telecom.where(system='phone')')
|
|
PhoneProcessed = PhoneResult.reduce((accumulator, currentValue) => {
|
|
if (currentValue.coding) {
|
|
//CodeableConcept
|
|
currentValue.coding.map((coding) => {
|
|
accumulator.push({
|
|
"code": coding.code,
|
|
"system": coding.system,
|
|
"text": currentValue.text
|
|
})
|
|
})
|
|
} else if (currentValue.value) {
|
|
//ContactPoint, Identifier
|
|
accumulator.push({
|
|
"code": currentValue.value,
|
|
"system": currentValue.system,
|
|
"text": currentValue.type?.text
|
|
})
|
|
} else if (currentValue.code) {
|
|
//Coding
|
|
accumulator.push({
|
|
"code": currentValue.code,
|
|
"system": currentValue.system,
|
|
"text": currentValue.display
|
|
})
|
|
} else if ((typeof currentValue === 'string') || (typeof currentValue === 'boolean')) {
|
|
//string, boolean
|
|
accumulator.push({
|
|
"code": currentValue,
|
|
})
|
|
}
|
|
return accumulator
|
|
}, [])
|
|
|
|
|
|
if(PhoneProcessed.length == 0) {
|
|
"undefined"
|
|
}
|
|
else {
|
|
JSON.stringify(PhoneProcessed)
|
|
}
|
|
`)
|
|
if err == nil && phoneResult.String() != "undefined" {
|
|
s.Phone = []byte(phoneResult.String())
|
|
}
|
|
// extracting Phonetic
|
|
phoneticResult, err := vm.RunString(`
|
|
PhoneticResult = window.fhirpath.evaluate(fhirResource, 'Patient.name | Person.name | Practitioner.name | RelatedPerson.name')
|
|
PhoneticProcessed = PhoneticResult.reduce((accumulator, currentValue) => {
|
|
if (typeof currentValue === 'string') {
|
|
//basic string
|
|
accumulator.push(currentValue)
|
|
} else if (currentValue.family || currentValue.given) {
|
|
//HumanName http://hl7.org/fhir/R4/datatypes.html#HumanName
|
|
var humanNameParts = []
|
|
if (currentValue.prefix) {
|
|
humanNameParts = humanNameParts.concat(currentValue.prefix)
|
|
}
|
|
if (currentValue.given) {
|
|
humanNameParts = humanNameParts.concat(currentValue.given)
|
|
}
|
|
if (currentValue.family) {
|
|
humanNameParts.push(currentValue.family)
|
|
}
|
|
if (currentValue.suffix) {
|
|
humanNameParts = humanNameParts.concat(currentValue.suffix)
|
|
}
|
|
accumulator.push(humanNameParts.join(" "))
|
|
} else if (currentValue.city || currentValue.state || currentValue.country || currentValue.postalCode) {
|
|
//Address http://hl7.org/fhir/R4/datatypes.html#Address
|
|
var addressParts = []
|
|
if (currentValue.line) {
|
|
addressParts = addressParts.concat(currentValue.line)
|
|
}
|
|
if (currentValue.city) {
|
|
addressParts.push(currentValue.city)
|
|
}
|
|
if (currentValue.state) {
|
|
addressParts.push(currentValue.state)
|
|
}
|
|
if (currentValue.postalCode) {
|
|
addressParts.push(currentValue.postalCode)
|
|
}
|
|
if (currentValue.country) {
|
|
addressParts.push(currentValue.country)
|
|
}
|
|
accumulator.push(addressParts.join(" "))
|
|
} else {
|
|
//string, boolean
|
|
accumulator.push(currentValue)
|
|
}
|
|
return accumulator
|
|
}, [])
|
|
|
|
if(PhoneticProcessed.length == 0) {
|
|
"undefined"
|
|
}
|
|
else {
|
|
JSON.stringify(PhoneticProcessed)
|
|
}
|
|
`)
|
|
if err == nil && phoneticResult.String() != "undefined" {
|
|
s.Phonetic = []byte(phoneticResult.String())
|
|
}
|
|
// extracting Profile
|
|
profileResult, err := vm.RunString(`
|
|
ProfileResult = window.fhirpath.evaluate(fhirResource, 'meta.profile')
|
|
|
|
if(ProfileResult.length == 0) {
|
|
"undefined"
|
|
}
|
|
else {
|
|
JSON.stringify(ProfileResult)
|
|
}
|
|
`)
|
|
if err == nil && profileResult.String() != "undefined" {
|
|
s.Profile = []byte(profileResult.String())
|
|
}
|
|
// extracting Tag
|
|
tagResult, err := vm.RunString(`
|
|
TagResult = window.fhirpath.evaluate(fhirResource, 'meta.tag')
|
|
TagProcessed = TagResult.reduce((accumulator, currentValue) => {
|
|
if (currentValue.coding) {
|
|
//CodeableConcept
|
|
currentValue.coding.map((coding) => {
|
|
accumulator.push({
|
|
"code": coding.code,
|
|
"system": coding.system,
|
|
"text": currentValue.text
|
|
})
|
|
})
|
|
} else if (currentValue.value) {
|
|
//ContactPoint, Identifier
|
|
accumulator.push({
|
|
"code": currentValue.value,
|
|
"system": currentValue.system,
|
|
"text": currentValue.type?.text
|
|
})
|
|
} else if (currentValue.code) {
|
|
//Coding
|
|
accumulator.push({
|
|
"code": currentValue.code,
|
|
"system": currentValue.system,
|
|
"text": currentValue.display
|
|
})
|
|
} else if ((typeof currentValue === 'string') || (typeof currentValue === 'boolean')) {
|
|
//string, boolean
|
|
accumulator.push({
|
|
"code": currentValue,
|
|
})
|
|
}
|
|
return accumulator
|
|
}, [])
|
|
|
|
|
|
if(TagProcessed.length == 0) {
|
|
"undefined"
|
|
}
|
|
else {
|
|
JSON.stringify(TagProcessed)
|
|
}
|
|
`)
|
|
if err == nil && tagResult.String() != "undefined" {
|
|
s.Tag = []byte(tagResult.String())
|
|
}
|
|
// extracting Telecom
|
|
telecomResult, err := vm.RunString(`
|
|
TelecomResult = window.fhirpath.evaluate(fhirResource, 'Patient.telecom | Person.telecom | Practitioner.telecom | PractitionerRole.telecom | RelatedPerson.telecom')
|
|
TelecomProcessed = TelecomResult.reduce((accumulator, currentValue) => {
|
|
if (currentValue.coding) {
|
|
//CodeableConcept
|
|
currentValue.coding.map((coding) => {
|
|
accumulator.push({
|
|
"code": coding.code,
|
|
"system": coding.system,
|
|
"text": currentValue.text
|
|
})
|
|
})
|
|
} else if (currentValue.value) {
|
|
//ContactPoint, Identifier
|
|
accumulator.push({
|
|
"code": currentValue.value,
|
|
"system": currentValue.system,
|
|
"text": currentValue.type?.text
|
|
})
|
|
} else if (currentValue.code) {
|
|
//Coding
|
|
accumulator.push({
|
|
"code": currentValue.code,
|
|
"system": currentValue.system,
|
|
"text": currentValue.display
|
|
})
|
|
} else if ((typeof currentValue === 'string') || (typeof currentValue === 'boolean')) {
|
|
//string, boolean
|
|
accumulator.push({
|
|
"code": currentValue,
|
|
})
|
|
}
|
|
return accumulator
|
|
}, [])
|
|
|
|
|
|
if(TelecomProcessed.length == 0) {
|
|
"undefined"
|
|
}
|
|
else {
|
|
JSON.stringify(TelecomProcessed)
|
|
}
|
|
`)
|
|
if err == nil && telecomResult.String() != "undefined" {
|
|
s.Telecom = []byte(telecomResult.String())
|
|
}
|
|
return nil
|
|
}
|
|
|
|
// TableName overrides the table name from fhir_observations (pluralized) to `fhir_observation`. https://gorm.io/docs/conventions.html#TableName
|
|
func (s *FhirPractitioner) TableName() string {
|
|
return "fhir_practitioner"
|
|
}
|