hapi-fhir

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

Hapi Fhir DomainResource, What URL do you use?

ぃ、小莉子 提交于 2019-12-10 10:38:41
问题 http://hapifhir.io/doc_custom_structures.html this article discusses a DomainResource. There are situations however when you might want to create an entirely custom resource type. This feature should be used only if there is no other option, since it means you are creating a resource type that will not be interoperable with other FHIR implementations. I've implemented the code verbatum. (I show the classes below (with no "guts" just for brevity) (full code at the url)) /** * This is an

Hapi Fhir DomainResource, What URL do you use?

一曲冷凌霜 提交于 2019-12-06 02:52:31
http://hapifhir.io/doc_custom_structures.html this article discusses a DomainResource. There are situations however when you might want to create an entirely custom resource type. This feature should be used only if there is no other option, since it means you are creating a resource type that will not be interoperable with other FHIR implementations. I've implemented the code verbatum. (I show the classes below (with no "guts" just for brevity) (full code at the url)) /** * This is an example of a custom resource that also uses a custom * datatype. * * Note that we are extensing

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=