Conditional bindings
1.0.0 - STU1 International flag

Conditional bindings, published by My Organization. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/costateixeira/conditionalbindings/ and changes regularly. See the Directory of published versions

: ExampleReferralKO - XML Representation

Raw xml | Download


<ServiceRequest xmlns="http://hl7.org/fhir">
  <id value="ExampleReferralKO"/>
  <meta>
    <profile
             value="http://example.com/fhir/example/StructureDefinition/ConditionalReferral"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: ServiceRequest ExampleReferralKO</b></p><a name="ExampleReferralKO"> </a><a name="hcExampleReferralKO"> </a><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"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-ConditionalReferral.html">Conditional Referral profile with Additional Bindings</a></p></div><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>code</b>: <span title="Codes:{http://snomed.info/sct 365176002}">Finding related to ability to perform writing activities</span></p><p><b>orderDetail</b>: <span title="Codes:{http://snomed.info/sct 23088002}">Ambidextrous</span></p><p><b>subject</b>: Patient1</p></div>
  </text>
  <status value="active"/>
  <intent value="order"/>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="365176002"/>
    </coding>
  </code>
  <orderDetail>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="23088002"/>
    </coding>
  </orderDetail>
  <subject>
    <display value="Patient1"/>
  </subject>
</ServiceRequest>