Branded UI

This commit is contained in:
2025-09-28 04:13:04 +00:00
parent 0d0ede3b81
commit ed00a4647d
15 changed files with 653 additions and 50 deletions

View File

@@ -1,34 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
<StructureDefinition xmlns="http://hl7.org/fhir">
<id value="MyLogical"/>
<id value="bd-logical"/>
<extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-namespace">
<valueUri value="http://example.org/logical"/>
</extension>
<url value="http://somewhere.org/fhir/uv/myig/StructureDefinition/MyLogical"/>
<name value="MyLogical"/>
<title value="My Logical Model"/>
<url value="https://fhir.dghs.gov.bd/core/StructureDefinition/bd-logical"/>
<name value="BDLogical"/>
<title value="Bangladesh Logical Model"/>
<status value="draft"/>
<description value="A profile showing the use of Logical Models to author profiles"/>
<fhirVersion value="4.0.0"/>
<kind value="logical"/>
<abstract value="false"/>
<type value="http://somewhere.org/fhir/uv/myig/StructureDefinition/MyLogical"/>
<type value="bd-logical"/>
<baseDefinition value="http://hl7.org/fhir/StructureDefinition/Element"/>
<derivation value="specialization"/>
<differential>
<element id="MyLogical">
<path value="MyLogical"/>
<element id="bd-logical">
<path value="bd-logical"/>
</element>
<element id="MyLogical.element1">
<path value="MyLogical.element1"/>
<element id="bd-logical.element1">
<path value="bd-logical.element1"/>
<min value="0"/>
<max value="1"/>
<type>
<code value="integer"/>
</type>
</element>
<element id="MyLogical.element2">
<path value="MyLogical.element2"/>
<element id="bd-logical.element2">
<path value="bd-logical.element2"/>
<min value="0"/>
<max value="1"/>
<type>

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Library 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">
<url value="http://somewhere.org/fhir/uv/myig/Library/example-image"/>
<url value="https://fhir.dghs.gov.bd/core/Library/example-image"/>
<version value="1.0.0"/>
<name value="ExampleLibraryImage"/>
<title value="Example Library Image"/>

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Library 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">
<url value="http://somewhere.org/fhir/uv/myig/Library/example-sql"/>
<url value="https://fhir.dghs.gov.bd/core/Library/example-sql"/>
<version value="1.0.0"/>
<name value="ExampleLibrary"/>
<title value="Example Library"/>