ACME Tulip Care
0.1.0
Tulip farmers today manage variety catalogues and bulb inventory through ad-hoc spreadsheets and paper logs. This makes it difficult to query stock across growing seasons, share information with other systems, or audit provenance. The TulipCare Implementation Guide (canonical https://fake-acme.org/fhir/TulipCare, package acme.tulip) solves this by defining a FHIR R4–based data exchange standard for two core domains:
Three primary actors participate in the exchanges defined by this IG:
Tulip Farmer (End User) is the primary data owner. The farmer creates and updates variety and bulb records and queries the system to review inventory.
Farmer Client Application is the software the farmer directly interacts with — a UI or lightweight integration client. It translates the farmer's data-entry actions into conformant FHIR R4 REST requests (HTTP POST, PUT, GET with search parameters) and renders server responses in human-readable form.
TulipCare FHIR Server is the authoritative data store. It persists variety and bulb resources, enforces cardinality and terminology validation, exposes the defined search parameters, and returns FHIR resource bundles, individual resources, and OperationOutcomes.
An optional Terminology Service may be used by the server to validate coded values (tulip class, bloom season, bulb status) via $validate-code and $expand operations. In version 1, code validation may be performed locally.
This IG targets FHIR R4 (4.0.1). The headline profiles are:
Basic resource (or domain-specific logical model projection) carrying all variety catalogue fields. Optional horticultural attributes are represented via dedicated extensions: ext-bloomSeason, ext-heightRangeMin, ext-heightRangeMax, ext-flowerColour, and ext-varietyRecordedDate.ext-bulbStatus, ext-acquisitionDate, ext-plantingDate, ext-plantingLocation, ext-supplier, and ext-recordedDate.Supporting logical models (TulipVariety and TulipBulb logical model StructureDefinitions) formally document the conceptual data model and are mapped to their profile counterparts via the TulipBulb ConceptMap. Terminology is governed by local CodeSystems and ValueSets for BloomSeason, BulbStatus, and TulipClass.