US Core Implementation Guide
7.0.0 - STU7 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 7.0.0 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><b>Generated Narrative: Media</b><a name=\"chest-xray\"> </a><a name=\"hcchest-xray\"> </a></p><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\">Resource Media &quot;chest-xray&quot; </p></div><p><b>status</b>: completed</p><p><b>type</b>: Image <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/R4/codesystem-media-type.html\">Media Type</a>#image)</span></p><p><b>modality</b>: Plain chest X-ray (procedure) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT[US]</a>#399208008)</span></p><p><b>subject</b>: <a href=\"Patient-example.html\">Patient/example</a> &quot; SHAW&quot;</p><p><b>created</b>: 2019-02-04 19:43:30+0000</p><p><b>issued</b>: Feb 4, 2019, 7:43:30\u202fPM</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 chest X-ray (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"
  }
}