FHIR Profiling Binding is used to define an allowed set of values for an element.
For example, to limit the value of a patient’s `maritalStatus` field, the following profile can be described:
resourceType: StructureDefinition
url: http://example.org/fhir/StructureDefinition/patient-profile
name: patient-profile
derivation: constraint
type: Patient
status: active
kind: resource
abstract: false
differential:
element:
- id: Patient.maritalStatus
path: Patient.maritalStatus
binding:
strength: required
valueSet: http://hl7.org/fhir/ValueSet/marital-status
Get in touch with us today!