Skip to content

CareTeam Profile

Canonical../StructureDefinition/nexus-emr-core-careteam
Statusdraft · 1.26.0
BaseCareTeam (constraint)
SourceFSH · JSON

Nexus EMR profile for CareTeam, capturing the care providers associated with a patient (e.g. most-responsible physician, nurse, midwife, referring physician). Backs the Patient Profile Care Providers section.

Examples

Avery Linwood Care Team · Cedarbrook Clinic -- Nursing Pool

Cedarbrook Clinic -- Nursing Pool

CareTeam/careteam-nursing-pool — claims conformance to CareTeam Profile

{
  "resourceType": "CareTeam",
  "id": "careteam-nursing-pool",
  "meta": {
    "profile": [
      "../StructureDefinition/nexus-emr-core-careteam"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns='http://www.w3.org/1999/xhtml'><p>The clinic's nursing pool: a STANDING operational team that serves the practice rather than one patient, and can therefore hold pooled work as a <code>Task.owner</code>.</p><p>The point of this example is what it does NOT carry. There is no <code>subject</code>, and that absence is meaningful rather than missing data -- it is the discriminator between the two populations this profile now holds. A surface listing a patient's care providers must filter on <code>subject</code>; one that assumes it will render this pool as one of the patient's clinicians.</p></div>"
  },
  "status": "active",
  "name": "Cedarbrook Clinic -- Nursing Pool",
  "participant": [
    {
      "role": [
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "224535009",
              "display": "Registered nurse"
            }
          ]
        }
      ],
      "member": {
        "reference": "Practitioner/priya-raman-rn",
        "display": "Priya Raman, RN"
      }
    }
  ]
}

Referenced by: Team-Owned Standalone Task Example