InterweaveOrganization

FHIR Profile

The Notts Care Record will use the following Interweave Organization Profiles, as published in the Interweave Implementation Guide:

Notts Guidance

FHIR Organizations will be referenced from a number of other Resources, e.g. Trust that is responsible for an institutional site/location.

A Data Provider MUST offer Organisation FHIR resources to represent its own organisation.

For example, Local Authorities will need to offer Organisation FHIR resources to represent:

  • External Provider Organisations who have been commissioned to provide a service for a Patient (EpisodeOfCare.managingOrganization)
  • Internal Social Care Teams that undertake assessments (Task.owner)

Name

The name of the organisation is Mandatory on all Organisations/Teams

Active Flag

'Inactive' Organisations could include providers than are no longer used, or teams that have been replaced by a reorganisation. These organisations could still be referenced by historic tasks / services, and therefore should not be DELETED from the FHIR Store. This is a Mandatory Field

Organisation Type

For External/Proper Organisations 'type' is a MUST SUPPORT field, with a required binding to InterweaveOrganisationType

Type is Mandatory for Teams and will be code team from system http://hl7.org/fhir/organization-type

Hierachy

Where the Organization Resource represents a team, a simple 2 level heirarchy MUST be used. For example Discharge 2 Assess - Mid Team is part of the 511 - NOTTS COUNTY COUNCIL) Organisation

{
    "resourceType": "Organization",
    "meta": {
        "profile":  [
            "https://fhir.yhcr.nhs.uk/StructureDefinition/Interweave-OrganizationalTeam",
            "https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-Organization-1"
        ]
    },
    "id": "team-04",
    "active": true,
    "type":  [
        {
            "coding":  [
                {
                    "system": "http://hl7.org/fhir/organization-type",
                    "code": "team",
                    "display": "Organizational team"
                }
            ]
        }
    ],
    "name": "Discharge 2 Assess - Mid",
    "telecom":  [
        {
            "system": "phone",
            "value": "0300 500 8080"
        }
    ],
    "partOf": {
        "reference": "Organization/511",
        "display": "NOTTINGHAMSHIRE COUNTY COUNCIL"
    }
}

Telecom

Where possible, telephone and email contacts should be provided for organisations and teams. In some cases these may be defaulted to a golden / duty number.