NHS England FHIR Implementation Guide (deprecated)

Important Announcement regarding this Implementation Guide
  • As of 04/10/2023, this implementation guide has been deprecated and all development on the legacy NHS England FHIR Implementation Guide assets has ceased.
  • Therefore, vendors looking to start new implementations or looking to update existing implementations should use the new NHS England Implementation Guide. Vendors continuing to implement legacy NHS England FHIR Implementation Guide based solutions do so at their own risk and on the understanding that no maintenance or support will be available.

Leeds Teaching Trust

{
    "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"
        }
    ]
}
<Organization xmlns="http://hl7.org/fhir">
    <id value="RR8" />
    <extension url="https://fhir.nhs.uk/StructureDefinition/Extension-ODS-OrganisationRelationships">
        <extension url="highLevelHealthGeography">
            <valueIdentifier>
                <system value="https://fhir.nhs.uk/Id/ods-organization-code" />
                <value value="QWO" />
            </valueIdentifier>
        </extension>
    </extension>
    <identifier>
        <system value="https://fhir.nhs.uk/Id/ods-organization-code" />
        <value value="RR8" />
    </identifier>
    <active value="true" />
    <type>
        <extension url="https://fhir.nhs.uk/StructureDefinition/Extension-ODS-Organization-Role">
            <extension url="primaryRole">
                <valueBoolean value="true" />
            </extension>
            <extension url="status">
                <valueString value="Active" />
            </extension>
        </extension>
        <extension url="https://fhir.nhs.uk/StructureDefinition/Extension-ODS-Organization-Role-ActivePeriod">
            <extension url="activePeriod">
                <valuePeriod>
                    <start value="1998-04-01" />
                </valuePeriod>
            </extension>
            <extension url="dateType">
                <valueString value="Operational" />
            </extension>
        </extension>
        <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="fax" />
        <value value="0113 242 6496" />
        <use value="work" />
    </telecom>
    <telecom>
        <system value="phone" />
        <value value="0113 243 3144" />
        <use value="work" />
    </telecom>
    <address>
        <line value="ST. JAMES&#39;S UNIVERSITY HOSPITAL" />
        <line value="BECKETT STREET" />
        <city value="LEEDS" />
        <district value="WEST YORKSHIRE" />
        <postalCode value="LS9 7TF" />
        <country value="ENGLAND" />
    </address>
</Organization>
Organization
back to top