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

FHIR IG analytics

Packageuk.nhsdigital.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": "1715434",
  "status": "active",
  "category": [
    {
      "coding": [
        {
          "system": "http://loinc.org",
          "code": "790141000000100",
          "display": "Under care of community care team"
        }
      ]
    }
  ],
  "name": "Derek Type 1 Diabetes GP Care Team",
  "subject": {
    "reference": "Patient/1715454",
    "display": "Derek"
  },
  "period": {
    "start": "2016-01-01"
  },
  "participant": [
    {
      "member": {
        "identifier": {
          "system": "https://fhir.hl7.org.uk/Id/gmc-number",
          "value": "G1234567"
        },
        "display": "DR RAZIA ALI"
      }
    }
  ],
  "managingOrganization": [
    {
      "identifier": {
        "system": "https://fhir.nhs.uk/Id/ods-organization-code",
        "value": "B81001"
      },
      "display": "Springs Surgery"
    }
  ]
}