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

FHIR IG analytics

Packageuk.nhsdigital.r4
Resource TypeCareTeam
IdCareTeam-VirtualWard.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": "c4a7c5cb-ea81-4e52-8171-22f11fa5caf0",
  "identifier": [
    {
      "value": "a85535c8-a0ba-4bae-bce9-8a245123ad8f"
    }
  ],
  "status": "active",
  "category": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "963151000000104",
          "display": "Diabetic medicine service"
        }
      ]
    }
  ],
  "name": "Diabetes Care Team",
  "subject": {
    "identifier": {
      "system": "https://fhir.nhs.uk/Id/nhs-number",
      "value": "9876543210"
    }
  },
  "period": {
    "start": "2023-03-02T13:34:00+01:00"
  },
  "participant": [
    {
      "role": [
        {
          "text": "adviser"
        }
      ],
      "member": {
        "display": "Dorothy Dietition"
      },
      "onBehalfOf": {
        "identifier": {
          "system": "https://fhir.nhs.uk/Id/ods-organization-code",
          "value": "RR8"
        }
      },
      "period": {
        "end": "2023-03-02T13:34:00+01:00"
      }
    }
  ],
  "managingOrganization": [
    {
      "identifier": {
        "system": "https://fhir.nhs.uk/Id/ods-organization-code",
        "value": "RR8"
      }
    }
  ]
}