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
| Active as of 2026-09-08 |
{
"resourceType" : "CodeSystem",
"id" : "cc-meta",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem cc-meta</b></p><a name=\"cc-meta\"> </a><a name=\"hccc-meta\"> </a><p>This case-sensitive code system <code>https://fhir.soigneur.coach/fhir/CodeSystem/cc-meta</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">content-hash<a name=\"cc-meta-content-hash\"> </a></td><td>Content hash</td><td>Marker for resources stamped with a content hash. The SHA-256 itself is carried in the cc-ext-content-hash meta extension (ADR 0055, as revised); pipelines compare the stored hash against a newly-computed one and skip the PUT when they match, avoiding version churn.</td></tr><tr><td style=\"white-space:nowrap\">icu-push-hash<a name=\"cc-meta-icu-push-hash\"> </a></td><td>Intervals push fingerprint</td><td>Marker for ServiceRequests carrying an Intervals push fingerprint. The SHA-256 of the last Intervals.icu events/bulk upsert body is carried in the cc-ext-icu-push-hash meta extension (ADR 0081, as revised); the plan-push worker skips the live Intervals call when the fingerprint still matches.</td></tr></table></div>"
},
"url" : "https://fhir.soigneur.coach/fhir/CodeSystem/cc-meta",
"version" : "0.1.0",
"name" : "CcMeta",
"title" : "Soigneur Internal Meta Tags",
"status" : "active",
"experimental" : false,
"date" : "2026-09-08T13:20:35+00:00",
"publisher" : "Soigneur",
"contact" : [
{
"name" : "Soigneur",
"telecom" : [
{
"system" : "url",
"value" : "https://soigneur.coach"
}
]
}
],
"description" : "Internal meta-tag codes stamped on FHIR resources by Soigneur ingress pipelines. These are machine-managed tags (not user-facing) that support ingress idempotency and provenance. The codes are display-less markers: the per-resource VALUES ride in the cc-ext-content-hash / cc-ext-icu-push-hash meta extensions, because a value in a tag's display is not round-trip-safe — FHIR R4 fixes tag identity at system+code and lets servers merge tag displays on update (fire-arrow-server issue #713; ADR 0055 as revised).",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "DE",
"display" : "Germany"
}
]
}
],
"copyright" : "Copyright (c) Soigneur. Licensed under CC0-1.0 (public domain dedication). FHIR(R) is the registered trademark of HL7 and is used with permission.",
"caseSensitive" : true,
"content" : "complete",
"count" : 2,
"concept" : [
{
"code" : "content-hash",
"display" : "Content hash",
"definition" : "Marker for resources stamped with a content hash. The SHA-256 itself is carried in the cc-ext-content-hash meta extension (ADR 0055, as revised); pipelines compare the stored hash against a newly-computed one and skip the PUT when they match, avoiding version churn."
},
{
"code" : "icu-push-hash",
"display" : "Intervals push fingerprint",
"definition" : "Marker for ServiceRequests carrying an Intervals push fingerprint. The SHA-256 of the last Intervals.icu events/bulk upsert body is carried in the cc-ext-icu-push-hash meta extension (ADR 0081, as revised); the plan-push worker skips the live Intervals call when the fingerprint still matches."
}
]
}