Prescription Search Support
1.0.0 - STU1 Belgium flag

Prescription Search Support, published by eHealth Platform. 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/hl7-be/pss/ and changes regularly. See the Directory of published versions

: Radiology - S1 Get Diagnoses - Request - 1. Bundle - XML Representation

Raw xml | Download


<Bundle xmlns="http://hl7.org/fhir">
  <id value="radiology-getdiagnoses"/>
  <type value="collection"/>
  <entry>
    <fullUrl value="urn:uuid:30551ce1-5a28-4356-b684-3e639094ad03"/>
    <resource>
      <Patient>
        <id value="X"/>
        <text>
          <status value="generated"/>
          <div xmlns="http://www.w3.org/1999/xhtml"><a name="Patient_X"> </a><p class="res-header-id"><b>Generated Narrative: Patient X</b></p><a name="X"> </a><a name="hcX"> </a><a name="X-en-US"> </a><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">Anonymous Patient Male, DoB: 1972-05-24</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Record is active">Active:</td><td>true</td><td style="background-color: #f3f5da" title="Known status of Patient">Deceased:</td><td colspan="3">false</td></tr></table></div>
        </text>
        <active value="true"/>
        <gender value="male"/>
        <birthDate value="1972-05-24"/>
        <deceasedBoolean value="false"/>
      </Patient>
    </resource>
  </entry>
  <entry>
    <fullUrl value="urn:uuid:30551ce1-5a28-4356-b684-3e639094ad04"/>
    <resource>
      <Observation>
        <id value="ataxia"/>
        <text>
          <status value="generated"/>
          <div xmlns="http://www.w3.org/1999/xhtml"><a name="Observation_ataxia"> </a><p class="res-header-id"><b>Generated Narrative: Observation ataxia</b></p><a name="ataxia"> </a><a name="hcataxia"> </a><a name="ataxia-en-US"> </a><p><b>status</b>: Final</p><p><b>code</b>: <span title="Codes:{http://snomed.info/sct 20262006}">Ataxia</span></p><p><b>subject</b>: <a href="Patient-X.html">Anonymous Patient Male, DoB: 1972-05-24</a></p></div>
        </text>
        <status value="final"/>
        <code>
          <coding>
            <system value="http://snomed.info/sct"/>
            <code value="20262006"/>
            <display value="Ataxia"/>
          </coding>
        </code>
        <subject>🔗 
          <reference value="Patient/X"/>
        </subject>
      </Observation>
    </resource>
  </entry>
  <entry>
    <fullUrl value="urn:uuid:30551ce1-5a28-4356-b684-3e631234ad04"/>
    <resource>
      <ServiceRequest>
        <id value="ct-head-iv-contrast"/>
        <text>
          <status value="generated"/>
          <div xmlns="http://www.w3.org/1999/xhtml"><a name="ServiceRequest_ct-head-iv-contrast"> </a><p class="res-header-id"><b>Generated Narrative: ServiceRequest ct-head-iv-contrast</b></p><a name="ct-head-iv-contrast"> </a><a name="hcct-head-iv-contrast"> </a><a name="ct-head-iv-contrast-en-US"> </a><p><b>status</b>: Active</p><p><b>intent</b>: Proposal</p><p><b>code</b>: <span title="Codes:">CT Head with IV contrast</span></p><p><b>subject</b>: <a href="Patient-X.html">Anonymous Patient Male, DoB: 1972-05-24</a></p></div>
        </text>
        <status value="active"/>
        <intent value="proposal"/>
        <code>
          <text value="CT Head with IV contrast"/>
        </code>
        <subject>🔗 
          <reference value="Patient/X"/>
        </subject>
      </ServiceRequest>
    </resource>
  </entry>
</Bundle>