FHIR Chat · R4 Server supporting 3.5.0 for Clinical Research · connectathon mgmt

Stream: connectathon mgmt

Topic: R4 Server supporting 3.5.0 for Clinical Research


view this post on Zulip Geoff Low (Sep 20 2018 at 12:36):

Does anyone know of a Server supporting R4 (3.5.0) that could be used for the CR track? HSPC Sandbox has added R4, but only at 3.2.0. FYI @Angie Romano

view this post on Zulip David Hay (Sep 20 2018 at 22:19):

This won't help your current search, but in the server tab on conman (which appears when a technical track is selected) the FHIR version of all servers that have been added (and have a valid capabilitystatement) will be displayed.

view this post on Zulip David Hay (Sep 20 2018 at 22:24):

Currently, viewing the actual capability statement is a wee bit obscure - here are the steps.
1. select the server from the list (eg Peter Jordans termnz server - which is 3.5)
2. click the 'check capabilitystatement' link on the middle right. If there's a valid CS returned, then a new tab 'ServerCapability' appears

This tab lists the base functionality of the server (as in the CS) as well as the raw CS resource (must be json). So looking at Peters CS, you can see that he supports the terminology functions in Read-Only mode (that's what the 'R' stands for).

view this post on Zulip David Hay (Sep 20 2018 at 22:25):

btw - if there is other data from the CS that would be useful to show, let me know...

view this post on Zulip Geoff Low (Sep 25 2018 at 12:58):

Thanks!

view this post on Zulip Geoff Low (Sep 25 2018 at 12:59):

I've urged all the participants to add their details in as well.

view this post on Zulip David Hay (Sep 25 2018 at 22:43):

Thanks! Getting the participant names and tracks of interest is very helpful...

view this post on Zulip Grahame Grieve (Sep 26 2018 at 08:07):

test.fhir.org/r4 supports 3.5.0

view this post on Zulip Geoff Low (Sep 26 2018 at 13:26):

Thanks!

view this post on Zulip Angie Romano (Sep 26 2018 at 16:45):

Thank you @Grahame Grieve! you may not be the right person to ask, but I'm trying to move our resources to the new 3.5.0 server for the Connectathon. The test.fhir.org/r4 server does not like the us-core-race extension. It's the same exact resource that is successfully posted to a 3.2.0 server. Here's what the extension looks like:
"extension": [
{
"url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-race",
"valueCodeableConcept": {
"coding": [
{
"system": "http://hl7.org/fhir/us/core/ValueSet/omb-race-category",
"code": "2106-3",
"display": "White"
}
]
}
}
]

Here's a screenshot of the error:

Screen-Shot-2018-09-26-at-12.49.24-PM.png
Is there any reason that the server wouldn't support the use of this extension? Thank you!

@Geoff Low for awareness

view this post on Zulip Grahame Grieve (Sep 26 2018 at 21:32):

I think this is a but in the validator - I will update the server in a few hours time and fix that

view this post on Zulip Grahame Grieve (Sep 26 2018 at 23:26):

ok try again

view this post on Zulip Angie Romano (Sep 28 2018 at 17:39):

@Grahame Grieve I didn't see your reply. I got a little further, but now I'm getting an error that values that are in a valueset are not in the valueset. Here is the whole message I'm trying to post and a screenshot of the error.
{
"resourceType": "Patient",
"id": "TNCL789212",
"meta": {
"versionId": "2",
"lastUpdated": "2018-09-05T17:41:01.000+00:00"
},
"text": {
"status": "generated",
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n \n <p>Patient Jorah Mormont @ Acme Healthcare, Inc. MR = TNL789212</p>\n \n </div>"
},
"extension": [
{
"url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-race",
"valueCodeableConcept": {
"coding": [
{
"system": "http://hl7.org/fhir/us/core/ValueSet/omb-race-category",
"code": "2106-3",
"display": "White"
}
]
}
}
],
"identifier": [
{
"use": "usual",
"type": {
"coding": [
{
"system": "http://hl7.org/fhir/v2/0203",
"code": "MR"
}
]
},
"system": "urn:oid:0.1.2.3.4.5.6.7",
"value": "TNCL789212"
}
],
"active": true,
"name": [
{
"use": "official",
"family": "Mormont",
"given": [
"Jorah"
]
}
],
"gender": "male",
"birthDate": "1972-03-06",
"contact": [
{
"relationship": [
{
"coding": [
{
"system": "http://hl7.org/fhir/v2/0131",
"code": "E"
}
]
}
],
"organization": {
"reference": "Organization/TNCL789646",
"display": "Bolton Labs"
}
}
],
"managingOrganization": {
"reference": "Organization/TNCL789643",
"display": "The North"
}
}

Screen-Shot-2018-09-28-at-1.37.33-PM.png

view this post on Zulip Angie Romano (Sep 28 2018 at 17:47):

@Roland Hartich for awareness

view this post on Zulip Grahame Grieve (Sep 29 2018 at 08:32):

looking at it

view this post on Zulip Grahame Grieve (Sep 29 2018 at 11:04):

fixed


Last updated: Apr 12 2022 at 19:14 UTC