US Core Implementation Guide
8.0.0-ballot - Ballot United States of America flag

US Core Implementation Guide, published by HL7 International / Cross-Group Projects. This guide is not an authorized publication; it is the continuous build for version 8.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/US-Core/ and changes regularly. See the Directory of published versions

: Chest Xray Example - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "Media",
  "id" : "chest-xray",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Media chest-xray</b></p><a name=\"chest-xray\"> </a><a name=\"hcchest-xray\"> </a><a name=\"chest-xray-en-US\"> </a><p><b>status</b>: Completed</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/media-type image}\">Image</span></p><p><b>modality</b>: <span title=\"Codes:{http://snomed.info/sct 399208008}\">Plain X-ray of chest (procedure)</span></p><p><b>subject</b>: <a href=\"Patient-example.html\">Amy V. Baxter  Female, DoB: 1987-02-20 ( Medical Record Number:\u00a01032702\u00a0(use:\u00a0usual,\u00a0))</a></p><p><b>created</b>: 2019-02-04 19:43:30+0000</p><p><b>issued</b>: 2019-02-04 19:43:30+0000</p><blockquote><p><b>content</b></p><blockquote><p><b>id</b></p>a1</blockquote><p><b>contentType</b>: image/jpeg</p><p><b>url</b>: <a href=\"http://example.org/Binary/A12345\">http://example.org/Binary/A12345</a></p><p><b>creation</b>: 2019-02-04 19:43:30+0000</p></blockquote></div>"
  },
  "status" : "completed",
  "type" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/media-type",
        "code" : "image",
        "display" : "Image"
      }
    ]
  },
  "modality" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "version" : "http://snomed.info/sct/731000124108",
        "code" : "399208008",
        "display" : "Plain X-ray of chest (procedure)"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/example"
  },
  "createdDateTime" : "2019-02-04T19:43:30.000Z",
  "issued" : "2019-02-04T19:43:30.000Z",
  "content" : {
    "id" : "a1",
    "contentType" : "image/jpeg",
    "url" : "http://example.org/Binary/A12345",
    "creation" : "2019-02-04T19:43:30.000Z"
  }
}