发布新帖

Encontrar

问题
· 六月 3, 2024

FHIR Deserialize JSON FHIR to object Model

I am trying to work with the FHIR Object Model where I convert an incoming  HL7v2 to SDA then FHIR. From here I would like to be able to process the FHIR Object by deserializing it to a Bundle object using the following code my problem is I keep on getting an error  which is not explaining much about what is wrong with what I am doing any help will be appreciated  thanks.

Property FHIRAdapter As HS.JSON.AdaptorFHIR;

Method OnRequest(pRequest As HS.Message.FHIR.Request, Output pResponse As HS.Message.FHIR.Response) As %Status
{

             set pmReqFHIRobj=##class(HS.FHIR.Model.Resource.Bundle).%New()
            do ..FHIRAdapter.%FromFHIRJSON(pRequest.Payload.Read(),.pmReqFHIRobj,"HS.FHIR.Model.Resource.Bundle")

}

3 Comments
讨论 (3)3
登录或注册以继续
公告
· 六月 3, 2024

Recapitulação do InterSystems Developer Community, Maio 2024

Olá e bem-vindo ao Recapitulação da comunidade de desenvolvedores Maio 2024.
Estatísticas gerais
27 novas postages publicadas em Maio:
 11 novos artigos
 14 novos anúncios
 1 new question
 1 new discussion
4 novos membros ingressaram em Maio
1,076 postagens publicadas ao todo
580 membros ingressaram ao todo
Principais publicações
Principais autores do mês
Artigos
#InterSystems IRIS
Usando VECTORs em ObjectScript
Por Heloisa Paiva
Python BPL em pré-visualização
Por Heloisa Paiva
Monitorando ambientes InterSystems IRIS com Red Hat Insights
Por Heloisa Paiva
Similaridade e Classificação de DNA por Vector Search e Machine Learning
Por Nicole Raimundo
Busca de empresas usando Vector Search.
Por Lucas Fernandes
Feedback : Usando Python embutido diariamente por mais de dois anos
Por Heloisa Paiva
Studio IRIS AI Studio: Um playground para explorar as capacidades de Generative AI & Vector Embedding
Por Heloisa Paiva
Usando o Prometheus para coletar métricas no Intersystems IRIS
Por Julio Esquerdo
IRIS AI Studio: Conectores para transformar seus arquivos em vetores incorporados para capacidades do GenAI
Por Heloisa Paiva
Studio IRIS AI Studio: Playground para explorar as capacidades RAG sobre as incorporações de vetores da IRIS DB
Por Heloisa Paiva
Wall-M : Performe consultas semânticas na caixa de entrada do seu email e tenha respostas acuradas com citações de fontes
Por Heloisa Paiva
 
Anúncios
#InterSystems IRIS
 
#VSCode
 
#InterSystems IRIS for Health
 
#Developer Community Oficial
 
#Outro
 
#InterSystems Oficial
 
#Portal de Aprendizagem
 
Perguntas
Discussões
#InterSystems IRIS
Code Golf: Sorrisos
Por Heloisa Paiva
 
Maio, 2024Month at a GlanceInterSystems Developer Community
讨论 (0)1
登录或注册以继续
摘要
· 六月 3, 2024

Publicações Desenvolvedores InterSystems, May 27 - June 02, 2024, Resumo

摘要
· 六月 3, 2024

InterSystems Developers Publications, Week May 27 - June 02, 2024, Digest

Articles
Announcements
#InterSystems IRIS
#Developer Community Official
#Learning Portal
#InterSystems IRIS for Health
#InterSystems Ideas Portal
#Global Masters
#Job Opportunity
Questions
#InterSystems IRIS
#InterSystems IRIS for Health
#Caché
#HealthShare
Authentication api
By Sylvie Greverend
#Ensemble
May 27 - June 02, 2024Week at a GlanceInterSystems Developer Community
文章
· 六月 3, 2024 阅读大约需 1 分钟

Cómo crear un cliente REST FHIR

Añadid una credencial para iniciar sesión en la interfaz REST de FHIR - en este caso considerad sólo una autenticación básica

 

 

Añadid Registro de Servicios - en este caso considerad sólo una autenticación básica

- Configurad un servicio HTTP

- Introducid la ruta al servidor FHIR

- Introducid la URL del servicio FHIR

- Usad la credencial añadida previamente 

 

Añadid una "HS.FHIRServer.Interop.HTTPOperation"

Elegid el Nombre del Servicio

 

Probad el cliente FHIR

 

Rastread/seguid el resultado de la prueba

讨论 (0)1
登录或注册以继续