|
2 min read

FHIR Profiling: Binding

Summarize this blog post with:

FHIR Binding Strength in Profiles

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

See also: FHIR Additional Bindings and FHIR Profiling.

Comments
Comments
Sign in
Loading comments...
Subscribe to our blog

Get the latest articles on FHIR, interoperability, and healthcare IT.