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

FHIR IG analytics

Packagetelus.dw.emr.extract-1-1-21
Resource TypeCareTeam
IdCareTeam-ma-ma-schema-1-CareTeam-14002.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CareTeam ma-ma-schema-1-CareTeam-14002

Last updated: 2023-12-18 23:07:47+0000;

Information Source: urn:telus:emr:ma:ma-schema-1

Security Label: normal (Details: Confidentiality code N = 'normal')

identifier: urn:telus:emr:ma:ma-schema-1:CareTeam/14002 (use: official, )

status: Active

category: Encounter-focused care team

name: Hypertension Management Care Team

subject: John Michael Smith

encounter: Encounter: identifier = urn:telus:emr:ma:ma-schema-1:Encounter#2001 (use: official, ); status = finished; class = ambulatory (ActCode#AMB); type = ; period = 2023-12-18 10:00:00+0000 --> 2023-12-18 10:45:00+0000; reasonCode =

period: 2023-12-18 --> (ongoing)

participant

role: Primary Care Physician

member: Dr. Sarah Johnson

onBehalfOf: Main Street Family Practice

period: 2023-12-18 --> (ongoing)

participant

role: Patient

member: John Michael Smith

period: 2023-12-18 --> (ongoing)

participant

role: Family Caregiver

member: Jane Marie Smith (Spouse)

period: 2023-12-18 --> (ongoing)

reasonCode: Hypertension Management

reasonReference: Essential Hypertension

managingOrganization: Main Street Family Practice

telecom: ph: 416-555-1000(Work)

note:

Coordinated care team for comprehensive hypertension management. Patient has strong family support from spouse. Team meetings scheduled quarterly to review progress.


Source1

{
  "resourceType": "CareTeam",
  "id": "ma-ma-schema-1-CareTeam-14002",
  "meta": {
    "lastUpdated": "2023-12-18T23:07:47Z",
    "source": "urn:telus:emr:ma:ma-schema-1",
    "security": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
        "code": "N",
        "display": "normal"
      }
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "official",
      "system": "urn:telus:emr:ma:ma-schema-1:CareTeam",
      "value": "14002"
    }
  ],
  "status": "active",
  "category": [
    {
      "coding": [
        {
          "system": "http://loinc.org",
          "code": "LA27976-2",
          "display": "Encounter-focused care team"
        }
      ]
    }
  ],
  "name": "Hypertension Management Care Team",
  "subject": {
    "reference": "Patient/ma-ma-schema-1-Patient-12345",
    "type": "Patient",
    "display": "John Michael Smith"
  },
  "encounter": {
    "reference": "Encounter/ma-ma-schema-1-Encounter-2001",
    "type": "Encounter"
  },
  "period": {
    "start": "2023-12-18"
  },
  "participant": [
    {
      "role": [
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "446050000",
              "display": "Primary care physician"
            }
          ],
          "text": "Primary Care Physician"
        }
      ],
      "member": {
        "reference": "Practitioner/ma-ma-schema-1-Practitioner-789",
        "type": "Practitioner",
        "display": "Dr. Sarah Johnson"
      },
      "onBehalfOf": {
        "reference": "Organization/ma-ma-schema-1-Organization-0",
        "type": "Organization",
        "display": "Main Street Family Practice"
      },
      "period": {
        "start": "2023-12-18"
      }
    },
    {
      "role": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "code": "PART",
              "display": "Participation"
            }
          ],
          "text": "Patient"
        }
      ],
      "member": {
        "reference": "Patient/ma-ma-schema-1-Patient-12345",
        "type": "Patient",
        "display": "John Michael Smith"
      },
      "period": {
        "start": "2023-12-18"
      }
    },
    {
      "role": [
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "133932002",
              "display": "Caregiver"
            }
          ],
          "text": "Family Caregiver"
        }
      ],
      "member": {
        "reference": "RelatedPerson/ma-ma-schema-1-RelatedPerson-13001",
        "type": "RelatedPerson",
        "display": "Jane Marie Smith (Spouse)"
      },
      "period": {
        "start": "2023-12-18"
      }
    }
  ],
  "reasonCode": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "38341003",
          "display": "Hypertensive disorder"
        }
      ],
      "text": "Hypertension Management"
    }
  ],
  "reasonReference": [
    {
      "reference": "Condition/ma-ma-schema-1-Condition-problem-list-3001",
      "type": "Condition",
      "display": "Essential Hypertension"
    }
  ],
  "managingOrganization": [
    {
      "reference": "Organization/ma-ma-schema-1-Organization-0",
      "type": "Organization",
      "display": "Main Street Family Practice"
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "416-555-1000",
      "use": "work"
    }
  ],
  "note": [
    {
      "text": "Coordinated care team for comprehensive hypertension management. Patient has strong family support from spouse. Team meetings scheduled quarterly to review progress."
    }
  ]
}