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-chr-on-west-CareTeam-6001.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

Primary Care Team for Sarah Marie Johnson. Primary Practitioner: Dr. Emily Thompson. Family Doctor: Dr. Robert Chen.

Source1

{
  "resourceType": "CareTeam",
  "id": "chr-on-west-CareTeam-6001",
  "meta": {
    "lastUpdated": "2024-12-10T16:45:00Z",
    "source": "urn:telus:emr:chr:on-west:123",
    "profile": [
      "https://www.telus.com/health/fhir/dwemrextract/StructureDefinition/DwCareTeam"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "category": [
    {
      "text": "Primary Care Team"
    }
  ],
  "subject": {
    "reference": "Patient/chr-on-west-Patient-12345",
    "display": "Sarah Marie Johnson"
  },
  "participant": [
    {
      "id": "urn:telus:emr:chr:on-west:123:501",
      "role": [
        {
          "text": "Primary Practitioner"
        }
      ],
      "member": {
        "reference": "Practitioner/chr-on-west-Practitioner-501",
        "display": "Dr. Emily Thompson"
      }
    },
    {
      "id": "urn:telus:emr:chr:on-west:123:502",
      "role": [
        {
          "text": "Family Doctor"
        }
      ],
      "member": {
        "display": "Dr. Robert Chen"
      }
    }
  ],
  "managingOrganization": [
    {
      "id": "urn:telus:emr:chr:on-west:123:dw-emr-organization",
      "reference": "Organization/chr-on-west-Organization-100",
      "display": "Western Ontario Family Health Account"
    }
  ]
}