FHIR IG analytics| Package | actnow.canshare.co.nz |
| Resource Type | CarePlan |
| Id | CarePlan-careplan-cycle-1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CarePlan careplan-cycle-1
Profile: Cycle Careplan
CycleNumber: 1
LastAdminDate: 2022-01-02
CyclePlannedLength: 30
identifier: http://canshare.co.nz/fhir/NamingSystem/1/abc
status: Completed
intent: Plan
category: 261761000210103
title: Cycle 1
period: 2012-01-01 --> 2012-01-01
{
"resourceType": "CarePlan",
"id": "careplan-cycle-1",
"meta": {
"profile": [
"http://canshare.co.nz/fhir/StructureDefinition/an-careplan-cycle"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://canshare.co.nz/fhir/StructureDefinition/an-cycle-number",
"valueInteger": 1
},
{
"url": "http://canshare.co.nz/fhir/StructureDefinition/an-last-admin-date",
"valueDateTime": "2022-01-02"
},
{
"url": "http://canshare.co.nz/fhir/StructureDefinition/an-cycle-planned-length",
"valueInteger": 30
}
],
"identifier": [
{
"system": "http://canshare.co.nz/fhir/NamingSystem/1",
"value": "abc"
}
],
"partOf": [
{
"reference": "CarePlan/careplan-regimen-1"
}
],
"status": "completed",
"intent": "plan",
"category": [
{
"coding": [
{
"system": "http://snomed.info/sct/21000210109",
"code": "261761000210103"
}
]
}
],
"title": "Cycle 1",
"subject": {
"reference": "Patient/exPatient"
},
"period": {
"start": "2012-01-01",
"end": "2012-01-01"
}
}