Soigneur FHIR Implementation Guide
0.1.0 - ci-build
Soigneur FHIR Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "CarePlan",
"id" : "synth-iron-01-plan",
"meta" : {
"profile" : [
🔗 "https://fhir.soigneur.coach/fhir/StructureDefinition/cc-training-plan"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CarePlan synth-iron-01-plan</b></p><a name=\"synth-iron-01-plan\"> </a><a name=\"hcsynth-iron-01-plan\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-cc-training-plan.html\">Training Plan (CarePlan)</a></p></div><p><b>Plan strategy</b>: strategy-pol</p><p><b>Scheduling mode</b>: scheduling-flexible</p><p><b>Coach-managed flag</b>: true</p><p><b>status</b>: Active</p><p><b>intent</b>: Plan</p><p><b>category</b>: <span title=\"Codes:{https://fhir.soigneur.coach/fhir/CodeSystem/cc-plan phase-base}\">Base phase</span></p><p><b>subject</b>: <a href=\"Patient-synth-iron-01.html\">Anonymous Patient Female, DoB: 1989-05-27 ( https://fhir.soigneur.coach/fhir/CodeSystem/cc-provider#garmin:synth-iron-01)</a></p><p><b>period</b>: 2025-12-13 --> 2026-01-01</p></div>"
},
"extension" : [
{
"url" : "https://fhir.soigneur.coach/fhir/StructureDefinition/cc-ext-strategy",
"valueCode" : "strategy-pol"
},
{
"url" : "https://fhir.soigneur.coach/fhir/StructureDefinition/cc-ext-scheduling-mode",
"valueCode" : "scheduling-flexible"
},
{
"url" : "https://fhir.soigneur.coach/fhir/StructureDefinition/cc-ext-coach-managed",
"valueBoolean" : true
}
],
"status" : "active",
"intent" : "plan",
"category" : [
{
"coding" : [
{
"system" : "https://fhir.soigneur.coach/fhir/CodeSystem/cc-plan",
"code" : "phase-base",
"display" : "Base phase"
}
]
}
],
"subject" : {
🔗 "reference" : "Patient/synth-iron-01"
},
"period" : {
"start" : "2025-12-13",
"end" : "2026-01-01"
}
}