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

Avery Linwood Care Team

Care providers for Avery Linwood -- MRP, nurse, and referring physician. Shows role discrimination by system AND code, including the v3 ParticipationType REF fallback the official participant-role value set has no concept for

CareTeam/careteam-avery-linwood — claims conformance to CareTeam Profile

{
  "resourceType": "CareTeam",
  "id": "careteam-avery-linwood",
  "meta": {
    "profile": [
      "../StructureDefinition/nexus-emr-core-careteam"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns='http://www.w3.org/1999/xhtml'><p>Avery Linwood's care providers: Dr. Emil Navarro as most-responsible physician, a nurse, and the referring physician who sent the original cardiology consult.</p><p>Note how roles are discriminated: the MRP and Nurse concepts come from the official SNOMED participant-role value set, but the referring physician has no concept there, so it carries HL7 v3 ParticipationType REF -- permitted by the extensible binding precisely because the value set holds no applicable concept. Readers must match system AND code, not code alone.</p></div>"
  },
  "status": "active",
  "name": "Avery Linwood -- Primary Care Team",
  "subject": {
    "reference": "Patient/avery-linwood",
    "display": "Avery Linwood"
  },
  "participant": [
    {
      "role": [
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "446050000",
              "display": "Primary care physician"
            }
          ],
          "text": "Most responsible physician"
        }
      ],
      "member": {
        "reference": "Practitioner/dr-emil-navarro",
        "display": "Dr. Emil Navarro"
      }
    },
    {
      "role": [
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "106292003",
              "display": "Nurse"
            }
          ],
          "text": "Nurse"
        }
      ],
      "member": {
        "reference": "Practitioner/adaeze-okonkwo-rn",
        "display": "Adaeze Okonkwo, RN"
      }
    },
    {
      "role": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "code": "REF",
              "display": "referrer"
            }
          ],
          "text": "Referring physician"
        }
      ],
      "member": {
        "reference": "Practitioner/dr-priya-holland",
        "display": "Dr. Priya Holland"
      }
    }
  ]
}