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

FHIR IG Statistics: StructureDefinition/CareTeam

Packagehie2.packages
Resource TypeStructureDefinition
IdCareTeam
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=hie2.packages@1.0.1&canonical=http://fhir.hie.moh.gov.my/StructureDefinition/CareTeam-my-core
URLhttp://fhir.hie.moh.gov.my/StructureDefinition/CareTeam-my-core
Version1.0.0
Statusactive
Date2022-03-17T05:38:54.9059298+00:00
NameCareTeamMyCore
TitleCareTeam (MY Core)
DescriptionThe Care Team includes all the people and organizations who plan to participate in the coordination and delivery of care for a patient.
PurposeThe Care Team includes all the people and organizations who plan to participate in the coordination and delivery of care for a patient.
TypeCareTeam
Kindresource

Resources that use this resource

StructureDefinition
EpisodeOfCare-my-coreEpisodeOfCare (MY Core)

Resources that this resource uses

StructureDefinition
Condition-my-coreCondition (MY Core)
Encounter-my-coreEncounter (MY Core)
Organization-my-coreOrganization (MY Core)
Patient-my-corePatient (MY Core)
Group-my-coreGroup (MY Core)

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "CareTeam",
  "meta": {
    "versionId": "4",
    "lastUpdated": "2022-03-17T05:38:55.718+00:00"
  },
  "url": "http://fhir.hie.moh.gov.my/StructureDefinition/CareTeam-my-core",
  "version": "1.0.0",
  "name": "CareTeamMyCore",
  "title": "CareTeam (MY Core)",
  "status": "active",
  "date": "2022-03-17T05:38:54.9059298+00:00",
  "publisher": "Malaysia MOH - HIE Steering Committee",
  "description": "The Care Team includes all the people and organizations who plan to participate in the coordination and delivery of care for a patient.",
  "purpose": "The Care Team includes all the people and organizations who plan to participate in the coordination and delivery of care for a patient.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "CareTeam",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/CareTeam",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "CareTeam.subject",
        "path": "CareTeam.subject",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://fhir.hie.moh.gov.my/StructureDefinition/Patient-my-core",
              "http://fhir.hie.moh.gov.my/StructureDefinition/Group-my-core"
            ]
          }
        ]
      },
      {
        "id": "CareTeam.encounter",
        "path": "CareTeam.encounter",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://fhir.hie.moh.gov.my/StructureDefinition/Encounter-my-core"
            ]
          }
        ]
      },
      {
        "id": "CareTeam.reasonReference",
        "path": "CareTeam.reasonReference",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://fhir.hie.moh.gov.my/StructureDefinition/Condition-my-core"
            ]
          }
        ]
      },
      {
        "id": "CareTeam.managingOrganization",
        "path": "CareTeam.managingOrganization",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://fhir.hie.moh.gov.my/StructureDefinition/Organization-my-core"
            ]
          }
        ]
      }
    ]
  }
}