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

FHIR IG analytics

Packagefhir.r4.nhsengland.programme
Resource TypeCarePlan
IdCPIS-CarePlan-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": "CarePlan",
  "id": "CPIS-CarePlan-Example",
  "meta": {
    "profile": [
      "https://fhir.nhs.uk/England/StructureDefinition/England-CarePlan-Flag"
    ]
  },
  "status": "active",
  "intent": "plan",
  "category": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "342191000000101",
          "display": "Subject to child protection plan"
        }
      ]
    }
  ],
  "subject": {
    "reference": "Patient/PatientFlag-AlanMann-Example",
    "display": "Alan Mann"
  },
  "period": {
    "start": "2024-07-22T09:00:00+00:00"
  },
  "careTeam": [
    {
      "reference": "CareTeam/CPIS-CareTeam-Example",
      "display": "SHEFFIELD CITY COUNCIL"
    }
  ]
}