description: StructureDefinition for Observation Resources representing measurement data coming from a medical device where the measurement itself is an enumerated human readable string. package_name: hl7.fhir.uv.phd derivation: constraint name: PhdStringEnumerationObservation type: Observation elements: meta: index: 0 elements: profile: index: 1 slicing: rules: open discriminator: - {path: value, type: value} min: 1 slices: phdProfile: match: {value: null} schema: pattern: {type: Canonical, value: 'http://hl7.org/fhir/uv/phd/StructureDefinition/PhdStringEnumerationObservation'} _required: true index: 2 min: 1 max: 1 required: [profile] valueString: {type: string, short: Human readable text string, index: 3} dataAbsentReason: short: Populated when the Measurement-Status or an Enum-Observed-Value status indicates invalid, not unavailable, or msmt ongoing index: 4 elements: coding: index: 5 slicing: rules: open discriminator: - {path: system, type: value} min: 1 slices: FhirDefault: match: {system: 'http://terminology.hl7.org/CodeSystem/data-absent-reason'} schema: _required: true index: 6 elements: system: pattern: {type: Uri, value: 'http://terminology.hl7.org/CodeSystem/data-absent-reason'} index: 7 code: {index: 8} required: [system, code] required: [coding] package_version: 1.0.0 class: profile kind: resource url: http://hl7.org/fhir/uv/phd/StructureDefinition/PhdStringEnumerationObservation base: http://hl7.org/fhir/uv/phd/StructureDefinition/PhdBaseObservation version: 1.0.0 required: [valueString, meta]