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

FHIR IG analytics

Packagendhm.in
Resource TypeCarePlan
IdCarePlan-example-01.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

Care Plan

Source1

{
  "resourceType": "CarePlan",
  "id": "example-01",
  "meta": {
    "profile": [
      "https://nrces.in/ndhm/fhir/r4/StructureDefinition/CarePlan"
    ]
  },
  "text": {
    "status": "additional",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "intent": "plan",
  "category": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "736368003",
          "display": "Coronary heart disease care plan"
        }
      ]
    }
  ],
  "title": "Coronary heart disease care plan",
  "description": "Treatment of coronary artery and related disease problems",
  "subject": {
    "reference": "Patient/example-01",
    "display": "ABC"
  },
  "activity": [
    {
      "outcomeReference": [
        {
          "reference": "Appointment/example-01"
        }
      ]
    }
  ]
}