{
  "resourceType": "StructureDefinition",
  "url": "https://cortex-care.io/fhir/StructureDefinition/Careteam",
  "version": "1.0",
  "name": "Cortex_CareTeam",
  "status": "draft",
  "date": "2024-01-24",
  "publisher": "MN Sante",
  "description": "CareTeam : EHR (electronic health record) focused care team | Episode of care-focused care team",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "CareTeam",
  "baseDefinition": "http://esante.gouv.fr/ci-sis/fhir/StructureDefinition/CDS_IHECareTeam",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "CareTeam",
        "path": "CareTeam",
        "definition": "The Care Team includes all the people and organizations who plan to participate in the coordination and delivery of care for a patient. Define by http://esante.gouv.fr/ci-sis/fhir/StructureDefinition/CDS_IHECareTeam"
      },
      {
        "id": "CareTeam.identifier",
        "path": "CareTeam.identifier",
        "max": "0"
      },
      {
        "id": "CareTeam.status",
        "path": "CareTeam.status",
        "max": "0"
      },
      {
        "id": "CareTeam.category",
        "path": "CareTeam.category",
        "max": "1",
        "binding": {
          "strength": "required",
          "description": "Type of careteam",
          "valueSet": "https://cortex-care.io/ValueSet/CareTeam/type"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "CareTeam.name",
        "path": "CareTeam.name",
        "max": "0"
      },
      {
        "id": "CareTeam.encounter",
        "path": "CareTeam.encounter",
        "max": "0"
      },
      {
        "id": "CareTeam.period",
        "path": "CareTeam.period",
        "max": "0"
      },
      {
        "id": "CareTeam.participant.onBehalfOf",
        "path": "CareTeam.participant.onBehalfOf",
        "definition": "test",
        "max": "0"
      },
      {
        "id": "CareTeam.participant.period",
        "path": "CareTeam.participant.period",
        "max": "0"
      },
      {
        "id": "CareTeam.reasonCode",
        "path": "CareTeam.reasonCode",
        "max": "0"
      },
      {
        "id": "CareTeam.reasonReference",
        "path": "CareTeam.reasonReference",
        "max": "0"
      },
      {
        "id": "CareTeam.telecom",
        "path": "CareTeam.telecom",
        "max": "0"
      },
      {
        "id": "CareTeam.note",
        "path": "CareTeam.note",
        "max": "0"
      }
    ]
  }
}