{
  "resourceType": "ImplementationGuide",
  "id": "fhir.example",
  "url": "http://example.org/ImplementationGuide/fhir.example",
  "version": "0.1.0",
  "name": "igpublishsushi",
  "status": "draft",
  "publisher": "Example Publisher",
  "contact": [
    {
      "name": "Example Publisher",
      "telecom": [
        {
          "system": "url",
          "value": "http://example.org/example-publisher"
        }
      ]
    }
  ],
  "packageId": "fhir.example",
  "fhirVersion": [
    "4.0.1"
  ],
  "definition": {
    "resource": [
      {
        "reference": {
          "reference": "StructureDefinition/MyPatient"
        },
        "name": "MyPatient",
        "description": "An example profile of the Patient resource.",
        "exampleBoolean": false
      },
      {
        "reference": {
          "reference": "Patient/PatientExample"
        },
        "name": "PatientExample",
        "description": "An example of a patient with a license to krill.",
        "exampleCanonical": "http://example.org/StructureDefinition/MyPatient"
      }
    ],
    "page": {
      "nameUrl": "toc.html",
      "title": "Table of Contents",
      "generation": "html",
      "page": [
        {
          "nameUrl": "index.html",
          "title": "Home",
          "generation": "markdown"
        }
      ]
    },
    "parameter": [
      {
        "code": "copyrightyear",
        "value": "2026+"
      },
      {
        "code": "releaselabel",
        "value": "ci-build"
      }
    ]
  }
}