FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagefirst.package
Resource TypeImplementationGuide
IdImplementationGuide-fhir.example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "ImplementationGuide",
  "id": "fhir.example",
  "url": "http://example.org/ImplementationGuide/fhir.example",
  "version": "0.1.0",
  "name": "ExampleIG",
  "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"
        },
        {
          "nameUrl": "test.html",
          "title": "Test",
          "generation": "markdown"
        }
      ]
    },
    "parameter": [
      {
        "code": "copyrightyear",
        "value": "2024+"
      },
      {
        "code": "releaselabel",
        "value": "ci-build"
      }
    ]
  }
}