MediRecords FHIR Implementation Guide
1.3.0 - release


: Bundle including matching Organization resources to indicate search result returned - XML Representation

Raw xml | Download



<Bundle xmlns="http://hl7.org/fhir">
  <id value="535ecd03-8cb0-40dc-8326-8b0049ee72ac"/>
  <meta>
    <lastUpdated value="2021-06-07T01:43:30Z"/>
  </meta>
  <type value="searchset"/>
  <total value="1"/>
  <link>
    <relation value="self"/>
    <url value="https://api.medirecords.com/fhir/v1/Organization?_count=10"/>
  </link>
  <entry>
    <fullUrl
             value="https://api.medirecords.com/fhir/v1/Organization/ade47c8c-9eed-11ea-a6fa-3f7e286deed9"/>
    <resource>
      <Organization>
        <id value="ade47c8c-9eed-11ea-a6fa-3f7e286deed9"/>
        <meta>
          <source value="urn:uuid:736b6dd8-c989-11e5-a45e-9b49d42b14a9"/>
          <profile
                   value="https://fhir.medirecords.com/StructureDefinition/mr-organisation-core"/>
        </meta>
        <text>
          <status value="generated"/>
          <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Organization</b><a name="ade47c8c-9eed-11ea-a6fa-3f7e286deed9"> </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 Organization &quot;ade47c8c-9eed-11ea-a6fa-3f7e286deed9&quot; </p><p style="margin-bottom: 0px">Information Source: urn:uuid:736b6dd8-c989-11e5-a45e-9b49d42b14a9!</p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-mr-organisation-core.html">MediRecords Core Organisation</a></p></div><p><b>identifier</b>: HPI-O: 8003627500000328</p><p><b>active</b>: true</p><p><b>type</b>: Healthcare Provider <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.3.0/CodeSystem-organization-type.html">Organization type</a>#prov)</span></p><p><b>name</b>: Healthy Live Clinic</p><p><b>telecom</b>: ph: 1234567890(WORK), <a href="mailto:sarahstone@c.com">sarahstone@c.com</a></p><p><b>address</b>: Johnson Street Sydney NSW 2000 </p></div>
        </text>
        <identifier>
          <type>
            <coding>
              <system
                      value="http://terminology.hl7.org.au/CodeSystem/v2-0203"/>
              <code value="NOI"/>
              <display value="National Organisation Identifier"/>
            </coding>
            <text value="HPI-O"/>
          </type>
          <system value="http://ns.electronichealth.net.au/id/hi/hpio/1.0"/>
          <value value="8003627500000328"/>
        </identifier>
        <active value="true"/>
        <type>
          <coding>
            <system
                    value="http://terminology.hl7.org/CodeSystem/organization-type"/>
            <code value="prov"/>
            <display value="Healthcare Provider"/>
          </coding>
        </type>
        <name value="Healthy Live Clinic"/>
        <telecom>
          <system value="phone"/>
          <value value="1234567890"/>
          <use value="work"/>
        </telecom>
        <telecom>
          <system value="email"/>
          <value value="sarahstone@c.com"/>
          <use value="work"/>
        </telecom>
        <address>
          <type value="physical"/>
          <line value="Johnson Street"/>
          <city value="Sydney"/>
          <state value="NSW"/>
          <postalCode value="2000"/>
        </address>
      </Organization>
    </resource>
    <search>
      <mode value="match"/>
    </search>
  </entry>
</Bundle>