EMA Write PMS API Implementation Guide - Enrichments
1.0.0 - ci-build

EMA Write PMS API Implementation Guide - Enrichments - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: DocumentReference - JSON Representation

Raw json | Download

{
  "resourceType" : "DocumentReference",
  "id" : "mf1",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DocumentReference mf1</b></p><a name=\"mf1\"> </a><a name=\"hcmf1\"> </a><a name=\"mf1-en-US\"> </a><p><b>status</b>: Current</p><blockquote><p><b>content</b></p><h3>Attachments</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Url</b></td><td><b>Title</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"http://dummy\">http://dummy</a></td><td>This is a dummy resource, to make the PMS examples links resolve for QA purposes - but these are not supported in the API currently</td></tr></table></blockquote></div>"
  },
  "status" : "current",
  "content" : [
    {
      "attachment" : {
        "url" : "http://dummy",
        "title" : "This is a dummy resource, to make the PMS examples links resolve for QA purposes - but these are not supported in the API currently"
      }
    }
  ]
}