{
  "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
      }
    ]
  }
}