FHIR IG analytics| Package | first.package |
| Resource Type | ImplementationGuide |
| Id | ImplementationGuide-fhir.example.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"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"
}
]
}
}