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

FHIR IG analytics

Packageihe.qrph.ccg
Resource TypeCarePlan
IdCarePlan-CCG-careplan-example.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 CCG-careplan-example

status: Active

intent: Plan

subject: Iosefa Test-Fuimaono Male, DoB: 1950-07-04 ( https://example.org/ids#ZKT9319)

activity

Details

-InstantiatesCanonicalStatus
*https://example.org/fhir/PlanDefinition/CCG-patient-plans-exampleIn Progress

Source1

{
  "resourceType": "CarePlan",
  "id": "CCG-careplan-example",
  "meta": {
    "profile": [
      "https://profiles.ihe.net/QRPH/CCG/StructureDefinition/ccg-data-in-ips-careplan"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "intent": "plan",
  "subject": {
    "reference": "Patient/ZKT9319"
  },
  "activity": [
    {
      "detail": {
        "instantiatesCanonical": [
          "https://example.org/fhir/PlanDefinition/CCG-patient-plans-example"
        ],
        "status": "in-progress"
      }
    }
  ]
}