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

FHIR IG analytics

Packageil.core.fhir.r4
Resource TypeCareTeam
IdCareTeam-example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "CareTeam",
  "id": "example",
  "meta": {
    "profile": [
      "http://fhir.health.gov.il/StructureDefinition/il-core-care-team"
    ]
  },
  "contained": [
    {
      "resourceType": "Practitioner",
      "id": "pr1",
      "meta": {
        "profile": [
          "http://fhir.health.gov.il/StructureDefinition/il-core-practitioner"
        ]
      },
      "identifier": [
        {
          "system": "http://practitioners.health.gov.il/Practitioners",
          "value": "1-1234"
        }
      ],
      "name": [
        {
          "family": "Dietician",
          "given": [
            "Dorothy"
          ]
        }
      ]
    }
  ],
  "identifier": [
    {
      "value": "12345"
    }
  ],
  "status": "active",
  "category": [
    {
      "coding": [
        {
          "code": "LA27976-2",
          "system": "http://loinc.org",
          "display": "Encounter-focused care team"
        }
      ]
    }
  ],
  "name": "Peter James Charlmers Care Plan for Inpatient Encounter",
  "subject": {
    "reference": "Patient/patient-immigrant",
    "display": "הרצל לוי"
  },
  "encounter": {
    "reference": "Encounter/community-consultation"
  },
  "period": {
    "end": "2013-01-01",
    "start": "2012-11-01"
  },
  "participant": [
    {
      "role": [
        {
          "text": "responsiblePerson"
        }
      ],
      "member": {
        "reference": "Patient/patient-immigrant",
        "display": "Peter James Chalmers"
      }
    },
    {
      "role": [
        {
          "text": "adviser"
        }
      ],
      "member": {
        "reference": "#pr1",
        "display": "Dorothy Dietition"
      },
      "onBehalfOf": {
        "reference": "Organization/meir-hospital"
      },
      "period": {
        "end": "2013-01-01"
      }
    }
  ],
  "managingOrganization": [
    {
      "reference": "Organization/meir-hospital"
    }
  ],
  "note": [
    {
      "text": "Care team formed upon hospital admission for nutrition consultation and follow-up."
    }
  ]
}