hl7-fhir

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

Reference to FHIR Questionnaire in DiagnosticOrder or CarePlan

北城以北 提交于 2019-12-20 06:41:15
问题 I have sort of the same question as Access and scheduling of FHIR Questionnaire resource, but I'm having difficulties seeing the picture how DiagnosticOrder or CarePlan can be of help, which are mentioned as ways to do this in the related question. I want to support the use case that an practitioner can choose a Questionnaire to be filled in by a patient, so for a certain patient I want to create an event or resource so the patient app knows there is something to fill in. I could simply

HL7 FHIR serialisation to json in asp.net web api

允我心安 提交于 2019-12-19 03:25:21
问题 I'm using the HL7.Fhir nuget package 0.9.3 created by Ewout Kramer. I am tying it up with ASP.NET Web API, but unfortunately the built in JSON serialization isn't generating the JSON correctly. It contains lots of this: "<IdentifierElement>k__BackingField" As suggested by the framework, this code works... public HttpResponseMessage GetConformance() { var conformance = new Conformance(); var json = FhirSerializer.SerializeResourceToJson(conformance); return new HttpResponseMessage{Content =

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

Is it possible to search multiple FHIR resources with a single GET Request

自古美人都是妖i 提交于 2019-12-13 06:27:48
问题 Hello I am working on an app to use the new FHIR standards. It is being designed to pull information from the EHR and organize it. I was wondering if it is possible to search multiple FHIR resources with a single GET request. For instance can a single GET request search for single patient's latest blood pressure, heart rate, etc? 回答1: You need to use the _include functionality to retrieve related resources from a Patient. I'm not sure if all referenced resources can be retrieved, you need to

FHIR build fails with NoSuchMethodError: net.sf.saxon.Configuration.newConfiguration()

萝らか妹 提交于 2019-12-12 18:29:02
问题 Following instructions at http://wiki.hl7.org/index.php?title=FHIR_Build_Process my FHIR build is failing. I modified the publish.bat to ensure it uses the correct JDK. Running it on Windows 7 64-bit machine with JDK 1.6 (also tried JDK 1.7) and both failing with same error. Looks like some Saxon JAR hell somewhere. Any ideas? ...validate v2-tables 441sec 755MB ...validate v3-codesystems 443sec 889MB Reference Platform Validation. 447sec 1067MB ...test adversereaction-example 447sec 1067MB

How to add profiles via the FHIR REST api (HAPI)

£可爱£侵袭症+ 提交于 2019-12-12 12:17:06
问题 I've looked at the documentation for creating profiles for FHIR, and I've used Forge to create some xml that I believe is valid to describe a profile. I can't find in the documentation where it actually states what request I need to make to the RESTful api to actually add a new profile. Any ideas? 回答1: You can of course just "store" your profiles on a FHIR server by POST ing them to a FHIR endpoint, but you probably mean: can I actively let instances be validated against the

FHIR json schema

走远了吗. 提交于 2019-12-12 03:54:31
问题 Is there a complete or partial JSON schema for HL7 FHIR resources? I saw this. http://www.interopen.org/candidate-profiles/care-connect/CareConnect-AllergyIntolerance-1.html But the JSON scchema is not available. This is also not functioning. 回答1: JSON schemas will be published as a standard part of release 3. You can find the current draft here: http://build.fhir.org/fhir.schema.json.zip There's still a bit of fine-tuning to do. Feedback welcome. 回答2: You can run on your computer terminal:

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

How to incorporate OperationOutcome in searchset response when search is not a complete failure?

别来无恙 提交于 2019-12-12 01:42:53
问题 Is it appropriate to return an OperationOutcome for an entry when we are not able to fully populate the optional fields due to technical limitations rather than data availability? If so, how do we do that? I read up the documentation on the usage of OperationOutcome, but I think what I understood was that OperationOutcome with search.mode = 'outcome' can only be used when there is search failure and instead of populating the entry with the requested resource you should have searchset with the