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

FHIR IG analytics

Packagesanteon.careplan.ig
Resource TypeCarePlan
IdCarePlan-SanteonCarePlanExample.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CarePlan SanteonCarePlanExample

Language: en

status: Draft

intent: Proposal

category: Chronische Nierschade

subject: Anonymous Patient (no stated gender), DoB Unknown ( https://ig.santeon.nl/fhir/NamingSystem/patient-id#HASH-7F2A91C4)

period: 2025-01-15 --> 2025-12-31


Source1

{
  "resourceType": "CarePlan",
  "id": "SanteonCarePlanExample",
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "draft",
  "intent": "proposal",
  "category": [
    {
      "coding": [
        {
          "system": "https://ig.santeon.nl/careplan/CodeSystem/santeon-careplan-category-cs",
          "code": "ckd",
          "display": "Chronische Nierschade"
        }
      ]
    }
  ],
  "subject": {
    "reference": "Patient/ExamplePatient"
  },
  "period": {
    "start": "2025-01-15",
    "end": "2025-12-31"
  }
}