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

FHIR IG analytics

Packageca.on.oh-ereferral-econsult
Resource TypeStructureDefinition
Idca-on-eReferral-profile-CareTeam.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "id": "ca-on-eReferral-profile-CareTeam",
  "url": "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-CareTeam",
  "version": "1.0.0",
  "name": "EReferralCareTeam",
  "title": "CareTeam v0.11.0",
  "status": "draft",
  "description": "The CareTeam includes all the people, teams, and organizations who plan to participate in the coordination and delivery of care for a single patient or a group (such as a married couple in therapy or a support group). CareTeam can also be organizationally assigned without a subject in context, such as a code blue team or emergency response team. This is not limited to practitioners, but may include other caregivers such as family members, guardians, the patient themself, or others. An individual's CareTeam can be dynamic over time, such that there can be transience of team members, such as a rehabilitation team.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "CareTeam",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/CareTeam",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "CareTeam.meta",
        "path": "CareTeam.meta",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "CareTeam.meta.profile",
        "path": "CareTeam.meta.profile",
        "comment": "FOR eREFERRAL USAGE: The meta.profile = http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-CareTeam|1.0.0",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "CareTeam.meta.security",
        "path": "CareTeam.meta.security"
      },
      {
        "id": "CareTeam.meta.security.id",
        "path": "CareTeam.meta.security.id",
        "max": "0"
      },
      {
        "id": "CareTeam.meta.security.version",
        "path": "CareTeam.meta.security.version",
        "max": "0"
      },
      {
        "id": "CareTeam.meta.security.userSelected",
        "path": "CareTeam.meta.security.userSelected",
        "max": "0"
      },
      {
        "id": "CareTeam.identifier",
        "path": "CareTeam.identifier",
        "mustSupport": true
      },
      {
        "id": "CareTeam.identifier.system",
        "path": "CareTeam.identifier.system",
        "mustSupport": true
      },
      {
        "id": "CareTeam.identifier.value",
        "path": "CareTeam.identifier.value",
        "mustSupport": true
      },
      {
        "id": "CareTeam.status",
        "path": "CareTeam.status",
        "min": 1
      },
      {
        "id": "CareTeam.participant",
        "path": "CareTeam.participant",
        "mustSupport": true
      },
      {
        "id": "CareTeam.participant.member",
        "path": "CareTeam.participant.member",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/RelatedPerson",
              "http://hl7.org/fhir/StructureDefinition/Patient",
              "http://hl7.org/fhir/StructureDefinition/CareTeam",
              "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-PractitionerRole",
              "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-Organization",
              "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-Practitioner"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "CareTeam.reasonReference",
        "path": "CareTeam.reasonReference",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-Condition"
            ]
          }
        ]
      },
      {
        "id": "CareTeam.managingOrganization",
        "path": "CareTeam.managingOrganization",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-Organization"
            ]
          }
        ]
      }
    ]
  }
}