Merge branch 'main' of https://git.dghs.gov.bd/gitadmin/BD-Core-FHIR-IG
This commit is contained in:
commit
03e2f6d659
@ -39,7 +39,7 @@ jobs:
|
||||
# Create a container (don't start yet)
|
||||
CONTAINER_ID=$(docker create \
|
||||
hl7fhir/ig-publisher-base:latest \
|
||||
/bin/bash -c "cp -r /home/publisher/ig /tmp/build && cd /tmp/build && _updatePublisher.sh -y && _genonce.sh")
|
||||
/bin/bash -c "npm install -g fsh-sushi && cp -r /home/publisher/ig /tmp/build && cd /tmp/build && _updatePublisher.sh -y && _genonce.sh")
|
||||
|
||||
echo "Container ID: $CONTAINER_ID"
|
||||
|
||||
|
||||
@ -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"]
|
||||
CMD ["nginx", "-g", "daemon off;", "-c", "/etc/nginx/nginx.conf"]
|
||||
|
||||
|
||||
13
ig.ini
13
ig.ini
@ -1,9 +1,11 @@
|
||||
[IG]
|
||||
# ini file for the Implementation Guide publisher
|
||||
# see comments below for instructions
|
||||
|
||||
ig = fsh-generated/resources/ImplementationGuide-bd.fhir.core.json
|
||||
ig = input/myig.xml
|
||||
#template = fhir.base.template#current
|
||||
template = #bd-national-template
|
||||
#template = D:\Git\templates\ig-template-base
|
||||
#template = #local-template
|
||||
|
||||
##########################
|
||||
### ig.ini parameters: ###
|
||||
@ -41,8 +43,5 @@ examples:
|
||||
# other parameters are defined in the ImplementationGuide resource:
|
||||
# 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
|
||||
output = /var/www/html
|
||||
|
||||
|
||||
# for more documentation on implementation guides and templates, see the FHIR Guidance ImplementationGuide
|
||||
# http://build.fhir.org/ig/FHIR/ig-guidance
|
||||
@ -14,10 +14,9 @@ Description: "Profile of MedicationRequest Bangladesh Standard V2"
|
||||
|
||||
// TODO: BDEncounter referencing
|
||||
* authoredOn 1..1
|
||||
* reported[x] 1..1
|
||||
* requester 1..1
|
||||
|
||||
* reported[x] only Reference(BDOrganization) or boolean
|
||||
* reportedReference only Reference(BDPractitioner or BDOrganization or BDPatientProfile)
|
||||
* requester only Reference(BDPractitioner or BDOrganization)
|
||||
* priorPrescription only Reference(BDMedicationRequest)
|
||||
* basedOn only Reference(BDMedicationRequest or ServiceRequest or CarePlan or ImmunizationRecommendation)
|
||||
@ -10,7 +10,7 @@ version: 0.2.0
|
||||
fhirVersion: 4.0.1
|
||||
copyrightYear: 2025+
|
||||
releaseLabel: CI Build
|
||||
FSHOnly: false
|
||||
FSHOnly: true
|
||||
publisher:
|
||||
name: Directorate General of Health Services (DGHS), Bangladesh
|
||||
url: https://dghs.gov.bd
|
||||
|
||||
Loading…
Reference in New Issue
Block a user