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
This profile sets expectations for use of the Observation resource to record lab results associated with a patient within the Data Access Framework (DAF) Implementation Guide. This profile identifies which core elements,extensions,vocabularies and value sets must be supported by DAF actors.
For the purposes of this profile, Supported means the following:
SearchParameters:
Query Results:
Missing Information:
The DAFResults profile provides a mapping for the following Meaningful Use data elements to FHIR data elements.
Meaningful Use Data Element Name | FHIR Resource Mapping |
---|---|
Lab Test Name | Observation.name.coding.code |
Lab Test Result | Observation.value[x](Code,Quantity,Ratio or other) |
Lab Test Specimen collection date | Observation.applies[x] |
Lab Test Result Available Date | Observation.issued |
Lab Test Result Interpretation | Observation.interpretation |
Lab Test Result Reference Range | Observation.referenceRange |
Body Site used to collect specimen | Observation.bodySite[x] |
This profile relies on the use of other profiles, some required, others available for use "when necessary":
Profiles: | |
DAFResultObservationCode | DAF laboratory result (value is code) |
DAFResultObsQuantity | DAF laboratory result (value is quantity) |
DAFResultObsRatio | DAF laboratory result (value is ratio) |
DAFResultObsOther | DAF laboratory result (value is none of above) |
The following are example usage scenarios for the DAFResults profile:
Implementers need to be mindful of the following during their implementation
Using Right DAF Result profile: Implementers are advised to use the right DAFResult profile based on the value to be represented. For example, in case the value element is a codeableConcept implementers should use DAFResultObservationCode profile. Similarly for representing Quantity, Ratio and Other types of results the appropriate DAFResult profile listed above should be used.
Representing No Known Lab Results: No Known Lab Results will be represented using the DAFResults List with no entries and with an empty reason.
Specifying Patients as part of the Results Queries: DAFResults profile supports the querying the Observations for a particular patient. In order to achieve this in implementation, it is recommended to use Patient.identifier field to precisely identify the allergies relevant to the patient. While other parameters such as Patient.name, Patient.given could be used for the query, it could lead to incorrect Patient matching and/or inefficient queries when systems are not tuned.
Patient Matching: Patient Matching rules and criteria have to be evaluated by the implementing organization and have to comply with local policies and regulations. Query Requestors will have to deal with result sets that can return zero,one or more Observation Resources in response to a query.