This page is part of the FHIR Specification (v0.4.0: DSTU 2 Draft). 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
{ "resourceType": "ValueSet", "id": "observation-relationshiptypes", "meta": { "lastUpdated": "2015-02-23T09:07:27.665+11:00", "profile": [ "http://hl7.org/fhir/Profile/valueset-shareable-definition" ] }, "text": { "status": "generated", "div": "<div>!-- Snipped for Brevity --></div>" }, "extension": [ { "url": "http://hl7.org/fhir/ExtensionDefinition/valueset-oid", "valueUri": "urn:oid:2.16.840.1.113883.4.642.2.371" } ], "url": "http://hl7.org/fhir/vs/observation-relationshiptypes", "version": "0.4.0", "name": "ObservationRelationshipType", "publisher": "HL7 (FHIR Project)", "contact": [ { "telecom": [ { "system": "url", "value": "http://hl7.org/fhir" }, { "system": "email", "value": "fhir@lists.hl7.org" } ] } ], "description": "Codes specifying how two observations are related", "status": "draft", "experimental": false, "date": "2015-02-23T09:07:27+11:00", "define": { "extension": [ { "url": "http://hl7.org/fhir/ExtensionDefinition/valueset-oid", "valueUri": "urn:oid:2.16.840.1.113883.4.642.1.371" } ], "system": "http://hl7.org/fhir/observation-relationshiptypes", "caseSensitive": true, "concept": [ { "code": "has-component", "definition": "The target observation is a component of this observation (e.g. Systolic and Diastolic Blood Pressure)." }, { "code": "has-member", "definition": "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." }, { "code": "derived-from", "definition": "The target observation is part of the information from which this observation value is derived (e.g. calculated anion gap, Apgar score)." }, { "code": "sequel-to", "definition": "This observation follows the target observation (e.g. timed tests such as Glucose Tolerance Test)." }, { "code": "replaces", "definition": "This observation replaces a previous observation (i.e. a revised value). The target observation is now obsolete." }, { "code": "qualified-by", "definition": "The value of the target observation qualifies (refines) the semantics of the source observation (e.g. a lipaemia measure target from a plasma measure)." }, { "code": "interfered-by", "definition": "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)." } ] } }
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.