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 FamilyHistory resource to record summary of relationships and their conditions for 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 DAF FamilyHistory profile provides a mapping for the following Meaningful Use data elements to FHIR data elements.
Meaningful Use Data Element Name | FHIR Resource Mapping |
---|---|
Family Member Name | FamilyHistory.relation.name |
Family Member Date of Birth | FamilyHistory.relation.age[x] |
Family Member Relationship to Patient | FamilyHistory.relation.relationship |
Family Member Medical Condition | FamilyHistory.relation.condition.type |
Family Member Medical Condition onsetAge | FamilyHistory.relation.condition.age[x] |
This profile relies on the use of other profiles, some required, others available for use "when necessary":
Profiles: | |
DAFFamilyHistory | Defines constraints and extensions on the FamilyHistory resource for use in querying and retrieving patient's family history information. : U.S. Data Access Framework (DAF) FamilyHistory Profile |
The following are example usage scenarios for the DAFFamilyHistory profile:
Implementers need to be mindful of the following during their implementation
Specifying Patients as part of the FamilyHistory Queries: DAFFamilyHistory profile supports querying the family history for a particular patient. In order to achieve this in implementation, it is recommended to use Patient.identifier field to precisely identify the family history 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 MedicationStatement Resources in response to a query.