Mobile access to Health Documents (MHD)
4.2.1 - Trial-Implementation International flag

This page is part of the IHE Mobile Access to Health Documents (v4.2.1: Publication) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: Example document that says: Hello World - JSON Representation

Raw json | Download


{
  "resourceType" : "Binary",
  "id" : "ex-b-binary",
  "meta" : {
    "security" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code" : "HTEST"
      }
    ]
  },
  "contentType" : "text/plain",
  "data" : "SGVsbG8gV29ybGQ="
}