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

changes for cds-hooks and cds-hooks-library (#1) #1108

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
25 changes: 25 additions & 0 deletions xml/FHIR-cds-hooks-library.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
<specification xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ciUrl="https://build.fhir.org/ig/HL7/cds-hooks-library" defaultVersion="current" defaultWorkgroup="cds" gitUrl="https://github.com/HL7/cds-hooks-library" url="https://www.hl7.org/fhir/uv/cds-hooks-library/">
<version code="current" url="https://build.fhir.org/ig/HL7/cds-hooks-library"/>
<artifactPageExtension value="-definitions"/>
<artifactPageExtension value="-examples"/>
<artifactPageExtension value="-mappings"/>
<page key="NA" name="(NA)"/>
<page key="many" name="(many)"/>
<page key="allergyintolerance-create" name="Allergyintolerance Create"/>
<page key="appointment-book" name="Appointment Book"/>
<page key="artifacts" name="Artifacts Summary"/>
<page key="encounter-discharge" name="Encounter Discharge"/>
<page key="encounter-start" name="Encounter Start"/>
<page key="index" name="Home"/>
<page key="medication-prescribe" name="Medication Prescribe"/>
<page key="medication-refill" name="Medication Refill"/>
<page key="order-dispatch" name="Order Dispatch"/>
<page key="order-review" name="Order Review"/>
<page key="order-select" name="Order Select"/>
<page key="order-sign" name="Order Sign"/>
<page key="patient-view" name="Patient View"/>
<page key="problem-list-item-create" name="Problem List Item Create"/>
<page key="toc" name="Table of Contents"/>
<page key="template" name="Template"/>
</specification>
50 changes: 29 additions & 21 deletions xml/FHIR-cds-hooks.xml
Original file line number Diff line number Diff line change
@@ -1,22 +1,30 @@
<?xml version="1.0" encoding="UTF-8"?>
<specification url="http://cds-hooks.hl7.org" gitUrl="https://github.com/HL7/cds-hooks-hl7-site" ciUrl="http://cds-hooks.org" defaultWorkgroup="cds" defaultVersion="2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../schemas/specification.xsd">
<version code="1.0.0" url="https://cds-hooks.hl7.org/1.0"/>
<version code="2.0.0" url="https://cds-hooks.hl7.org/2.0"/>
<version code="1.0" deprecated="true"/>
<version code="2.0" deprecated="true"/>
<artifact name="Conformance" key="Conformance" deprecated="true"/>
<artifact id="Hooks/patient-view" key="Hooks-patient-view" name="Hooks - Patient View" />
<artifact id="Hooks/order-sign" key="Hooks-order-sign" name="Hooks - Order Sign" />
<artifact id="Hooks/order-select" key="Hooks-order-select" name="Hooks - Order Select" />
<artifact id="Hooks/appointment-book" key="Hooks-appointment-book" name="Hooks - Appointment Book" />
<artifact id="Hooks/encounter-discharge" key="Hooks-encounter-discharge" name="Hooks - Encounter Discharge" />
<artifact id="Hooks/order-dispatch" key="Hooks-order-dispatch" name="Hooks - Order Dispatch" />
<artifact id="Hooks/encounter-start" key="Hooks-encounter-start" name="Hooks - Encounter Start" />
<page name="(NA)" key="NA"/>
<page name="(many)" key="many"/>
<page name="(profiles)" key="profiles" deprecated="true"/>
<page name="documentation" key="documentation" deprecated="true"/>
<page name="index" key="index" deprecated="true"/>
<page name="specification" key="specification"/>
<page name="hooks" key="hooks"/>
</specification>
<specification xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ciUrl="https://build.fhir.org/ig/HL7/cds-hooks" defaultVersion="current" defaultWorkgroup="cds" gitUrl="https://github.com/HL7/cds-hooks" url="https://cds-hooks.hl7.org">
<version code="current" url="https://build.fhir.org/ig/HL7/cds-hooks"/>
<version code="2.0.0" url="https://cds-hooks.hl7.org/2.0" />
<version code="1.0.0" url="https://cds-hooks.hl7.org/1.0" />
<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="toc" name="Table of Contents"/>
<page deprecated="true" key="documentation" name="documentation"/>
<page deprecated="true" key="hooks" name="hooks"/>
<page key="specification" name="specification"/>
<page name="(profiles) [deprecated]" key="FHIR-cds-hooks-profiles" deprecated="true"/>
<page name="documentation [deprecated]" key="FHIR-cds-hooks-documentation" deprecated="true"/>
<page name="index [deprecated]" key="FHIR-cds-hooks-index" deprecated="true"/>
</specification>
1 change: 1 addition & 0 deletions xml/SPECS-FHIR.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<specification key="fhirpath" name="FHIRPath"/>
<specification key="cds-hooks" name="CDS Hooks"/>
<specification key="cds-hooks-patient-view" name="CDS Hooks patient-view"/>
<specification key="cds-hooks-library" name="CDS Hooks Library"/>
<specification key="smart" name="SMART on FHIR"/>
<specification key="smart-web-messaging" name="SMART Web Messaging"/>
<specification key="bulkdata" name="Bulk Data"/>
Expand Down
Loading