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 - XML Representation

Raw xml | Download



<Media xmlns="http://hl7.org/fhir">
  <id value="MyHealthWayMediaExample"/>
  <meta>
    <profile
             value="https://hins.or.kr/fhir/MyHealthWay/StructureDefinition/myhealthway-media"/>
  </meta>
  <text>
    <status value="generated"/>
    <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: media-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>
  </text>
  <identifier>
    <system value="http://www.example.com"/>
    <value value="media-example"/>
  </identifier>
  <status value="completed"/>
  <type>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/media-type"/>
      <code value="image"/>
      <display value="Image"/>
    </coding>
  </type>
  <modality>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/media-modality"/>
      <code value="diagram"/>
    </coding>
  </modality>
  <subject>🔗 
    <reference value="Patient/MyHealthWayPatientExample"/>
  </subject>
  <encounter>🔗 
    <reference value="Encounter/MyHealthWayEncounterExample"/>
  </encounter>
  <createdDateTime value="2017-12-17"/>
  <bodySite>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="85151006"/>
      <display value="Structure of left hand (body structure)"/>
    </coding>
  </bodySite>
  <deviceName value="Acme Camera"/>
  <content>
    <contentType value="text/plain"/>
    <data value="ZGF0YSBleGFtcGxl"/>
  </content>
</Media>