// @Description: Example of a profile of the Patient resource. This example includes a few of the most commonly used constraints and documentation features of FHIR profiles.
// @Description: Example of a profile of the Patient resource. This example includes a few of the most commonly used constraints and documentation features of FHIR profiles.
Profile: BDPatientProfile
Profile: BDPatientProfile
Id: bd-patient
Id: bd-patient
Parent: Patient
Parent: Patient
Title: "Patient Profile for Bangladesh"
Title: "Patient Profile for Bangladesh-V2"
Description: "Profile of Patient Bangladesh Standard"
Description: "Profile of Patient Bangladesh Standard V2"
// ----- Begin rules:
// ----- Begin rules:
@@ -54,7 +53,8 @@ Description: "Profile of Patient Bangladesh Standard"
@@ -105,6 +105,17 @@ Description: "Profile of Patient Bangladesh Standard"
* address 1..* MS
* address 1..* MS
* address only BDAddress
* address only BDAddress
* extension contains Occupation named occupation 0..1
* name only BDHumanName
Profile: BDHumanName
Id: bd-human-name
Parent: HumanName
Title: "BD Human Name"
Description: "Profile to represent human names in Bangladesh"
* extension contains http://hl7.org/fhir/StructureDefinition/language named language
0..1
* extension[language].valueCode from http://hl7.org/fhir/ValueSet/languages(preferred)
* extension contains Occupation named occupation 0..1
* extension contains nationality named nationality 1..1
* extension contains nationality named nationality 1..1
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.