-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage-list.json
34 lines (34 loc) · 1.19 KB
/
package-list.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"package-id": "hl7.fhir.uv.patient-corrections",
"canonical": "http://hl7.org/fhir/uv/patient-corrections",
"category": "tbd",
"title": "Patient Request for Corrections Implementation Guide",
"introduction": "The Patient Request for Corrections Implementation Guide provides a method for communicating a patient's request for corrections to their patient data, as well as a way for health care organizations to respond to those requests.",
"list": [
{
"version": "current",
"desc": "Continuous Integration Build (latest in version control)",
"path": "http://build.fhir.org/ig/HL7/fhir-patient-correction",
"status": "ci-build",
"current": true
},
{
"version": "1.0.0-ballot",
"date": "2022-03-04",
"desc": "Initial STU ballot (May 2022 Ballot)",
"path": "http://hl7.org/fhir/uv/patient-corrections/2022May",
"status": "ballot",
"sequence": "STU 1",
"fhirversion": "4.0.1",
"current": true
},
{
"version": "0.2.0",
"date": "2021-01-01",
"desc": "Development version",
"path": "http://hl7.org/fhir/uv/patient-corrections/dev",
"status": "ballot",
"current": false
}
]
}