MyHealthWay
1.0.1 - Trial-Implementation KR

MyHealthWay - Local Development build (v1.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: MyHealthWay Media Example - JSON Representation

Raw json | Download


{
  "resourceType" : "Media",
  "id" : "MyHealthWayMediaExample",
  "meta" : {
    "profile" : [
      🔗 "https://hins.or.kr/fhir/MyHealthWay/StructureDefinition/myhealthway-media"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Media</b><a name=\"MyHealthWayMediaExample\"> </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;MyHealthWayMediaExample&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-myhealthway-media.html\">MyHealthWay Media Profile</a></p></div><p><b>identifier</b>: id:\u00a0media-example</p><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>: Diagram <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/R4/codesystem-media-modality.html\">Media Modality</a>#diagram)</span></p><p><b>subject</b>: <a href=\"Patient-MyHealthWayPatientExample.html\">Patient/MyHealthWayPatientExample</a> &quot;&quot;</p><p><b>encounter</b>: <a href=\"Encounter-MyHealthWayEncounterExample.html\">Encounter/MyHealthWayEncounterExample</a></p><p><b>created</b>: 2017-12-17</p><p><b>bodySite</b>: Structure of left hand (body structure) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#85151006)</span></p><p><b>deviceName</b>: Acme Camera</p><h3>Contents</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>ContentType</b></td><td><b>Data</b></td></tr><tr><td style=\"display: none\">*</td><td>text/plain</td><td>(base64 data - 12 bytes)</td></tr></table></div>"
  },
  "identifier" : [
    {
      "system" : "http://www.example.com",
      "value" : "media-example"
    }
  ],
  "status" : "completed",
  "type" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/media-type",
        "code" : "image",
        "display" : "Image"
      }
    ]
  },
  "modality" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/media-modality",
        "code" : "diagram"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/MyHealthWayPatientExample"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/MyHealthWayEncounterExample"
  },
  "createdDateTime" : "2017-12-17",
  "bodySite" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "85151006",
        "display" : "Structure of left hand (body structure)"
      }
    ]
  },
  "deviceName" : "Acme Camera",
  "content" : {
    "contentType" : "text/plain",
    "data" : "ZGF0YSBleGFtcGxl"
  }
}