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

FHIR IG analytics

Packagehl7.fhir.us.health-care-surveys-reporting.r4
Resource TypeCareTeam
IdCareTeam-careteam-example.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 careteam-example

status: Active

name: Respiratory Care Team

subject: Dominique369 Ledner144 Female, DoB: 1965-06-22 ( MRN: Alaska Driver's License#abc123 (use: usual, ))

encounter: Encounter: status = finished; class = ambulatory (ActCode[3.0.0]#AMB); type = Normal delivery procedure (procedure); period = 2025-11-01 17:00:14-0500 --> 2025-11-01 18:00:14-0500

period: 2025-01-02 --> (ongoing)

participant

role: Primary care physician (occupation)

member: Practitioner Joseph P Nichols (official)

onBehalfOf: Organization General Hospital

period: 2025-01-02 --> (ongoing)

participant

role: Physician

member: Practitioner Joseph P Nichols (official)

onBehalfOf: Organization General Hospital

period: 2025-01-02 --> (ongoing)


Source1

{
  "resourceType": "CareTeam",
  "id": "careteam-example",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-careteam|6.1.0"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "name": "Respiratory Care Team",
  "subject": {
    "reference": "Patient/patient-ledner"
  },
  "encounter": {
    "reference": "Encounter/encounter-ambulatory"
  },
  "period": {
    "start": "2025-01-02"
  },
  "participant": [
    {
      "role": [
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "446050000",
              "display": "Primary care physician (occupation)"
            }
          ]
        }
      ],
      "member": {
        "reference": "Practitioner/practitioner-1"
      },
      "onBehalfOf": {
        "reference": "Organization/organization-example"
      },
      "period": {
        "start": "2025-01-02"
      }
    },
    {
      "role": [
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "309343006",
              "display": "Physician"
            }
          ]
        }
      ],
      "member": {
        "reference": "Practitioner/practitioner-1"
      },
      "onBehalfOf": {
        "reference": "Organization/organization-example"
      },
      "period": {
        "start": "2025-01-02"
      }
    }
  ]
}