MyHealthWay
0.1.1 - draft Korea, Republic of

MyHealthWay - Local Development build (v0.1.1). See the Directory of published versions

: MyHealthWay DocumentReference Example - XML Representation

Raw xml | Download



<DocumentReference xmlns="http://hl7.org/fhir">
  <id value="MyHealthWayDocumentReferenceExample"/>
  <meta>
    <profile
             value="https://hins.or.kr/fhir/MyHealthWay/StructureDefinition/myhealthway-documentreference"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: DocumentReference</b><a name="MyHealthWayDocumentReferenceExample"> </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 DocumentReference &quot;MyHealthWayDocumentReferenceExample&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-myhealthway-documentreference.html">MyHealthWay DocumentReference Profile</a></p></div><p><b>identifier</b>: id: documentReference-example</p><p><b>status</b>: current</p><p><b>type</b>: History and physical note <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://loinc.org/">LOINC</a>#34117-2)</span></p><p><b>subject</b>: <a href="Patient-MyHealthWayPatientExample.html">Patient/MyHealthWayPatientExample</a> &quot;&quot;</p><p><b>date</b>: 2013. 7. 1. 오후 10:11:33</p><blockquote><p><b>content</b></p><h3>Attachments</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></blockquote><h3>Contexts</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Encounter</b></td></tr><tr><td style="display: none">*</td><td><a href="Encounter-MyHealthWayEncounterExample.html">Encounter/MyHealthWayEncounterExample</a></td></tr></table></div>
  </text>
  <identifier>
    <system value="http://www.example.com"/>
    <value value="documentReference-example"/>
  </identifier>
  <status value="current"/>
  <type>
    <coding>
      <system value="http://loinc.org"/>
      <code value="34117-2"/>
      <display value="History and physical note"/>
    </coding>
  </type>
  <subject>🔗 
    <reference value="Patient/MyHealthWayPatientExample"/>
  </subject>
  <date value="2013-07-01T23:11:33+10:00"/>
  <content>
    <attachment>
      <contentType value="text/plain"/>
      <data value="ZGF0YSBleGFtcGxl"/>
    </attachment>
  </content>
  <context>
    <encounter>🔗 
      <reference value="Encounter/MyHealthWayEncounterExample"/>
    </encounter>
  </context>
</DocumentReference>