From c501c0be099532d96b67cf6be8e3e16b61dab125 Mon Sep 17 00:00:00 2001 From: Michael O'Keefe Date: Thu, 1 Jul 2021 10:23:15 -0400 Subject: [PATCH] Update the smart scheduling links IG to provide its own CVX ValueSet for Vaccine Product --- ...mplementationGuide-smart.scheduling.links.json | 7 +++++++ .../StructureDefinition-vaccine-product.json | 4 ++-- .../ValueSet-vaccine-product-cvx.json | 15 +++++++++++++++ 3 files changed, 24 insertions(+), 2 deletions(-) create mode 100644 resources/smart_scheduling_links/ValueSet-vaccine-product-cvx.json diff --git a/resources/smart_scheduling_links/ImplementationGuide-smart.scheduling.links.json b/resources/smart_scheduling_links/ImplementationGuide-smart.scheduling.links.json index 01ca1afaf..52244f01c 100644 --- a/resources/smart_scheduling_links/ImplementationGuide-smart.scheduling.links.json +++ b/resources/smart_scheduling_links/ImplementationGuide-smart.scheduling.links.json @@ -88,6 +88,13 @@ "name": "SMARTTelecomSystem", "exampleBoolean": false }, + { + "reference": { + "reference": "ValueSet/vaccine-product-cvx" + }, + "name": "VaccineProductCVX", + "exampleBoolean": false + }, { "reference": { "reference": "ValueSet/vaccine-slot-status" diff --git a/resources/smart_scheduling_links/StructureDefinition-vaccine-product.json b/resources/smart_scheduling_links/StructureDefinition-vaccine-product.json index 934ad6f66..5001aa233 100644 --- a/resources/smart_scheduling_links/StructureDefinition-vaccine-product.json +++ b/resources/smart_scheduling_links/StructureDefinition-vaccine-product.json @@ -289,7 +289,7 @@ "isSummary": false, "binding": { "strength": "required", - "valueSet": "http://hl7.org/fhir/uv/smarthealthcards-vaccination/ValueSet/vaccination-credential-vaccine-value-set" + "valueSet": "http://fhir-registry.smarthealthit.org/ValueSet/vaccine-product-cvx" }, "mapping": [ { @@ -338,7 +338,7 @@ "max": "1", "binding": { "strength": "required", - "valueSet": "http://hl7.org/fhir/uv/smarthealthcards-vaccination/ValueSet/vaccination-credential-vaccine-value-set" + "valueSet": "http://fhir-registry.smarthealthit.org/ValueSet/vaccine-product-cvx" } } ] diff --git a/resources/smart_scheduling_links/ValueSet-vaccine-product-cvx.json b/resources/smart_scheduling_links/ValueSet-vaccine-product-cvx.json new file mode 100644 index 000000000..02da69b69 --- /dev/null +++ b/resources/smart_scheduling_links/ValueSet-vaccine-product-cvx.json @@ -0,0 +1,15 @@ +{ + "resourceType": "ValueSet", + "status": "active", + "name": "VaccineProductCVX", + "id": "vaccine-product-cvx", + "version": "0.1.0", + "url": "http://fhir-registry.smarthealthit.org/ValueSet/vaccine-product-cvx", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/sid/cvx" + } + ] + } +}