BD-Core-FHIR-IG/input/bd.fhir.core.xml
Dr. B. M. Riazul Islam 7c70cbd667
All checks were successful
FHIR IG CI/CD Pipeline / build-ig (push) Successful in 6m52s
FHIR IG CI/CD Pipeline / deploy (push) Successful in 10s
Prepare v0.2.0 release: Fixed package name canonical url
2025-10-02 10:51:40 +00:00

186 lines
6.7 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!-- Start by finding all references to "myig" and updating to appropriate text for your IG, including changing realm -->
<ImplementationGuide xmlns="http://hl7.org/fhir" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://hl7.org/fhir ../input-cache/schemas/R4/fhir-single.xsd">
<id value="bd.fhir.core"/>
<extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
<valueCode value="informative"/>
</extension>
<extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
<valueInteger value="1"/>
</extension>
<!-- <extension url="http://hl7.org/fhir/tools/StructureDefinition/igpublisher-spreadsheet">
<valueString value="resources-spreadsheet.xml"/>
</extension>-->
<url value="https://fhir.dghs.gov.bd/ImplementationGuide/bd.fhir.core"/>
<!-- This version will propagate to all artifacts unless the "propagate-version" extension is overridden -->
<version value="0.2.0"/>
<name value="BangladeshCoreFHIRIG"/>
<title value="Bangladesh Core FHIR Implementation Guide"/>
<status value="active"/>
<experimental value="false"/>
<publisher value="Directorate General of Health Services (DGHS), Bangladesh"/>
<contact>
<telecom>
<!-- Or whatever URL and/or email address(es) are appropriate -->
<system value="url"/>
<value value="http://dghs.gov.bd"/>
</telecom>
</contact>
<description value="This Implementation Guide defines the Bangladesh Core FHIR profiles, value sets, code systems, and implementation rules for national digital health systems."/>
<jurisdiction>
<coding>
<system value="urn:iso:std:iso:3166"/>
<!-- This is the code for Bangladesh -->
<code value="050"/>
</coding>
<!-- This first repetition will drive SNOMED release used -->
</jurisdiction>
<packageId value="bd.fhir.core"/>
<!-- This should be changed to 'not-open-source' or another license if appropriate for non-HL7-published content -->
<license value="CC0-1.0"/>
<!-- This is whatever FHIR version(s) the IG artifacts are targeting (not the version of this file, which should always be 'current release') -->
<fhirVersion value="4.0.1"/>
<dependsOn id="cqf">
<uri value="http://fhir.org/guides/cqf/common/ImplementationGuide/fhir.cqf.common"/>
<packageId value="fhir.cqf.common"/>
<version value="4.0.1"/>
</dependsOn>
<!-- <dependsOn>
<uri value="https://simplifier.net/packages/de.medizininformatikinitiative.kerndatensatz.fall/0.9.1/files/131317"/>
<packageId value="de.medizininformatikinitiative.kerndatensatz.fall"/>
<version value="0.9.1"/>
</dependsOn>-->
<definition>
<!-- You don't need to define any groupings. The IGPublisher will define them for you. You only need to do so if your IG is 'special' and it's
inappropriate to use the defaults. Feel free to provide feedback about the defaults... -->
<resource>
<reference>
<reference value="StructureDefinition/bd-patient"/>
</reference>
<description value="Banlgladesh Patient Profile"/>
</resource>
<page>
<!-- The root will always be toc.html - the template will force it if you don't do it -->
<nameUrl value="toc.html"/>
<title value="Table of Contents"/>
<generation value="html"/>
<page>
<nameUrl value="index.html"/>
<title value="BD-Core-FHIR-IG Home Page"/>
<generation value="html"/>
</page>
<page>
<nameUrl value="background.html"/>
<title value="Background and Context"/>
<generation value="html"/>
</page>
<page>
<extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
<valueCode value="trial-use"/>
</extension>
<extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
<valueInteger value="3"/>
</extension>
<nameUrl value="spec.html"/>
<title value="Detailed BD-Core-FHIR Specification"/>
<generation value="markdown"/>
<page>
<nameUrl value="fragments.html"/>
<title value="Fragments"/>
<generation value="html"/>
</page>
<page>
<nameUrl value="spec2.html"/>
<title value="Spec sub-page"/>
<generation value="markdown"/>
</page>
</page>
<page>
<nameUrl value="downloads.html"/>
<title value="Useful Downloads"/>
<generation value="html"/>
</page>
<page>
<nameUrl value="changes.html"/>
<title value="IG Change History"/>
<generation value="html"/>
</page>
</page>
<!-- copyright year is a mandatory parameter -->
<parameter>
<code value="copyrightyear"/>
<value value="2025+"/>
</parameter>
<!-- releaselabel should be the ballot status for HL7-published IGs. -->
<parameter>
<code value="releaselabel"/>
<value value="Published by MoHFW"/>
</parameter>
<parameter>
<code value="find-other-resources"/>
<value value="true"/>
</parameter>
<parameter>
<code value="path-resource"/>
<value value="input\history"/>
</parameter>
<parameter>
<code value="path-binary"/>
<value value="input\cql"/>
</parameter>
<parameter>
<code value="path-liquid"/>
<value value="templates\liquid"/>
</parameter>
<parameter>
<code value="shownav"/>
<value value="true"/>
</parameter>
<!-- Uncomment one or more of these if you want to limit which syntaxes are supported or want to disable the display of mappings
<parameter>
<code value="excludexml"/>
<value value="true"/>
</parameter>
<parameter>
<code value="excludejson"/>
<value value="true"/>
</parameter>
<parameter>
<code value="excludettl"/>
<value value="true"/>
</parameter>
<parameter>
<code value="excludemap"/>
<value value="true"/>
</parameter>-->
<parameter>
<code value="showsource"/>
<value value="true"/>
</parameter>
<parameter>
<code value="i18n-default-lang"/>
<value value="en"/>
</parameter>
<parameter>
<code value="i18n-lang"/>
<value value="de"/>
</parameter>
<parameter>
<code value="i18n-lang"/>
<value value="fr"/>
</parameter>
<parameter>
<code value="translation-sources"/>
<value value="input/translations-de"/>
</parameter>
<parameter>
<code value="translation-sources"/>
<value value="input/translations-fr"/>
</parameter>
<parameter>
<code value="fcp-approved-specification"/>
<value value="false"/>
</parameter>
</definition>
</ImplementationGuide>