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>
|
||||
Reference in New Issue
Block a user