FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/England-CareTeam-Flag

Packagefhir.r4.nhsengland.programme
Resource TypeStructureDefinition
IdEngland-CareTeam-Flag
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=fhir.r4.nhsengland.programme@0.2.2-pre-release&canonical=https://fhir.nhs.uk/England/StructureDefinition/England-CareTeam-Flag
URLhttps://fhir.nhs.uk/England/StructureDefinition/England-CareTeam-Flag
Version0.1.0
Statusdraft
Date2025-03-03
NameEnglandCareTeamFlag
TitleEngland Care Team Flag
Realmus
Authorityhl7
DescriptionDefines the structure for the CareTeam resource associated with the Flag resource, representing local authority safeguarding teams.
PurposeThis profile provides a structured representation of a CareTeam in the Flag system, including details of safeguarding professionals and their managing organizations.
CopyrightCopyright © 2025 NHS England. Licensed under the Apache License, Version 2.0 (the License); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
TypeCareTeam
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "England-CareTeam-Flag",
  "url": "https://fhir.nhs.uk/England/StructureDefinition/England-CareTeam-Flag",
  "version": "0.1.0",
  "name": "EnglandCareTeamFlag",
  "title": "England Care Team Flag",
  "status": "draft",
  "date": "2025-03-03",
  "publisher": "NHS England",
  "contact": [
    {
      "name": "NHS England",
      "telecom": [
        {
          "system": "email",
          "value": "interoperabilityteam@nhs.net",
          "use": "work",
          "rank": 1
        }
      ]
    }
  ],
  "description": "Defines the structure for the CareTeam resource associated with the Flag resource, representing local authority safeguarding teams.",
  "purpose": "This profile provides a structured representation of a CareTeam in the Flag system, including details of safeguarding professionals and their managing organizations.",
  "copyright": "Copyright © 2025 NHS England. Licensed under the Apache License, Version 2.0 (the License); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "CareTeam",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/CareTeam",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "CareTeam.id",
        "path": "CareTeam.id",
        "mustSupport": true
      },
      {
        "id": "CareTeam.status",
        "path": "CareTeam.status",
        "mustSupport": true
      },
      {
        "id": "CareTeam.name",
        "path": "CareTeam.name",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "CareTeam.telecom",
        "path": "CareTeam.telecom",
        "min": 1
      }
    ]
  }
}