diff --git a/Dockerfile.serve b/Dockerfile.serve index 26d6268..15a3a00 100644 --- a/Dockerfile.serve +++ b/Dockerfile.serve @@ -38,4 +38,5 @@ EXPOSE 80 # Start Nginx in foreground # CMD ["nginx", "-g", "daemon off;"] -CMD ["nginx", "-g", "daemon off;", "-c", "/etc/nginx/nginx.conf"] \ No newline at end of file +CMD ["nginx", "-g", "daemon off;", "-c", "/etc/nginx/nginx.conf"] + diff --git a/ig.ini b/ig.ini index d12465b..9c16c24 100644 --- a/ig.ini +++ b/ig.ini @@ -41,4 +41,7 @@ examples: # other parameters are defined in the ImplementationGuide resource: -# https://confluence.hl7.org/display/FHIR/Implementation+Guide+Parameters \ No newline at end of file +# https://confluence.hl7.org/display/FHIR/Implementation+Guide+Parameters + +# for more documentation on implementation guides and templates, see the FHIR Guidance ImplementationGuide +# http://build.fhir.org/ig/FHIR/ig-guidance \ No newline at end of file diff --git a/sushi-config.yaml b/sushi-config.yaml index 0e5f08d..6df7cf0 100644 --- a/sushi-config.yaml +++ b/sushi-config.yaml @@ -1,19 +1,19 @@ -# id: bd.fhir.core -# canonical: https://fhir.dghs.gov.bd/core -# name: BangladeshCoreFHIRIG -# title: Bangladesh Core FHIR Implementation Guide -# description: > -# This Implementation Guide defines the Bangladesh Core FHIR profiles, -# value sets, code systems, and implementation rules for national digital health systems. -# status: draft -# version: 0.2.0 -# fhirVersion: 4.0.1 -# copyrightYear: 2025+ -# releaseLabel: CI Build +id: bd.fhir.core +canonical: https://fhir.dghs.gov.bd/core +name: BangladeshCoreFHIRIG +title: Bangladesh Core FHIR Implementation Guide +description: > + This Implementation Guide defines the Bangladesh Core FHIR profiles, + value sets, code systems, and implementation rules for national digital health systems. +status: draft +version: 0.2.0 +fhirVersion: 4.0.1 +copyrightYear: 2025+ +releaseLabel: CI Build FSHOnly: true -# publisher: -# name: Directorate General of Health Services (DGHS), Bangladesh -# url: https://dghs.gov.bd -# parameters: -# logo: assets/images/001.svg -# show-in-header: true \ No newline at end of file +publisher: + name: Directorate General of Health Services (DGHS), Bangladesh + url: https://dghs.gov.bd +parameters: + logo: assets/images/001.svg + show-in-header: true \ No newline at end of file