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) - JSON Representation

Raw json | Download

{
  "resourceType" : "Organization",
  "id" : "RR8",
  "meta" : {
    "lastUpdated" : "2023-11-14T00:00:00+00:00",
    "profile" : [
      🔗 "https://fhir.virtually.healthcare/StructureDefinition/Organization"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "identifier" : [
    {
      "system" : "https://fhir.nhs.uk/Id/ods-organization-code",
      "value" : "RR8"
    }
  ],
  "active" : true,
  "type" : [
    {
      "coding" : [
        {
          "system" : "https://fhir.nhs.uk/CodeSystem/organisation-role",
          "code" : "197",
          "display" : "NHS TRUST"
        }
      ]
    }
  ],
  "name" : "LEEDS TEACHING HOSPITALS NHS TRUST",
  "telecom" : [
    {
      "system" : "phone",
      "value" : "0113 243 3144"
    },
    {
      "system" : "url",
      "value" : "https://www.leedsth.nhs.uk/"
    }
  ],
  "address" : [
    {
      "line" : [
        "ST. JAMES'S UNIVERSITY HOSPITAL",
        "BECKETT STREET"
      ],
      "city" : "LEEDS",
      "postalCode" : "LS9 7TF",
      "country" : "ENGLAND"
    }
  ]
}