20 lines
638 B
JSON
20 lines
638 B
JSON
{
|
|
"package-id" : "hl7.fhir.uv.myig",
|
|
"title" : "Your User Friendly Name for MyIG Here",
|
|
"canonical" : "http://hl7.org/fhir/uv/myig",
|
|
"introduction" : "The introduction that should appear in the FHIR IG registry",
|
|
"list" : [{
|
|
"version" : "current",
|
|
"desc" : "Continuous Integration Build (latest in version control)",
|
|
"path" : "http://hl7.org/fhir/ig/HL7/myig",
|
|
"status" : "ci-build",
|
|
"current" : true
|
|
},{
|
|
"version" : "0.1.0",
|
|
"date" : "2099-01-01",
|
|
"desc" : "Initial STU ballot (Mmm yyyy Ballot)",
|
|
"path" : "http://hl7.org/fhir/yyyyMmm/myig.html",
|
|
"status" : "ballot",
|
|
"sequence" : "DSTU 1"
|
|
}]
|
|
} |