description: null package_name: implementation.guide.nhdr derivation: constraint name: MaritalStatusValueSet type: ValueSet elements: compose: elements: include: elements: concept: index: 0 slicing: rules: open description: Marital Status Codes min: null slices: Single: match: {} schema: index: 1 elements: code: pattern: {type: Code, value: S} index: 2 display: pattern: {type: String, value: Single} index: 3 Married: match: {} schema: index: 4 elements: code: pattern: {type: Code, value: M} index: 5 display: pattern: {type: String, value: Married} index: 6 Widowed: match: {} schema: index: 7 elements: code: pattern: {type: Code, value: W} index: 8 display: pattern: {type: String, value: Widowed} index: 9 Separated: match: {} schema: index: 10 elements: code: pattern: {type: Code, value: S} index: 11 display: pattern: {type: String, value: Separated} index: 12 package_version: 1.0.0 class: profile kind: resource url: https://example.org/fhir/StructureDefinition/MaritalStatusValueSet base: http://hl7.org/fhir/StructureDefinition/ValueSet version: null