FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageuk.nhsdigital.r4.test
Resource TypeOrganization
IdODSAPI-Organization-R4-ReadResponse.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Organization",
  "id": "RR8",
  "extension": [
    {
      "url": "https://fhir.nhs.uk/StructureDefinition/Extension-ODS-OrganisationRelationships",
      "extension": [
        {
          "url": "highLevelHealthGeography",
          "valueIdentifier": {
            "system": "https://fhir.nhs.uk/Id/ods-organization-code",
            "value": "QWO"
          }
        }
      ]
    }
  ],
  "identifier": [
    {
      "system": "https://fhir.nhs.uk/Id/ods-organization-code",
      "value": "RR8"
    }
  ],
  "active": true,
  "type": [
    {
      "extension": [
        {
          "url": "https://fhir.nhs.uk/StructureDefinition/Extension-ODS-Organization-Role",
          "extension": [
            {
              "url": "primaryRole",
              "valueBoolean": true
            },
            {
              "url": "status",
              "valueString": "Active"
            }
          ]
        },
        {
          "url": "https://fhir.nhs.uk/StructureDefinition/Extension-ODS-Organization-Role-ActivePeriod",
          "extension": [
            {
              "url": "activePeriod",
              "valuePeriod": {
                "start": "1998-04-01"
              }
            },
            {
              "url": "dateType",
              "valueString": "Operational"
            }
          ]
        }
      ],
      "coding": [
        {
          "system": "https://fhir.nhs.uk/CodeSystem/organisation-role",
          "code": "197",
          "display": "NHS TRUST"
        }
      ]
    }
  ],
  "name": "LEEDS TEACHING HOSPITALS NHS TRUST",
  "telecom": [
    {
      "system": "fax",
      "value": "0113 242 6496",
      "use": "work"
    },
    {
      "system": "phone",
      "value": "0113 243 3144",
      "use": "work"
    }
  ],
  "address": [
    {
      "line": [
        "ST. JAMES'S UNIVERSITY HOSPITAL",
        "BECKETT STREET"
      ],
      "city": "LEEDS",
      "district": "WEST YORKSHIRE",
      "postalCode": "LS9 7TF",
      "country": "ENGLAND"
    }
  ]
}