FHIR IG analytics| Package | fhir.argonaut.r2 |
| Resource Type | CarePlan |
| Id | CarePlan-colonoscopy.json |
| FHIR Version | R2 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
| Planned Activity | Planned Date |
|---|---|
| Colonoscopy | April 21, 2000 |
{
"resourceType": "CarePlan",
"id": "colonoscopy",
"meta": {
"profile": [
"http://fhir.org/guides/argonaut/StructureDefinition/argo-careplan"
]
},
"text": {
"status": "additional",
"div": "<!-- snip (see above) -->"
},
"subject": {
"reference": "Patient/peter-chalmers",
"display": "Peter Chalmers"
},
"status": "active",
"category": [
{
"coding": [
{
"system": "http://argonaut.hl7.org",
"code": "assess-plan"
}
]
}
]
}