HL7 FHIR JP Core ImplementationGuide
1.2.0-dev - ci-build Japan flag

HL7 FHIR JP Core ImplementationGuide - Local Development build (v1.2.0-dev) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: JP Core Media Endoscopy Example 内視鏡画像 - JSON Representation

Raw json | Download

{
  "resourceType" : "Media",
  "id" : "jp-media-endoscopy-example-1",
  "meta" : {
    "profile" : [
      🔗 "http://jpfhir.jp/fhir/core/StructureDefinition/JP_Media_Endoscopy"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Media jp-media-endoscopy-example-1</b></p><a name=\"jp-media-endoscopy-example-1\"> </a><a name=\"hcjp-media-endoscopy-example-1\"> </a><a name=\"jp-media-endoscopy-example-1-ja\"> </a><p><b>identifier</b>: <code>http://samplehospital.org/fhir/endoscopysystem/imaging-orders</code>/202304250945280001</p><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://dicom.nema.org/resources/ontology/DCM ES}\">Endoscopy</span></p><p><b>subject</b>: <a href=\"Patient-jp-patient-example-1.html\">東京 太郎</a></p><p><b>created</b>: 2023-04-26</p><p><b>height</b>: 1080</p><p><b>width</b>: 1920</p><h3>Contents</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>ContentType</b></td><td><b>Url</b></td><td><b>Creation</b></td></tr><tr><td style=\"display: none\">*</td><td>image/jpeg</td><td><a href=\"http://samplehospital.org/fhir/binary/A20230426001\">http://samplehospital.org/fhir/binary/A20230426001</a></td><td>2023-04-26</td></tr></table></div>"
  },
  "identifier" : [
    {
      "system" : "http://samplehospital.org/fhir/endoscopysystem/imaging-orders",
      "value" : "202304250945280001"
    }
  ],
  "status" : "completed",
  "type" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/media-type",
        "code" : "image"
      }
    ]
  },
  "modality" : {
    "coding" : [
      {
        "system" : "http://dicom.nema.org/resources/ontology/DCM",
        "code" : "ES",
        "display" : "Endoscopy"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/jp-patient-example-1",
    "display" : "東京 太郎"
  },
  "createdDateTime" : "2023-04-26",
  "height" : 1080,
  "width" : 1920,
  "content" : {
    "contentType" : "image/jpeg",
    "url" : "http://samplehospital.org/fhir/binary/A20230426001",
    "creation" : "2023-04-26"
  }
}
本実装ガイドへのご質問・ご指摘については、GitHub IssueおよびGitHub PullRequestにて受け付けている。