ObservationComponent
No description
type ObservationComponent {
id: String
extension: [Extension]
modifierExtension: [Extension]
code: CodeableConcept!
valueQuantity: Quantity
valueCodeableConcept: CodeableConcept
valueString: String
_valueString: ElementBase
valueBoolean: Boolean
_valueBoolean: ElementBase
valueInteger: Int
_valueInteger: ElementBase
valueRange: Range
valueRatio: Ratio
valueSampledData: SampledData
valueTime: time
_valueTime: ElementBase
valueDateTime: dateTime
_valueDateTime: ElementBase
valuePeriod: Period
dataAbsentReason: CodeableConcept
interpretation: [CodeableConcept]
referenceRange: [ObservationReferenceRange]
}
Fields
ObservationComponent.id ● String scalar
ObservationComponent.extension ● [Extension] list object
ObservationComponent.modifierExtension ● [Extension] list object
ObservationComponent.code ● CodeableConcept! non-null object
ObservationComponent.valueQuantity ● Quantity object
ObservationComponent.valueCodeableConcept ● CodeableConcept object
ObservationComponent.valueString ● String scalar
ObservationComponent._valueString ● ElementBase object
ObservationComponent.valueBoolean ● Boolean scalar
ObservationComponent._valueBoolean ● ElementBase object
ObservationComponent.valueInteger ● Int scalar
ObservationComponent._valueInteger ● ElementBase object
ObservationComponent.valueRange ● Range object
ObservationComponent.valueRatio ● Ratio object
ObservationComponent.valueSampledData ● SampledData object
ObservationComponent.valueTime ● time scalar
ObservationComponent._valueTime ● ElementBase object
ObservationComponent.valueDateTime ● dateTime scalar
ObservationComponent._valueDateTime ● ElementBase object
ObservationComponent.valuePeriod ● Period object
ObservationComponent.dataAbsentReason ● CodeableConcept object
ObservationComponent.interpretation ● [CodeableConcept] list object
ObservationComponent.referenceRange ● [ObservationReferenceRange] list object
Member Of
IObservation interface ● Observation object