This page is part of the FHIR Specification (v0.06: DSTU 1 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 . Page versions: R5 R4B R4 R3 R2

Resource Observation - Content 3.9

Status: Not an approved resource: Exemplar - based on common patterns found in Consolidated CDA. Comments will be welcomeed by O & O workgroup

Simple assertions and measurements made about a patient, device or other subject.

The resource name as it appears in a RESTful URL is /observation/

This resource is a place-holder. It has not yet been vetted by the Orders & Observations Work Group.

Observations are a central element in healthcare. They are used to diagnose, monitor progress, determine baselines and patterns and even capture demographic characteristics. There are several resources such as LabReport to capture complex observations. However, most observations are simple name-value-pair assertions with little complexity. This is the resource to use for such use-cases. Possibilities include:

Resource Content 3.9.1

UML Image

<Observation xmlns="http://hl7.org/fhir">
 <identifier><!-- 0..1 Identifier Observation id --></identifier>
 <type><!-- 1..1 CodeableConcept Kind of observation --></type>
 <bodySite><!-- 0..1 CodeableConcept Observed body part --></bodySite>
 <method><!-- 0..1 CodeableConcept How it was done --></method>
 <valid[x]><!-- 0..1 Period|dateTime|date Relevant time/time-period --></valid[x]>
 <subject><!-- 0..1 Resource(Patient|Group|Device|Animal) Who observation is about --></subject>
 <performer><!-- 0..1 Resource(Agent|Person|Device) Who did the observation --></performer>
 <value[x]><!-- 0..1 Quantity|CodeableConcept|Attachment|
              Ratio|Choice|Period|string Actual result --></value[x]>
 <interpretation><!-- 0..1 CodeableConcept High, low, normal, etc. --></interpretation>
 <normalValue[x]><!-- 0..1 Range|string Expected normal value range --></normalValue[x]>
 <component>  <!-- 0..* Component observation -->
  <type><!-- 1..1 CodeableConcept Kind of component observation --></type>
  <value[x]><!-- 1..1 Quantity|CodeableConcept|Attachment|
              Ratio|Choice|Period|string Actual componentresult --></value[x]>
 </component>
 <extension><!-- 0..* Extension  See Extensions  --></extension>
 <text><!-- 1..1 Narrative Text summary of resource (for human interpretation) --></text>
</Observation>

Alternate definitions: Schema/Schematron, RDF (to do), XML, XMI (to do), Resource Profile

Terminology Bindings

PathDetailsStrength
Observation.type LOINC codes filtered to exclude lab, document,imaging and other complex codescomplete/suggested
Observation.bodySite SNOMED-CT body sitescomplete/suggested
Observation.method Methods for simple observations (not bound to any particular codes)complete/unstated
Observation.value[x] SNOMED-CT observation value codescomplete/suggested
Observation.interpretation Codes identifying interpretations of observations (see http://hl7.org/fhir/observation-interpretation for values)complete/required
Observation.component.type LOINC codes filtered to exclude lab, document,imaging and other complex codescomplete/suggested
Observation.component.value[x] SNOMED-CT observation value codescomplete/suggested

Constraints

Notes: 3.9.2

Search Parameters 3.9.3

Search Parameters for RESTful searches. The standard parameters also apply. See Searching for more information.

$page : integerStarting offset of the first record to return in the search setsingle
$count : integerNumber of return records requested. The server is not bound to conformsingle
$id : tokenThe logical resource id associated with the resource (must be supported by all servers)single
test : qtokenThe name of the observation type or component typeunion
result : qtokenThe name or code or value of a resultunion
patient : qtokenThe identity of a patientunion
minDate : datedate equal to Results whose validity period covers this date or earliersingle
minDate-before : datedate before or equal to Results whose validity period covers this date or earliersingle
minDate-after : datedate after or equal to Results whose validity period covers this date or earliersingle
maxDate : datedate equal to Results whose validity period covers this date or soonersingle
maxDate-before : datedate before or equal to Results whose validity period covers this date or soonersingle
maxDate-after : datedate after or equal to Results whose validity period covers this date or soonersingle

(See Searching).


This is an old version of FHIR retained for archive purposes. Do not use for anything else
Implementers are welcome to experiment with the content defined here, but should note that the contents are subject to change without prior notice.
© HL7.org 2011 - 2012. FHIR v0.06 generated on Tue, Dec 4, 2012 00:04+1100. License