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

FHIR IG analytics

Packageil.hdp.fhir.r4
Resource TypeCareTeam
IdCareTeam-hdp-careTeam.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": "hdp-careTeam",
  "meta": {
    "profile": [
      "http://hdp.fhir.health.gov.il/StructureDefinition/il-hdp-care-team"
    ],
    "security": [
      {
        "system": "http://fhir.health.gov.il/cs/il-hdp-information-buckets",
        "code": "practitioner",
        "display": "מטפל"
      }
    ]
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "code": "strong-id",
            "system": "http://fhir.health.gov.il/cs/il-core-identifier-type"
          }
        ]
      },
      "value": "12345"
    }
  ],
  "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": [
        {
          "given": [
            "Dorothy"
          ],
          "family": "Dietician"
        }
      ]
    }
  ],
  "category": [
    {
      "coding": [
        {
          "code": "LA27976-2",
          "system": "http://loinc.org",
          "display": "Encounter-focused care team"
        }
      ]
    }
  ],
  "period": {
    "end": "2013-01-01"
  },
  "participant": [
    {
      "role": [
        {
          "text": "responsiblePerson"
        }
      ],
      "member": {
        "reference": "Patient/patient-immigrant"
      }
    },
    {
      "role": [
        {
          "text": "adviser"
        }
      ],
      "period": {
        "end": "2013-01-01"
      },
      "member": {
        "reference": "#pr1"
      },
      "onBehalfOf": {
        "reference": "Organization/meir-hospital"
      }
    }
  ],
  "managingOrganization": [
    {
      "reference": "Organization/meir-hospital"
    }
  ],
  "status": "active",
  "name": "Peter James Charlmers Care Plan for Inpatient Encounter",
  "subject": {
    "reference": "Patient/patient-immigrant"
  },
  "encounter": {
    "reference": "Encounter/community-consultation"
  }
}