Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update for udap-security ballot #368

Merged
merged 2 commits into from
Dec 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions fhir-ig-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@
"npm-name" : "hl7.fhir.us.ccda",
"description" : "US Realm Implementation Guide (IG) addressing the key aspects of Consolidated CDA (C-CDA) required for Meaningful Use (MU). This IG focuses on the clinical document header and narrative constraints necessary for human readability, and references the Data Access Framework (DAF) implementation guide for coded data representation",
"authority" : "HL7",
"product" : ["fhir"],
"country" : "us",
"language" : ["en"],
"history" : "http://hl7.org/fhir/us/ccda/history.html",
Expand All @@ -142,13 +141,14 @@
"valuesets" : 10,
"examples" : 32
},
"product" : ["fhir", "fhir"],
"editions" : [
{
"name" : "STU 1",
"ig-version" : "1.2.0",
"package" : "hl7.fhir.us.ccda#1.2.0",
"name" : "STU 2 Ballot",
"ig-version" : "2.0.0-ballot",
"package" : "hl7.fhir.us.ccda#2.0.0-ballot",
"fhir-version" : ["4.0.1"],
"url" : "http://hl7.org/fhir/us/ccda/STU1.2"
"url" : "http://hl7.org/fhir/us/ccda/2025Jan"
}
]
},
Expand Down Expand Up @@ -3785,7 +3785,6 @@
"npm-name" : "hl7.fhir.us.udap-security",
"description" : "This implementation guide describes how to extend OAuth 2.0 to support secure and scalable workflows for business-to-business (B2B) apps that implement the client credentials flow or authorization code flow. ",
"authority" : "HL7",
"product" : ["fhir"],
"country" : "us",
"history" : "http://hl7.org/fhir/us/udap-security/history.html",
"language" : ["en"],
Expand All @@ -3794,13 +3793,14 @@
"analysis" : {
"rest" : true
},
"product" : ["fhir", "fhir"],
"editions" : [
{
"name" : "STU Update",
"ig-version" : "1.1.0",
"package" : "hl7.fhir.us.udap-security#1.1.0",
"name" : "STU 2 Ballot",
"ig-version" : "2.0.0-ballot",
"package" : "hl7.fhir.us.udap-security#2.0.0-ballot",
"fhir-version" : ["4.0.1"],
"url" : "http://hl7.org/fhir/us/udap-security/STU1.1"
"url" : "http://hl7.org/fhir/us/udap-security/2025Jan"
}
]
},
Expand Down
Loading