醫療影像及報告實作指引
0.1.0 - DSTU0 ci-build

醫療影像及報告實作指引 - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: MediaBase - JSON Representation

Raw json | Download


{
  "resourceType" : "Media",
  "id" : "MediaBase",
  "meta" : {
    "profile" : [
      🔗 "https://hapi.fhir.tw/fhir/StructureDefinition/MediaBase"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Media MediaBase</b></p><a name=\"MediaBase\"> </a><a name=\"hcMediaBase\"> </a><a name=\"hcMediaBase-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>view</b>: <span title=\"Codes:{http://snomed.info/sct 272483007}\">True projection</span></p><p><b>subject</b>: <a href=\"Patient-TWCorePatient.html\">胖吉 綠 (official) Male, DoB: 1987-01-01 ( National Person Identifier where the xxx is the ISO table 3166 3-character (alphabetic) country code\u00a0(use:\u00a0official,\u00a0))</a></p><p><b>created</b>: 2022-12-22 15:30:00+0000</p><p><b>issued</b>: 2022-12-22 16:00:00+0000</p><p><b>operator</b>: <a href=\"Practitioner-TWCorePractitioner.html\">Practitioner 大吉 連 (official)</a></p><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 357009}\">Closed fracture trapezoid</span></p><p><b>bodySite</b>: <span title=\"Codes:{http://snomed.info/sct 1927002}\">Entire left elbow region</span></p><p><b>deviceName</b>: ntegris BH3000</p><p><b>height</b>: 512</p><p><b>width</b>: 512</p><h3>Contents</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>ContentType</b></td><td><b>Url</b></td></tr><tr><td style=\"display: none\">*</td><td>image/png</td><td><a href=\"http://example.nondicom.url\">http://example.nondicom.url</a></td></tr></table></div>"
  },
  "status" : "completed",
  "type" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/media-type",
        "code" : "image",
        "display" : "Image"
      }
    ]
  },
  "view" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "272483007",
        "display" : "True projection"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/TWCorePatient"
  },
  "createdDateTime" : "2022-12-22T15:30:00Z",
  "issued" : "2022-12-22T16:00:00Z",
  "operator" : {
    🔗 "reference" : "Practitioner/TWCorePractitioner"
  },
  "reasonCode" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "357009",
          "display" : "Closed fracture trapezoid"
        }
      ]
    }
  ],
  "bodySite" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "1927002",
        "display" : "Entire left elbow region"
      }
    ]
  },
  "deviceName" : "ntegris BH3000",
  "height" : 512,
  "width" : 512,
  "content" : {
    "contentType" : "image/png",
    "url" : "http://example.nondicom.url"
  }
}