Branded UI
This commit is contained in:
20
input/includes/StructureDefinition-bd-patient.xml
Normal file
20
input/includes/StructureDefinition-bd-patient.xml
Normal file
@@ -0,0 +1,20 @@
|
||||
<StructureDefinition xmlns="http://hl7.org/fhir">
|
||||
<id value="bd-patient"/>
|
||||
<url value="https://fhir.dghs.gov.bd/core/StructureDefinition/bd-patient"/>
|
||||
<name value="BDPatient"/>
|
||||
<title value="Bangladesh Patient Profile"/>
|
||||
<status value="draft"/>
|
||||
<fhirVersion value="4.0.1"/>
|
||||
<kind value="resource"/>
|
||||
<abstract value="false"/>
|
||||
<type value="Patient"/>
|
||||
<baseDefinition value="http://hl7.org/fhir/StructureDefinition/Patient"/>
|
||||
<derivation value="constraint"/>
|
||||
<differential>
|
||||
<!-- Example: constrain identifier system -->
|
||||
<element id="Patient.identifier.system">
|
||||
<path value="Patient.identifier.system"/>
|
||||
<fixedUri value="https://fhir.dghs.gov.bd/core/identifier"/>
|
||||
</element>
|
||||
</differential>
|
||||
</StructureDefinition>
|
||||
@@ -1,8 +1,8 @@
|
||||
<ul xmlns="http://www.w3.org/1999/xhtml" class="nav navbar-nav">
|
||||
<li><a href="index.html">IG Home</a></li>
|
||||
<li><a href="index.html">Home</a></li>
|
||||
<li><a href="toc.html">Table of Contents</a></li>
|
||||
<li class="dropdown">
|
||||
<a data-toggle="dropdown" href="#" class="dropdown-toggle">MyIg Background<b class="caret">
|
||||
<a data-toggle="dropdown" href="#" class="dropdown-toggle">Background<b class="caret">
|
||||
</b>
|
||||
</a>
|
||||
<ul class="dropdown-menu">
|
||||
|
||||
Reference in New Issue
Block a user