This page is part of the FHIR Specification (v0.5.0: DSTU 2 Ballot 2). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
Definition for Value SetObservationRelationshipType
<ValueSet xmlns="http://hl7.org/fhir"> <id value="observation-relationshiptypes"/> <meta> <lastUpdated value="2015-04-03T14:24:32.000+11:00"/> <profile value="http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition"/> </meta> <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml"><!-- Snipped for brevity --></div> </text> <extension url="http://hl7.org/fhir/StructureDefinition/valueset-oid"> <valueUri value="urn:oid:2.16.840.1.113883.4.642.2.371"/> </extension> <url value="http://hl7.org/fhir/vs/observation-relationshiptypes"/> <version value="0.5.0"/> <name value="ObservationRelationshipType"/> <publisher value="HL7 (FHIR Project)"/> <contact> <telecom> <system value="url"/> <value value="http://hl7.org/fhir"/> </telecom> <telecom> <system value="email"/> <value value="fhir@lists.hl7.org"/> </telecom> </contact> <description value="Codes specifying how two observations are related"/> <status value="draft"/> <experimental value="false"/> <date value="2015-04-03T14:24:32+11:00"/> <define> <extension url="http://hl7.org/fhir/StructureDefinition/valueset-oid"> <valueUri value="urn:oid:2.16.840.1.113883.4.642.1.371"/> </extension> <system value="http://hl7.org/fhir/observation-relationshiptypes"/> <caseSensitive value="true"/> <concept> <code value="has-component"/> <display value="Has Component"/> <definition value="The target observation is a component of this observation (e.g. Systolic and Diastolic Blood Pressure)."/> </concept> <concept> <code value="has-member"/> <display value="Has Member"/> <definition value="This observation is a group observation (e.g. a battery, a panel of tests, a set of vital sign measurements) that includes the target as a member of the group."/> </concept> <concept> <code value="derived-from"/> <display value="Derived From"/> <definition value="The target observation is part of the information from which this observation value is derived (e.g. calculated anion gap, Apgar score)."/> </concept> <concept> <code value="sequel-to"/> <display value="Sequel To"/> <definition value="This observation follows the target observation (e.g. timed tests such as Glucose Tolerance Test)."/> </concept> <concept> <code value="replaces"/> <display value="Replaces"/> <definition value="This observation replaces a previous observation (i.e. a revised value). The target observation is now obsolete."/> </concept> <concept> <code value="qualified-by"/> <display value="Qualified By"/> <definition value="The value of the target observation qualifies (refines) the semantics of the source observation (e.g. a lipaemia measure target from a plasma measure)."/> </concept> <concept> <code value="interfered-by"/> <display value="Interfered By"/> <definition value="The value of the target observation interferes (degardes quality, or prevents valid observation) with the semantics of the source observation (e.g. a hemolysis measure target from a plasma potassium measure which has no value)."/> </concept> </define> </ValueSet>
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.