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

FHIR IG analytics

PackageSHIFT-Task-Force.privacy.examples
Resource TypeCareTeam
IdCareTeam-CarlFredericksonCareTeam.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 CarlFredericksonCareTeam

identifier: http://example.org/demo/careteam-identifier/CT-34567

status: Active

category: Encounter-focused care team

name: Carl Frederickson's Care Team

subject: Carl Frederickson Male, DoB: 1950-04-22

period: 2023-01-15 --> (ongoing)

participant

member: PractitionerRole Primary care physician

period: 2020-03-15 --> (ongoing)

participant

member: PractitionerRole Psychiatrist

period: 2022-09-08 --> (ongoing)

participant

member: PractitionerRole Psychotherapist

period: 2022-10-12 --> (ongoing)

participant

member: PractitionerRole Psychiatrist

period: 2022-06-30 --> (ongoing)

participant

member: PractitionerRole Podiatrist

period: 2023-02-25 --> (ongoing)

participant

member: PractitionerRole Anaesthetist

period: 2023-05-15 --> (ongoing)

participant

member: PractitionerRole Radiologist

period: 2023-03-10 --> (ongoing)

participant

member: PractitionerRole ICN - Infection control nurse

period: 2022-01-01 --> (ongoing)

reasonCode: Multidisciplinary care

managingOrganization: Organization Springfield Medical Center

note: By Dr. Hibbert @2023-05-10 14:00:00+0000

Monthly care coordination meetings scheduled to coordinate care across behavioral health, primary care, and specialty services. Substance use treatment protected under 42 CFR Part 2.


Source1

{
  "resourceType": "CareTeam",
  "id": "CarlFredericksonCareTeam",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://example.org/demo/careteam-identifier",
      "value": "CT-34567"
    }
  ],
  "status": "active",
  "category": [
    {
      "coding": [
        {
          "system": "http://loinc.org",
          "code": "LA27976-2",
          "display": "Encounter-focused care team"
        }
      ]
    }
  ],
  "name": "Carl Frederickson's Care Team",
  "subject": {
    "reference": "Patient/CarlFrederickson"
  },
  "period": {
    "start": "2023-01-15"
  },
  "participant": [
    {
      "member": {
        "reference": "PractitionerRole/DrHibbert-pcp"
      },
      "period": {
        "start": "2020-03-15"
      }
    },
    {
      "member": {
        "reference": "PractitionerRole/DrFunke-psychiatrist"
      },
      "period": {
        "start": "2022-09-08"
      }
    },
    {
      "member": {
        "reference": "PractitionerRole/LucyvanPelt-therapist"
      },
      "period": {
        "start": "2022-10-12"
      }
    },
    {
      "member": {
        "reference": "PractitionerRole/DrWhite-psychiatrist"
      },
      "period": {
        "start": "2022-06-30"
      }
    },
    {
      "member": {
        "reference": "PractitionerRole/DrSasquatch-podiatrist"
      },
      "period": {
        "start": "2023-02-25"
      }
    },
    {
      "member": {
        "reference": "PractitionerRole/DrAurora-anesthesiologist"
      },
      "period": {
        "start": "2023-05-15"
      }
    },
    {
      "member": {
        "reference": "PractitionerRole/DrBanner-radiologist"
      },
      "period": {
        "start": "2023-03-10"
      }
    },
    {
      "member": {
        "reference": "PractitionerRole/ACOCareManager-practitionerrole"
      },
      "period": {
        "start": "2022-01-01"
      }
    }
  ],
  "reasonCode": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "386661006",
          "display": "Fever (finding)"
        }
      ],
      "text": "Multidisciplinary care"
    }
  ],
  "managingOrganization": [
    {
      "reference": "Organization/SpringfieldMedicalCenter"
    }
  ],
  "note": [
    {
      "authorString": "Dr. Hibbert",
      "time": "2023-05-10T14:00:00Z",
      "text": "Monthly care coordination meetings scheduled to coordinate care across behavioral health, primary care, and specialty services. Substance use treatment protected under 42 CFR Part 2."
    }
  ]
}