Virtually Healthcare HL7 FHIR Implementation Guide
0.1.0-current - ci-build United Kingdom flag

Virtually Healthcare HL7 FHIR Implementation Guide, published by Virtually Healthcare. This guide is not an authorized publication; it is the continuous build for version 0.1.0-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Virtually-Healthcare/Virtually-Healthcare-FHIR-Implementation-Guide/ and changes regularly. See the Directory of published versions

: Organization NHS England - Leeds Teaching Trust (RR8) - XML Representation

Raw xml | Download


<Organization xmlns="http://hl7.org/fhir">
  <id value="RR8"/>
  <meta>
    <lastUpdated value="2023-11-14T00:00:00+00:00"/>
    <profile
             value="https://fhir.virtually.healthcare/StructureDefinition/Organization"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Organization RR8</b></p><a name="RR8"> </a><a name="hcRR8"> </a><a name="RR8-en-GB"> </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">Last updated: 2023-11-14 00:00:00+0000</p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-Organization.html">Organization</a></p></div><p><b>identifier</b>: <code>https://fhir.nhs.uk/Id/ods-organization-code</code>/RR8</p><p><b>active</b>: true</p><p><b>type</b>: <span title="Codes:{https://fhir.nhs.uk/CodeSystem/organisation-role 197}">NHS TRUST</span></p><p><b>name</b>: LEEDS TEACHING HOSPITALS NHS TRUST</p><p><b>telecom</b>: ph: 0113 243 3144, <a href="https://www.leedsth.nhs.uk/">https://www.leedsth.nhs.uk/</a></p><p><b>address</b>: ST. JAMES'S UNIVERSITY HOSPITAL BECKETT STREET LEEDS LS9 7TF ENGLAND </p></div>
  </text>
  <identifier>
    <system value="https://fhir.nhs.uk/Id/ods-organization-code"/>
    <value value="RR8"/>
  </identifier>
  <active value="true"/>
  <type>
    <coding>
      <system value="https://fhir.nhs.uk/CodeSystem/organisation-role"/>
      <code value="197"/>
      <display value="NHS TRUST"/>
    </coding>
  </type>
  <name value="LEEDS TEACHING HOSPITALS NHS TRUST"/>
  <telecom>
    <system value="phone"/>
    <value value="0113 243 3144"/>
  </telecom>
  <telecom>
    <system value="url"/>
    <value value="https://www.leedsth.nhs.uk/"/>
  </telecom>
  <address>
    <line value="ST. JAMES'S UNIVERSITY HOSPITAL"/>
    <line value="BECKETT STREET"/>
    <city value="LEEDS"/>
    <postalCode value="LS9 7TF"/>
    <country value="ENGLAND"/>
  </address>
</Organization>