FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagesynapxe.nde
Resource TypeStructureDefinition
IdCareTeam.StructureDefinition.json
FHIR VersionR5
Sourcehttps://simplifier.net/resolve?scope=synapxe.nde@1.0.0&canonical=https://fhir.synapxe.sg/StructureDefinition/profile-careteam
URLhttps://fhir.synapxe.sg/StructureDefinition/profile-careteam
Statusdraft
NameCareTeam
DescriptionRepresents the enrollment of a patient in a care program, including participants, period, status, and managing organization.
TypeCareTeam
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
synapxe.nde#1.0.0profile-organizationOrganization
synapxe.nde#1.0.0profile-patientPatient
synapxe.nde#1.0.0profile-practitionerPractitioner
ValueSet
synapxe.nde#1.0.0programme-nameProgramme Name Value Set

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "url": "https://fhir.synapxe.sg/StructureDefinition/profile-careteam",
  "name": "CareTeam",
  "status": "draft",
  "description": "Represents the enrollment of a patient in a care program, including participants, period, status, and managing organization.",
  "fhirVersion": "5.0.0",
  "kind": "resource",
  "abstract": false,
  "type": "CareTeam",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/CareTeam",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "CareTeam.contained",
        "path": "CareTeam.contained",
        "slicing": {
          "discriminator": [
            {
              "type": "profile",
              "path": "resolve()"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "CareTeam.contained:Patient",
        "path": "CareTeam.contained",
        "sliceName": "Patient",
        "max": "1",
        "type": [
          {
            "code": "Resource",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-patient"
            ]
          }
        ]
      },
      {
        "id": "CareTeam.contained:Practitioner",
        "path": "CareTeam.contained",
        "sliceName": "Practitioner",
        "max": "1",
        "type": [
          {
            "code": "Resource",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-practitioner"
            ]
          }
        ]
      },
      {
        "id": "CareTeam.contained:Organization",
        "path": "CareTeam.contained",
        "sliceName": "Organization",
        "max": "1",
        "type": [
          {
            "code": "Resource",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-organization"
            ]
          }
        ]
      },
      {
        "id": "CareTeam.identifier",
        "path": "CareTeam.identifier",
        "min": 1,
        "max": "1"
      },
      {
        "id": "CareTeam.identifier.id",
        "path": "CareTeam.identifier.id",
        "max": "0"
      },
      {
        "id": "CareTeam.identifier.extension",
        "path": "CareTeam.identifier.extension",
        "max": "0"
      },
      {
        "id": "CareTeam.identifier.use",
        "path": "CareTeam.identifier.use",
        "max": "0"
      },
      {
        "id": "CareTeam.identifier.type",
        "path": "CareTeam.identifier.type",
        "max": "0"
      },
      {
        "id": "CareTeam.identifier.system",
        "path": "CareTeam.identifier.system",
        "min": 1
      },
      {
        "id": "CareTeam.identifier.value",
        "path": "CareTeam.identifier.value",
        "min": 1
      },
      {
        "id": "CareTeam.identifier.period",
        "path": "CareTeam.identifier.period",
        "max": "0"
      },
      {
        "id": "CareTeam.identifier.assigner",
        "path": "CareTeam.identifier.assigner",
        "max": "0"
      },
      {
        "id": "CareTeam.status",
        "path": "CareTeam.status",
        "min": 1
      },
      {
        "id": "CareTeam.category",
        "path": "CareTeam.category",
        "min": 1,
        "max": "1",
        "binding": {
          "strength": "required",
          "valueSet": "https://fhir.synapxe.sg/ValueSet/programme-name"
        }
      },
      {
        "id": "CareTeam.category.id",
        "path": "CareTeam.category.id",
        "max": "0"
      },
      {
        "id": "CareTeam.category.extension",
        "path": "CareTeam.category.extension",
        "max": "0"
      },
      {
        "id": "CareTeam.category.coding",
        "path": "CareTeam.category.coding",
        "min": 1,
        "max": "1"
      },
      {
        "id": "CareTeam.category.coding.id",
        "path": "CareTeam.category.coding.id",
        "max": "0"
      },
      {
        "id": "CareTeam.category.coding.extension",
        "path": "CareTeam.category.coding.extension",
        "max": "0"
      },
      {
        "id": "CareTeam.category.coding.system",
        "path": "CareTeam.category.coding.system",
        "min": 1,
        "patternUri": "https://fhir.synapxe.sg/CodeSystem/programme-name"
      },
      {
        "id": "CareTeam.category.coding.code",
        "path": "CareTeam.category.coding.code",
        "min": 1
      },
      {
        "id": "CareTeam.category.coding.display",
        "path": "CareTeam.category.coding.display",
        "min": 1
      },
      {
        "id": "CareTeam.category.coding.userSelected",
        "path": "CareTeam.category.coding.userSelected",
        "max": "0"
      },
      {
        "id": "CareTeam.category.text",
        "path": "CareTeam.category.text",
        "max": "0"
      },
      {
        "id": "CareTeam.name",
        "path": "CareTeam.name",
        "max": "0"
      },
      {
        "id": "CareTeam.period",
        "path": "CareTeam.period",
        "min": 1
      },
      {
        "id": "CareTeam.period.id",
        "path": "CareTeam.period.id",
        "max": "0"
      },
      {
        "id": "CareTeam.period.extension",
        "path": "CareTeam.period.extension",
        "max": "0"
      },
      {
        "id": "CareTeam.period.start",
        "path": "CareTeam.period.start",
        "min": 1
      },
      {
        "id": "CareTeam.period.end",
        "path": "CareTeam.period.end",
        "min": 1
      },
      {
        "id": "CareTeam.participant.id",
        "path": "CareTeam.participant.id",
        "max": "0"
      },
      {
        "id": "CareTeam.participant.extension",
        "path": "CareTeam.participant.extension",
        "max": "0"
      },
      {
        "id": "CareTeam.participant.modifierExtension",
        "path": "CareTeam.participant.modifierExtension",
        "max": "0"
      },
      {
        "id": "CareTeam.participant.role",
        "path": "CareTeam.participant.role",
        "min": 1
      },
      {
        "id": "CareTeam.participant.role.id",
        "path": "CareTeam.participant.role.id",
        "max": "0"
      },
      {
        "id": "CareTeam.participant.role.extension",
        "path": "CareTeam.participant.role.extension",
        "max": "0"
      },
      {
        "id": "CareTeam.participant.role.coding",
        "path": "CareTeam.participant.role.coding",
        "min": 1,
        "max": "1"
      },
      {
        "id": "CareTeam.participant.role.coding.id",
        "path": "CareTeam.participant.role.coding.id",
        "max": "0"
      },
      {
        "id": "CareTeam.participant.role.coding.extension",
        "path": "CareTeam.participant.role.coding.extension",
        "max": "0"
      },
      {
        "id": "CareTeam.participant.role.coding.system",
        "path": "CareTeam.participant.role.coding.system",
        "min": 1
      },
      {
        "id": "CareTeam.participant.role.coding.code",
        "path": "CareTeam.participant.role.coding.code",
        "min": 1
      },
      {
        "id": "CareTeam.participant.role.coding.display",
        "path": "CareTeam.participant.role.coding.display",
        "min": 1
      },
      {
        "id": "CareTeam.participant.role.coding.userSelected",
        "path": "CareTeam.participant.role.coding.userSelected",
        "max": "0"
      },
      {
        "id": "CareTeam.participant.role.text",
        "path": "CareTeam.participant.role.text",
        "max": "0"
      },
      {
        "id": "CareTeam.participant.member",
        "path": "CareTeam.participant.member",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-patient",
              "https://fhir.synapxe.sg/StructureDefinition/profile-practitioner",
              "https://fhir.synapxe.sg/StructureDefinition/profile-organization"
            ]
          }
        ]
      },
      {
        "id": "CareTeam.participant.onBehalfOf",
        "path": "CareTeam.participant.onBehalfOf",
        "max": "0"
      },
      {
        "id": "CareTeam.participant.coverage[x]",
        "path": "CareTeam.participant.coverage[x]",
        "max": "0"
      },
      {
        "id": "CareTeam.reason",
        "path": "CareTeam.reason",
        "min": 1
      },
      {
        "id": "CareTeam.reason.id",
        "path": "CareTeam.reason.id",
        "max": "0"
      },
      {
        "id": "CareTeam.reason.extension",
        "path": "CareTeam.reason.extension",
        "max": "0"
      },
      {
        "id": "CareTeam.reason.concept",
        "path": "CareTeam.reason.concept",
        "min": 1
      },
      {
        "id": "CareTeam.reason.concept.id",
        "path": "CareTeam.reason.concept.id",
        "max": "0"
      },
      {
        "id": "CareTeam.reason.concept.extension",
        "path": "CareTeam.reason.concept.extension",
        "max": "0"
      },
      {
        "id": "CareTeam.reason.concept.coding",
        "path": "CareTeam.reason.concept.coding",
        "min": 1,
        "max": "1"
      },
      {
        "id": "CareTeam.reason.concept.coding.id",
        "path": "CareTeam.reason.concept.coding.id",
        "max": "0"
      },
      {
        "id": "CareTeam.reason.concept.coding.extension",
        "path": "CareTeam.reason.concept.coding.extension",
        "max": "0"
      },
      {
        "id": "CareTeam.reason.concept.coding.system",
        "path": "CareTeam.reason.concept.coding.system",
        "min": 1
      },
      {
        "id": "CareTeam.reason.concept.coding.code",
        "path": "CareTeam.reason.concept.coding.code",
        "min": 1
      },
      {
        "id": "CareTeam.reason.concept.coding.display",
        "path": "CareTeam.reason.concept.coding.display",
        "min": 1
      },
      {
        "id": "CareTeam.reason.concept.coding.userSelected",
        "path": "CareTeam.reason.concept.coding.userSelected",
        "max": "0"
      },
      {
        "id": "CareTeam.reason.concept.text",
        "path": "CareTeam.reason.concept.text",
        "max": "0"
      },
      {
        "id": "CareTeam.reason.reference",
        "path": "CareTeam.reason.reference",
        "max": "0"
      },
      {
        "id": "CareTeam.managingOrganization",
        "path": "CareTeam.managingOrganization",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-organization"
            ]
          }
        ]
      },
      {
        "id": "CareTeam.telecom",
        "path": "CareTeam.telecom",
        "max": "0"
      },
      {
        "id": "CareTeam.note.id",
        "path": "CareTeam.note.id",
        "max": "0"
      },
      {
        "id": "CareTeam.note.extension",
        "path": "CareTeam.note.extension",
        "max": "0"
      },
      {
        "id": "CareTeam.note.author[x]",
        "path": "CareTeam.note.author[x]",
        "max": "0"
      },
      {
        "id": "CareTeam.note.time",
        "path": "CareTeam.note.time",
        "max": "0"
      }
    ]
  }
}