Stream: social
Topic: The FHIR Experience
Simone Heckmann (Oct 02 2018 at 18:03):
This is the place for participants of the FHIR Experience to reach out to Tutors and chat amongst themselves.
Simone Heckmann (Oct 03 2018 at 13:27):
Simone Heckmann (Oct 03 2018 at 13:27):
diego kaminker (Oct 03 2018 at 13:32):
Also you can use other HAPI instance http://fhir.hl7fundamentals.org/baseDstu3
Simone Heckmann (Oct 03 2018 at 13:41):
<Patient xmlns="http://hl7.org/fhir"> ... </Patient>
Simone Heckmann (Oct 03 2018 at 14:28):
Michel Rutten (Oct 03 2018 at 14:29):
That is awesome, than you Simone!
Simone Heckmann (Oct 03 2018 at 15:11):
Test-Servers:
http://fhirtest.uhn.ca/baseDstu3/
Simone Heckmann (Oct 03 2018 at 15:12):
Simone Heckmann (Oct 03 2018 at 15:13):
Adam Culbertson (Oct 03 2018 at 15:42):
is there an xml file with the data for Michael Burnham
Mark Gunnels (Oct 03 2018 at 15:47):
is there an xml file with the data for Michael Burnham
If you enter this in your terminal it'll return an XML version of Michael Burnham:
curl http://fhirtest.uhn.ca/baseDstu3/Patient/58684/_history/1?_format=xml
Matt Blackmon (Oct 03 2018 at 17:52):
And also this:
Matt Blackmon (Oct 03 2018 at 17:52):
<Patient xmlns="http://hl7.org/fhir">
<id value="58684"/>
<meta>
<versionId value="1"/>
<lastUpdated value="2018-10-03T14:25:59.170+00:00"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml">
<div class="hapiHeaderText">Michael
<b>BURNHAM </b>
</div>
<table class="hapiPropertyTable">
<tbody>
<tr>
<td>Identifier</td>
<td>NCC-1032</td>
</tr>
<tr>
<td>Address</td>
<td>
<span>42 Milk Street </span>
<br/>
<span>Baltimore </span>
<span>MD </span>
</td>
</tr>
<tr>
<td>Date of birth</td>
<td>
<span>24 October 2226</span>
</td>
</tr>
</tbody>
</table>
</div>
</text>
<identifier>
<use value="usual"/>
<system value="urn:oid:2.16.840.1.113883.4.642.3.44"/>
<value value="NCC-1032"/>
</identifier>
<active value="true"/>
<name>
<use value="usual"/>
<family value="Burnham"/>
<given value="Michael"/>
</name>
<telecom>
<system value="phone"/>
<value value="+1 (555) 555-1212"/>
<use value="mobile"/>
</telecom>
<gender value="female"/>
<birthDate value="2226-10-24"/>
<deceasedBoolean value="false"/>
<address>
<extension url="http://fhir.ufp/StructureDefinition/planet">
<valueString value="Earth"/>
</extension>
<use value="home"/>
<line value="42 Milk Street"/>
<city value="Baltimore"/>
<postalCode value="22102"/>
<country value="MD"/>
</address>
<maritalStatus>
<coding>
<system value="http://hl7.org/fhir/v3/MaritalStatus"/>
<code value="U"/>
<display value="unmarried"/>
</coding>
<text value="unmarried"/>
</maritalStatus>
<contact>
<relationship>
<coding>
<system value="http://hl7.org/fhir/v2/0131"/>
<code value="N"/>
</coding>
</relationship>
<name>
<use value="usual"/>
<family value="Burnham"/>
<given value="Sarek"/>
</name>
<telecom>
<system value="email"/>
<value value="sarek@vsa.vc"/>
<use value="home"/>
</telecom>
</contact>
</Patient>
Simone Heckmann (Oct 03 2018 at 18:01):
http://browser.ihtsdotools.org/
diego kaminker (Oct 03 2018 at 18:09):
https://snomedbrowser.com/Codes/Details/253252004
Nathan Hall (Oct 03 2018 at 20:00):
http://build.fhir.org/graphql.html
Matt Blackmon (Oct 04 2018 at 13:40):
FHIR Experience Implementation Guides Exercises FHIR-Tutorial-Exercises-Argonaut.pdf
Nathan Hall (Oct 04 2018 at 14:08):
Here is a linke to a postman collection for yesterday that used JSON
https://www.getpostman.com/collections/6507f091f523326de447
Virginia Lorenzi (Oct 04 2018 at 14:16):
OMB Race OMB Ethnicity... FYI - OMB= US Office of Management and Budget - they are the authors of the Race and Ethnicity code sets
Eric Haas (Oct 04 2018 at 14:21):
Validate url
{{url}}/Patient/$validate?profile=http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient
Eric Haas (Oct 04 2018 at 14:22):
or without variable for url;
http://test.fhir.org/r3/Patient/$validate?profile=http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient
Eric Haas (Oct 04 2018 at 15:00):
http://wiki.hl7.org/index.php?title=FHIR
fhir wiki
Eric Haas (Oct 04 2018 at 15:09):
validate orgnization: {{url}}/Organization/$validate?profile=http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization
Eric Haas (Oct 04 2018 at 15:47):
Diagnostic Report Search:
{{url}}/DiagnosticReport?patient=Patient/fhirexperience-example&_include=DiagnosticReport:patient&_include=DiagnosticReport:result&_include=DiagnosticReport:performer
Eric Haas (Oct 04 2018 at 15:57):
<meta>
<profile value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-observationresults"/>
</meta>
Eric Haas (Oct 04 2018 at 15:57):
{{url}}/Observation/$validate?profile=http://hl7.org/fhir/us/core/StructureDefinition/us-core-observationresults
Matt Blackmon (Oct 04 2018 at 16:17):
Updated version of the Implementation Guides examples with some additional notes and page numbers FHIR-Tutorial-Exercises-Argonaut-Version-2.pdf
Eric Haas (Oct 04 2018 at 16:25):
postman link to exercises 1 and 3:
https://www.getpostman.com/collections/077f2985cf0428b07394
Virginia Lorenzi (Oct 04 2018 at 16:39):
Some people have asked about Smart-on-FHIR which is beyond the scope of this course. It supports the security part of the Argonaut spec so clients have to use Oauth and Open ID to actually get authenticated and authorized to access the FHIR server and specific resources. Look up "smart on FHIR" on the web for more info. Like here: http://docs.smarthealthit.org/.
The smart on fhir site has numerous example code on github too: https://github.com/smart-on-fhir.
This weekend at the connectathon, I used another open source SMART client just to prove to myself how the security part worked as well as retrieving argonaut resources. I downloaded this client: https://github.com/CHBase/smart-ng-fhir-app
Then I simply added in the server, and smart parameters for each of the servers I tested with. It worked well.
If we have a minute at the end I will show it to you.
Virginia Lorenzi (Oct 04 2018 at 17:29):
The study guide for the fhir proficiency test can be found here: http://www.hl7.org/documentcenter/public_temp_811C902C-1C23-BA17-0C27E7174003565E/training/HL7%20FHIR%20Proficiency%20Study%20Guide.pdf
Its important. Its not a prep book, it just explains what the test is and what parts of the fhir spec you need to study.
diego kaminker (Oct 04 2018 at 20:06):
The PDF with the exercise and the ZIP with the Java Script program. FHIR-PatientBrowser.zip FHIR-Tutorial-Exercises-JS.pdf
Last updated: Apr 12 2022 at 19:14 UTC