This is a minimial FHIR Package. Create a tarball with the files in this gist.
tar -cvf package.tgz ./path-to-files
| { | |
| "resourceType" : "ImplementationGuide", | |
| "id": "example.fhir.package", | |
| "url": "http://example.com/fhir/package/ImplementationGuide/example.fhir.package", | |
| "version": "0.1.0", | |
| "name": "ExamplePackage", | |
| "title": "Example Package" | |
| "status": "draft", | |
| "packageId": "example.fhir.package", | |
| "fhirVersion": ["4.0.1"] | |
| } |
| { | |
| "name": "example.fhir.package", | |
| "canonical": "http://example.com/fhir/package", | |
| "title": "Example Package", | |
| "description": "Example package", | |
| "fhirVersions": ["4.0.1"], | |
| "original-version": "0.1.0", | |
| "version": "0.1.0" | |
| } |