Clear filter
Question
Nigel Salm · Dec 3, 2019
I need to add some extensions to the HS.FHIR.vSTU3,Model.Resource.Patient class and then use those extensions to convert incoming FHIR JSON to the FHIR Patient Resource
Question
Ahmad Bukhtiar · Jan 26, 2021
Hi
we are implementing HIE and wan to get expert opinion on facility registry setup. Below are some example and which method we should adapt.
3 EMRs sending u patient data (ADT
Announcement
Pete Greskoff · Feb 11, 2021
patient proxies and possibly customer-built custom queries. For more details on how this defect affects HealthShare, please see Advisory: Incomplete Query Results with ‘ORDER BY <row
Article
Lucas Enard · May 13, 2022
create a Patient using Fhir.Model and we fill it with a HumanName, following the FHIR convention, `use` and `family` are string and `given` is a list of string. The same way
Question
Nicky Zhu · Feb 12, 2023
),
DISEASE_CODE INTEGER,
DISEASE_NAME VARCHAR(64),
LastChangedTime TIMESTAMP,
LastCreateTime TIMESTAMP,
GROUPORG VARCHAR(50)
);
CREATE INDEX
Question
Pavan Akunuri · May 21, 2018
sandbox available for FHIR to download and access the data.
Thanks Hi Pavan,A slight change to the comment above:The InterSystems FHIR Sandbox uses a shared synthetic patient
Article
Lucas Enard · May 13, 2022
of direct exchange with our server.
## 5.2. Part 2
In this part we create a Patient using Fhir.Model and we fill it with a HumanName, following the FHIR convention, `use` and `family
Article
Evgeny Shvarov · Feb 19, 2022
;/IdLocation>
<Index name="DDLBEIndex">
<Location>^Sample.Person.2</Location>
</Index>
<Index name="IDKEY">
<Location>
Question
Ashok S · Nov 30, 2016
in samples namespace (patient cube). I got the same error.
Below is my sample MDX from patients cube.
SELECT
NON EMPTY %KPI("PluginDemo","HighScoreCount",,"%CONTEXT")
ON 1
Article
Lydia Huang · Mar 14, 2016
,[AgeD].[H1].[Age Bucket].Members),2000) ON 1 FROM [PATIENTS] %FILTER [GenD].[H1].[Gender].&[Female]
--> %Prepare: PATIENTS: 2016-02-11 15:31:50
--> %ExecuteParameters
Article
Iryna Mykhailova · Dec 8, 2022
and an example of its structure. I'm talking about ADT.
HL7 ADT messages (Admit, Discharge, Transfer) are used to communicate basic patient information, visit information and patient
Article
Muhammad Waseem · May 28
into FHIR resources using InterSystems' native FHIR object model.
Currently supported FHIR resources:
Patient
Encounter
Observation
Practitioner
Organization
Article
Developer Community Admin · Oct 21, 2015
from a complete patient record to deliver safe, high-quality care. Today’s model, with its silos of care and multiple unconnected records, is no longer suitable: systems
Article
Michael Braam · Feb 20, 2017
OverviewEncryption of sensitive data becomes more and more important for applications. For example patient names, SSN, address-data or credit card-numbers etc..Cache supports
Question
Timothy Leavitt · Nov 9, 2021
I'm in a tricky situation where a new required property is being added to a class, along with an index on it. The existing data has nulls, so the index build fails. I can't run