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"
    ]
  },
  "identifier": [
    {
      "value": "12345",
      "type": {
        "coding": [
          {
            "code": "SNO",
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "display": "Serial Number"
          }
        ]
      },
      "_system": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
            "valueCode": "masked"
          }
        ]
      }
    }
  ],
  "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": "Practitioner/practitioner-md"
      },
      "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."
    }
  ]
}