2nd DSTU Draft For Comment

This page is part of the FHIR Specification (v0.4.0: DSTU 2 Draft). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Other-example.xml

Raw XML (canonical form)

How 'other' can be used for future resources - in this case referral (id = "referral")

Raw XML

<Other xmlns="http://hl7.org/fhir">
  <id value="referral"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><!-- Snipped for brevity --></div>
  </text>
  <extension url="http://example.org/do-not-use/fhir-extensions/referral#requestingPractitioner">
    <valueReference>
      <reference value="Practitioner/f201"/>
      <display value="Dokter Bronsig"/>
    </valueReference>
  </extension>
  <extension url="http://example.org/do-not-use/fhir-extensions/referral#notes">
    <valueString value="The patient had fever peaks over the last couple of days. He is worried about these peaks."/>
  </extension>
  <extension url="http://example.org/do-not-use/fhir-extensions/referral#fulfillingEncounter">
    <valueReference>
      <reference value="Encounter/f201"/>
    </valueReference>
  </extension>
  <modifierExtension url="http://example.org/do-not-use/fhir-extensions/referral#referredForService">
    <valueCodeableConcept>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="11429006"/>
        <display value="Consultation"/>
      </coding>
    </valueCodeableConcept>
  </modifierExtension>
  <modifierExtension url="http://example.org/do-not-use/fhir-extensions/referral#targetDate">
    <valuePeriod>
      <start value="2013-04-01"/>
      <end value="2013-04-15"/>
    </valuePeriod>
  </modifierExtension>
  <modifierExtension url="http://example.org/do-not-use/fhir-extensions/referral#status">
    <valueCode value="complete"/>
  </modifierExtension>
  <code>
    <coding>
      <system value="http://hl7.org/fhir/other-resource-type"/>
      <code value="REFERRAL"/>
    </coding>
  </code>
  <subject>
    <reference value="Patient/f201"/>
    <display value="Roel"/>
  </subject>
</Other>

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.