dstu2-fhir

Defining a Medication Schedule in FHIR DSTU2

随声附和 提交于 2020-01-15 12:15:32
问题 We are looking to define a Medication Schedule using the FHIR Medicatation Prescription resource. Data model aside the schedule is as follows: Drug / Medication Start Date End Date Administration times Site / Route For example Amoxicillin 50mg - Orally - From 01/06/2015 to 05/06/2015 3 times a day : 09.00 / 13.00 / 18.00 Does anybody know if this is possible with the existing DSTU2 specification? Cheers 回答1: Yes, this is possible. This is possible but only in a laborious way. You want this to

How for I search fhir resources based on extension values?

…衆ロ難τιáo~ 提交于 2019-12-22 10:09:26
问题 I have a set of fhir resources in the following form: <Basic> <meta> <versionId value="1.0"/> <lastUpdated value="2016-11-18T10:26:51Z"/> <profile value="http://stelar.org/StructureDefinition/stelar/profile/anthropometry"/> </meta> <text> <status value="generated"/> </text> <extension url="http://stelar.org/StructureDefinition/stelar/extension/const-sourceIdentifier"> <cohortName value="TEST"/> <datasetName value="SEATONJEAug14A1"/> <archetypeName value="Abdo20wks"/> </extension> <extension

FHIR JSON to XML decoding in BizTalk

戏子无情 提交于 2019-12-13 17:51:32
问题 I am just starting out with FHIR and with json so my question may not be well asked. I have built a BizTalk pipeline component to convert FHIR-json to FHIR-xml using this library, https://github.com/ewoutkramer/fhir-net-api , based on an example i found here, http://soapfault.com/blog/2016/08/hl7-fhir-json-decoding-in-biztalk/ Here is a code snippet from the pipeline component. It's almost identical to the example. //Read the json message using (TextReader tr = new StreamReader

FHIR Search Slots request

放肆的年华 提交于 2019-12-12 03:37:30
问题 I am implementing FHIR server and for some un-avoidable reason I do not have access to doctor's schedule, however, I have access to the slots available for appointment booking. I can get slots from 4 parameters using doctor id organization id location id date of slot Will below be considered as valid slot query using FHIR : http://localhost:8080/context/fhir/Slot?practitioner=Practitioner/123456789&organization=Organization/1234&location=Location/2&start=2016-07-25 Also, in the response to

FHIR New Patient Appointment booking (no patient yet created in system)

ぐ巨炮叔叔 提交于 2019-12-11 13:45:09
问题 Suppose a new patient is trying to book an appointment using FHIR APIs , how should I get his/her first name, last name, dob, phone number in my system ? The appointment resource just specifies actor reference which is an Id to Patient resource in this case. But I have not created the patient in system who is trying to book appointment first time. So I need all this patient details. How can I post those details in Appointment resource which I post to create an appointment ? 回答1: Alternatively

MedicationOrder for Times of day

我是研究僧i 提交于 2019-12-11 07:32:55
问题 I have a very similar question to: Defining a Medication Schedule in FHIR DSTU2 I want to show a MedicationOrder for specified times of day, like: Take every day at 9:00am, 1:00pm and 6:00pm for 7 days. I am not sure if I should have multiple dosageInstructions one for each time. Or if I should have multiple timing instructions each with its own event dateTime. Or if there is another way I am not considering. Thanks! 回答1: There's not currently a way to specify specific times without

How for I search fhir resources based on extension values?

这一生的挚爱 提交于 2019-12-05 19:13:22
I have a set of fhir resources in the following form: <Basic> <meta> <versionId value="1.0"/> <lastUpdated value="2016-11-18T10:26:51Z"/> <profile value="http://stelar.org/StructureDefinition/stelar/profile/anthropometry"/> </meta> <text> <status value="generated"/> </text> <extension url="http://stelar.org/StructureDefinition/stelar/extension/const-sourceIdentifier"> <cohortName value="TEST"/> <datasetName value="SEATONJEAug14A1"/> <archetypeName value="Abdo20wks"/> </extension> <extension url="http://stelar.org/StructureDefinition/stelar/extension/const-resourceTags"> <valueString value=