diff --git a/package-list.json b/package-list.json new file mode 100644 index 0000000..717b865 --- /dev/null +++ b/package-list.json @@ -0,0 +1,16 @@ +{ + "package-id": "org.sql-on-fhir.ig", + "title": "SQL on FHIR", + "canonical": "https://sql-on-fhir.org/ig", + "introduction": "A specification for defining portable views of FHIR data that can be easily queried using tools such as SQL.", + "list": [ + { + "version": "current", + "desc": "Continuous Integration Build (latest in version control)", + "path": "https://build.fhir.org/ig/FHIR/sql-on-fhir-v2", + "status": "ci-build", + "fhirversion": "5.0.0", + "current": true + } + ] +}