{
  "resourceType": "ImplementationGuide",
  "id": "ig-gen-test-project",
  "url": "https://fake-acme.org/fhir/TulipCare",
  "version": "0.1.0",
  "name": "ACMETulipCare",
  "title": "ACME Tulip Care",
  "status": "draft",
  "description": "ACME project for keeping track of tulips",
  "packageId": "acme.tulip",
  "fhirVersion": [
    "4.0.1"
  ],
  "definition": {
    "resource": [
      {
        "reference": {
          "reference": "StructureDefinition/ext-acquisitionDate"
        },
        "name": "Extension: Acquisition Date",
        "description": "Date on which the bulbs were received or acquired from the supplier.",
        "exampleBoolean": false
      },
      {
        "reference": {
          "reference": "StructureDefinition/ext-plantingLocation"
        },
        "name": "Extension: Planting Location",
        "description": "Simple string identifier for the field or bed location where bulbs are or will be planted.",
        "exampleBoolean": false
      },
      {
        "reference": {
          "reference": "StructureDefinition/ext-plantingDate"
        },
        "name": "Extension: Planting Date",
        "description": "Date on which the bulbs were planted.",
        "exampleBoolean": false
      },
      {
        "reference": {
          "reference": "StructureDefinition/ext-supplier"
        },
        "name": "Extension: Supplier",
        "description": "Free-text name or identifier of the bulb supplier or vendor.",
        "exampleBoolean": false
      },
      {
        "reference": {
          "reference": "StructureDefinition/ext-recordedDate"
        },
        "name": "Extension: Recorded Date",
        "description": "Date on which this record was first created in the system.",
        "exampleBoolean": false
      },
      {
        "reference": {
          "reference": "StructureDefinition/ext-bulbStatus"
        },
        "name": "Extension: Bulb Status",
        "description": "Current lifecycle status of the bulb batch using TulipCare-specific codes.",
        "exampleBoolean": false
      },
      {
        "reference": {
          "reference": "StructureDefinition/ext-bloomSeason"
        },
        "name": "Extension: Bloom Season",
        "description": "The season in which this tulip variety blooms.",
        "exampleBoolean": false
      },
      {
        "reference": {
          "reference": "StructureDefinition/ext-heightRangeMin"
        },
        "name": "Extension: Height Range Minimum",
        "description": "Minimum expected plant height in inches.",
        "exampleBoolean": false
      },
      {
        "reference": {
          "reference": "StructureDefinition/ext-heightRangeMax"
        },
        "name": "Extension: Height Range Maximum",
        "description": "Maximum expected plant height in inches.",
        "exampleBoolean": false
      },
      {
        "reference": {
          "reference": "StructureDefinition/ext-flowerColour"
        },
        "name": "Extension: Flower Colour",
        "description": "Descriptive or coded colour of the bloom.",
        "exampleBoolean": false
      },
      {
        "reference": {
          "reference": "StructureDefinition/ext-varietyRecordedDate"
        },
        "name": "Extension: Variety Recorded Date",
        "description": "Date on which the variety record was created in the catalogue.",
        "exampleBoolean": false
      }
    ]
  }
}