refactor: ♻️ standerdize valueset filenames and references
This commit is contained in:
parent
299009f6c9
commit
b955d14708
@ -7,4 +7,4 @@ Context: Patient
|
||||
|
||||
// Religion using standard HL7 extension
|
||||
* extension contains http://hl7.org/fhir/StructureDefinition/language named language 1..1
|
||||
* extension[language].valueCode from LanguageValueSet
|
||||
* extension[language].valueCode from BDLanguageVS
|
||||
@ -19,7 +19,7 @@ Description: "Bangladesh Immunization Profile"
|
||||
* reasonReference only Reference(Condition or Observation or DiagnosticReport)
|
||||
|
||||
* vaccineCode 1..1
|
||||
* vaccineCode from BDVaccineValueSet (required)
|
||||
* vaccineCode from BDVaccineVS (required)
|
||||
|
||||
//* ^url = "https://fhir.dghs.gov.bd/core/StructureDefinition/bd-medication"
|
||||
|
||||
@ -52,11 +52,11 @@ Description: "Bangladesh Immunization Profile"
|
||||
|
||||
* site 0..1
|
||||
* site ^definition = "Body site of administration"
|
||||
* site from BDImmunizationSiteValueSet
|
||||
* site from BDImmunizationSiteVS
|
||||
|
||||
* route 0..1
|
||||
* route ^definition = "Route of administration"
|
||||
* route from BDImmunizationRouteValueSet
|
||||
* route from BDImmunizationRouteVS
|
||||
|
||||
* doseQuantity 0..1
|
||||
* doseQuantity ^definition = "Amount of vaccine administered"
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
ValueSet: BDImmunizationRouteValueSet
|
||||
ValueSet: BDImmunizationRouteVS
|
||||
Id: bd-immunization-route-valueset
|
||||
Title: "Bangladesh Immunization Route Value Set"
|
||||
Description: "Allowed administration routes for vaccines in Bangladesh."
|
||||
@ -1,4 +1,4 @@
|
||||
ValueSet: BDImmunizationSiteValueSet
|
||||
ValueSet: BDImmunizationSiteVS
|
||||
Id: bd-immunization-site-valueset
|
||||
Title: "Bangladesh Immunization Site Value Set"
|
||||
Description: "Allowed administration sites for vaccines in Bangladesh."
|
||||
@ -1,4 +1,4 @@
|
||||
ValueSet: LanguageValueSet
|
||||
ValueSet: BDLanguageVS
|
||||
Id: language-valueset
|
||||
Title: "Allowed Languages"
|
||||
Description: "Only English and Bengali are allowed"
|
||||
@ -1,4 +1,4 @@
|
||||
ValueSet: BDVaccineValueSet
|
||||
ValueSet: BDVaccineVS
|
||||
Id: bd-vaccine-valueset
|
||||
Title: "Bangladesh Vaccine Value Set"
|
||||
Description: "Allowed vaccines for immunization in Bangladesh."
|
||||
Loading…
Reference in New Issue
Block a user