John Grimes

Results 93 issues of John Grimes

This addresses a problem with changing network contexts, and Spark getting confused over which hostname to attempt to bind to.

### Summary This change adds support for the OID data type (https://www.hl7.org/fhir/STU3/datatypes.html#oid). Previously, attempting to encode a resource that contains an OID element (e.g. ImagingStudy) would result in an error.

### Summary Currently, primitive elements with the name `class` do not have an underscore appended to them. This results in the incorrect getter/setter being called.

The following request: ``` POST /fhir/ValueSet/$expand HTTP/1.1 Host: snowstorm-fhir.snomedtools.org Accept: application/fhir+json Content-Type: application/json Content-Length: 269 { "resourceType": "Parameters", "parameter": [ { "name": "valueSet", "resource": { "resourceType": "ValueSet", "compose": { "include":...

fhir

Typing: script/generate activity_streams Member results in a migration file with: add_column :users, :activity_stream_token, :string

This change adds a tab to the Import section of the Concept Sets area. A user can enter: 1. The URL of a [FHIR terminology server](https://hl7.org/fhir/R4/terminology-service.html), and; 2. A URI...

It looks like GitHub now redirects URLs at raw.github.com to raw.githubusercontent.com, which causes the download of the installation script to fail.

Resolves #1784.

release

It would be great if there was a bulk FHIR client implementation within Pathling. This client would be accessible through the library API, so that you could configure and run...

new feature