Skip to content

Commit

Permalink
Update id in ig.ini and sushi-config.yaml to reference the current id…
Browse files Browse the repository at this point in the history
… in the JIRA Spec Artifacts project
  • Loading branch information
rizzolol committed Oct 9, 2024
1 parent bd82b51 commit 45930d2
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 2 deletions.
26 changes: 26 additions & 0 deletions FHIR-cds-hooks.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
<specification xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ciUrl="" defaultVersion="current" defaultWorkgroup="cds" gitUrl="https://github.com/HL7/cds-hooks-hl7-site" url="https://cds-hooks.hl7.org">
<version code="current" url=""/>
<version code="1.0" deprecated="true"/>
<version code="2.0" deprecated="true"/>
<artifactPageExtension value="-definitions"/>
<artifactPageExtension value="-examples"/>
<artifactPageExtension value="-mappings"/>
<artifact deprecated="true" key="Conformance" name="Conformance"/>
<artifact deprecated="true" id="Hooks/appointment-book" key="Hooks-appointment-book" name="Hooks - Appointment Book"/>
<artifact deprecated="true" id="Hooks/encounter-discharge" key="Hooks-encounter-discharge" name="Hooks - Encounter Discharge"/>
<artifact deprecated="true" id="Hooks/encounter-start" key="Hooks-encounter-start" name="Hooks - Encounter Start"/>
<artifact deprecated="true" id="Hooks/order-dispatch" key="Hooks-order-dispatch" name="Hooks - Order Dispatch"/>
<artifact deprecated="true" id="Hooks/order-select" key="Hooks-order-select" name="Hooks - Order Select"/>
<artifact deprecated="true" id="Hooks/order-sign" key="Hooks-order-sign" name="Hooks - Order Sign"/>
<artifact deprecated="true" id="Hooks/patient-view" key="Hooks-patient-view" name="Hooks - Patient View"/>
<page key="NA" name="(NA)"/>
<page key="many" name="(many)"/>
<page deprecated="true" key="profiles" name="(profiles)"/>
<page key="artifacts" name="Artifacts Summary"/>
<page key="index" name="Home"/>
<page key="toc" name="Table of Contents"/>
<page deprecated="true" key="documentation" name="documentation"/>
<page deprecated="true" key="hooks" name="hooks"/>
<page deprecated="true" key="specification" name="specification"/>
</specification>
2 changes: 1 addition & 1 deletion ig.ini
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[IG]
ig = fsh-generated/resources/ImplementationGuide-hl7.other.uv.cds-hooks.json
ig = fsh-generated/resources/ImplementationGuide-hl7.fhir.uv.cds-hooks.json
template = hl7.fhir.template#current
2 changes: 1 addition & 1 deletion sushi-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# │ used properties are included. For a list of all supported properties and their functions, │
# │ see: https://fshschool.org/docs/sushi/configuration/. │
# ╰────────────────────────────────────────────────────────────────────────────────────────────────╯
id: hl7.other.uv.cds-hooks
id: hl7.fhir.uv.cds-hooks
canonical: https://cds-hooks.hl7.org
name: CDSHooks
title: CDS Hooks
Expand Down

0 comments on commit 45930d2

Please sign in to comment.