nhsconnect / CareConnectAPI

CareConnect API
https://nhsconnect.github.io/CareConnectAPI/
Apache License 2.0
19 stars 15 forks source link

Mime-types on Documents page are DSTU2 mime-types #23

Open ahatherly opened 5 years ago

ahatherly commented 5 years ago

The documents page lists mime types for FHIR documents as application/xml+fhir and application/json+fhir but these changed from DSTU2 to STU3 and should really be application/fhir+xml and application/fhir+json in STU3.

ahatherly commented 5 years ago

Same issue on DocumentReference page also.

KevinMayfield commented 5 years ago

Partially fixed on the new version but has JSON in upper case e.g. application/fhir+JSON