|
2 min de lectura
|

FHIR Profiling: Binding

Resumir este artículo con:
ChatGPTPerplexityClaudeGrok

Intensidad de Binding en Perfiles FHIR

El Binding de FHIR Profiling se utiliza para definir un conjunto de valores permitidos para un elemento.

Por ejemplo, para limitar el valor del campo maritalStatus de un paciente, se puede describir el siguiente perfil:

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

Véase también: Bindings Adicionales en FHIR y FHIR Profiling.

Compartir este artículo
Comments
Comments
Sign in
Loading comments...
Subscribe to our blog

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