IE (Ireland) Core Implementation Guide
1.0.0-ballot - Ballot Ireland flag

Publication Build: This will be filled in by the publication tooling

: Discharge Summary Example - XML Representation

Page standards status: Informative

Raw xml | Download


<DocumentReference xmlns="http://hl7.org/fhir">
  <meta>
    <extension url="http://hl7.org/fhir/StructureDefinition/instance-name">
      <valueString value="Discharge Summary Example"/>
    </extension>
    <extension
               url="http://hl7.org/fhir/StructureDefinition/instance-description">
      <valueMarkdown
                     value="This is a discharge summary example for the *IE Core DocumentReference*. It is used in the [Write Note Example](StructureDefinition-ie-core-documentreference.html#mandatory-operation)."/>
    </extension>
    <profile
             value="http://iehr.ai/fhir/ie/core/StructureDefinition/ie-core-documentreference"/>
  </meta>
  <status value="current"/>
  <type>
    <coding>
      <system value="http://loinc.org"/>
      <code value="18842-5"/>
      <display value="Discharge Summary"/>
    </coding>
    <text value="Discharge Summary"/>
  </type>
  <category>
    <coding>
      <system
              value="http://iehr.ai/fhir/ie/core/CodeSystem/ie-core-documentreference-category"/>
      <code value="clinical-note"/>
      <display value="Clinical Note"/>
    </coding>
    <text value="Clinical No"/>
  </category>
  <subject>🔗 
    <reference value="Patient/example"/>
  </subject>
  <content>
    <attachment>
      <contentType value="text/plain"/>
      <data
            value="Tm8gYWN0aXZpdHkgcmVzdHJpY3Rpb24sIHJlZ3VsYXIgZGlldCwgZm9sbG93IHVwIGluIHR3byB0byB0aHJlZSB3ZWVrcyB3aXRoIHByaW1hcnkgY2FyZSBwcm92aWRlci4="/>
    </attachment>
  </content>
  <context>
    <encounter>🔗 
      <reference value="Encounter/example-1"/>
    </encounter>
  </context>
</DocumentReference>