MEN json 架构

FHIR json schema

是否有 HL7 FHIR 资源的完整或部分 JSON 架构? 我看到了这个。 http://www.interopen.org/candidate-profiles/care-connect/CareConnect-AllergyIntolerance-1.html

但是 JSON 架构不可用。 This is also not functioning.

你可以试试这个:https://github.com/glennjones/hapi-swagger 并从 swagger.json.

获取 json 模式

JSON 模式将作为版本 3 的标准部分发布。您可以在此处找到当前草案:http://build.fhir.org/fhir.schema.json.zip

还有一些微调要做。欢迎反馈。

您可以运行在您的电脑终端上:

sudo curl -i -H "Accept: [VER-HEAD]" https://your-fhir-base-url/metadata
  • 使用 "application/json+fhir" 兼容 DSTU2
  • 对大于 STU2
  • 的任何内容使用 "application/fhir+json"

响应将 return JSON 数据发送到您的终端