Stream: IG creation
Topic: package-list.json question
Saul Kravitz (Dec 18 2019 at 22:35):
I have the error: package-list.json entry for v0.2.0: must have a 'fhirversion' that specifies the FHIR version (4.0.1)
My package-list.json has such an entry: https://github.com/HL7/davinci-pdex-formulary/blob/master/package-list.json
{
"package-id": "hl7.fhir.us.Davinci-drug-formulary",
"title": "US Drug Formulary",
"canonical": "http://hl7.org/fhir/us/Davinci-drug-formulary",
"list": [
{
"version": "current",
"desc": "Continuous Integration Build (latest in version control)",
"path": "https://build.fhir.org/ig/HL7/davinci-pdex-formulary/",
"status": "ci-build",
"current": true
},
{
"version": "0.2.0",
"date": "2019-06-18",
"desc": "US Drug Formulary - STU Ballot",
"path": "http://hl7.org/fhir/us/Davinci-drug-formulary/Jun2019",
"status": "draft",
"sequence": "STU 1",
"fhir-version": "4.0.1",
"current": true
}
]
}
Saul Kravitz (Dec 18 2019 at 22:36):
Oh, is it fhir-version vs fhirversion?
Grahame Grieve (Dec 18 2019 at 22:36):
yes. see my PR
Saul Kravitz (Dec 18 2019 at 22:36):
Thanks!
Last updated: Apr 12 2022 at 19:14 UTC