Implementation Guide
23.0.0 - R4 APIs

Publish Box goes here

: General Media Example/Xray - JSON Representation

Raw json | Download


{
  "resourceType" : "Media",
  "id" : "Xray-Example",
  "meta" : {
    "versionId" : "2041657499463890",
    "lastUpdated" : "2024-09-11T07:08:32.103-07:00",
    "profile" : [
      🔗 "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-media-profile"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Media Xray-Example</b></p><a name=\"Xray-Example\"> </a><a name=\"hcXray-Example\"> </a><a name=\"Xray-Example-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">version: versionId: id (PrimitiveType/Media.meta.versionId): element = id -&gt; versionId=id[2041657499463890]; Last updated: 2024-09-11 07:08:32-0700</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-athena-media-profile.html\">AthenaMedia</a></p></div><p><b>status</b>: Completed</p><p><b>type</b>: <span title=\"Codes:\">Image</span></p><p><b>subject</b>: <a href=\"Patient/2028957569324260\">Patient/2028957569324260</a></p><p><b>encounter</b>: <a href=\"Encounter/2041656933463460\">Encounter/2041656933463460</a></p><p><b>created</b>: 2024-09-11 07:08:32-0700</p><h3>Contents</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>C:\\Users\\Administrator\\Pictures\\X-ray.jpg</td><td>Chest Xray</td></tr></table></div>"
  },
  "status" : "completed",
  "type" : {
    "text" : "Image"
  },
  "subject" : {
    "reference" : "Patient/2028957569324260"
  },
  "encounter" : {
    "reference" : "Encounter/2041656933463460"
  },
  "createdDateTime" : "2024-09-11T07:08:32-07:00",
  "content" : {
    "url" : "C:\\Users\\Administrator\\Pictures\\X-ray.jpg",
    "title" : "Chest Xray"
  }
}