MediRecords FHIR Implementation Guide
1.3.0 - release


: Example Document Reference Out with no attachment - XML Representation

Raw xml | Download



<DocumentReference xmlns="http://hl7.org/fhir">
  <id value="573d5f35-a5e0-44f1-bd0b-56d2b8b3396a"/>
  <meta>
    <profile
             value="https://fhir.medirecords.com/StructureDefinition/mr-documentreference-out"/>
    <security>
      <system
              value="http://terminology.hl7.org/CodeSystem/v3-Confidentiality"/>
      <code value="U"/>
      <display value="Unrestricted"/>
    </security>
  </meta>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: DocumentReference</b><a name="573d5f35-a5e0-44f1-bd0b-56d2b8b3396a"> </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;573d5f35-a5e0-44f1-bd0b-56d2b8b3396a&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-mr-documentreference-out.html">MediRecords DocumentReference Out</a></p><p style="margin-bottom: 0px">Security Labels: <span title="{http://terminology.hl7.org/CodeSystem/v3-Confidentiality http://terminology.hl7.org/CodeSystem/v3-Confidentiality}">http://terminology.hl7.org/CodeSystem/v3-Confidentiality</span></p></div><p><b>MediRecords DocumentReference Recipient Extension</b>: <a href="Practitioner-6d6d7ce8-65c2-11e6-a20e-7b5deed40054.html">Practitioner/6d6d7ce8-65c2-11e6-a20e-7b5deed40054: Dr John Smith</a> &quot; SMITH&quot;</p><p><b>MediRecords DocumentReference Title Extension</b>: Greetings, Test Message</p><p><b>status</b>: current</p><p><b>docStatus</b>: final</p><p><b>type</b>: Referral note <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://loinc.org/">LOINC</a>#57133-1)</span></p><p><b>category</b>: Letter <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://loinc.org/">LOINC</a>#51852-2)</span></p><p><b>subject</b>: <a href="Patient-1e5cae20-85bf-11e8-b401-ffccd711ad9c.html">Patient/1e5cae20-85bf-11e8-b401-ffccd711ad9c</a> &quot; GREY&quot;</p><p><b>date</b>: Nov 17, 2021, 2:56:18 PM</p><p><b>author</b>: <a href="PractitionerRole-6d6d7ce8-65c2-11e6-a20e-7b5deed40051.html">PractitionerRole/6d6d7ce8-65c2-11e6-a20e-7b5deed40051: Dr John Smith</a></p><p><b>authenticator</b>: <a href="Practitioner-6d6d7ce8-65c2-11e6-a20e-7b5deed40054.html">Practitioner/6d6d7ce8-65c2-11e6-a20e-7b5deed40054: Dr John Smith</a> &quot; SMITH&quot;</p><p><b>custodian</b>: <a href="Organization-ade47c8c-9eed-11ea-a6fa-3f7e286deed9.html">Organization/ade47c8c-9eed-11ea-a6fa-3f7e286deed9: Healthy Live Clinic</a> &quot;Healthy Live Clinic&quot;</p><blockquote><p><b>content</b></p><h3>Attachments</h3><table class="grid"><tr><td>-</td><td><b>Size</b></td></tr><tr><td>*</td><td>0</td></tr></table></blockquote><h3>Contexts</h3><table class="grid"><tr><td>-</td><td><b>Encounter</b></td></tr><tr><td>*</td><td><a href="Encounter-1e5cae20-85bf-11e8-b401-ffccd711ad9g.html">Encounter/1e5cae20-85bf-11e8-b401-ffccd711ad9g</a></td></tr></table></div>
  </text>
  <extension
             url="https://fhir.medirecords.com/StructureDefinition/mr-document-ref-recipient-extn">
    <valueReference>
      <reference value="Practitioner/6d6d7ce8-65c2-11e6-a20e-7b5deed40054"/>
      <display value="Dr John Smith"/>
    </valueReference>
  </extension>
  <extension
             url="https://fhir.medirecords.com/StructureDefinition/mr-document-ref-title-extn">
    <valueString value="Greetings, Test Message"/>
  </extension>
  <status value="current"/>
  <docStatus value="final"/>
  <type>
    <coding>
      <system value="http://loinc.org"/>
      <code value="57133-1"/>
      <display value="Referral note"/>
    </coding>
  </type>
  <category>
    <coding>
      <system value="http://loinc.org"/>
      <code value="51852-2"/>
      <display value="Letter"/>
    </coding>
  </category>
  <subject>
    <reference value="Patient/1e5cae20-85bf-11e8-b401-ffccd711ad9c"/>
  </subject>
  <date value="2021-11-17T14:56:18Z"/>
  <author>
    <reference value="PractitionerRole/6d6d7ce8-65c2-11e6-a20e-7b5deed40051"/>
    <display value="Dr John Smith"/>
  </author>
  <authenticator>
    <reference value="Practitioner/6d6d7ce8-65c2-11e6-a20e-7b5deed40054"/>
    <display value="Dr John Smith"/>
  </authenticator>
  <custodian>
    <reference value="Organization/ade47c8c-9eed-11ea-a6fa-3f7e286deed9"/>
    <display value="Healthy Live Clinic"/>
  </custodian>
  <content>
    <attachment>
      <size value="0"/>
    </attachment>
  </content>
  <context>
    <encounter>
      <reference value="Encounter/1e5cae20-85bf-11e8-b401-ffccd711ad9g"/>
    </encounter>
  </context>
</DocumentReference>