4.4 FamilyHistory リソース

logo fhir

HomeClinicalFamilyHistory [familyhistory]

Resource FamilyHistory - Content4.4

Significant health events and conditions for people related to the subject relevant in the context of care for the subject.

The resource name as it appears in a RESTful URL is [root]/familyhistory/

This resource records significant health events and conditions for people related to the subject. This information can be known to different levels of accuracy. Sometimes the exact condition ('asthma') is known, and sometimes it is less precise ('some sort of cancer'). Equally, sometimes the person can be identified ('my aunt agatha') and sometimes all that is known is that the person was an uncle.

The entire family history for an individual is stored in a single resource.

Resource Content4.4.1

<FamilyHistory xmlns="http://hl7.org/fhir"> <!-- from Resource: extension, narrative, and contained --> <subject><!-- 1..1 Resource(Patient) Subject of this history § --></subject> <note value="[string]"/><!-- 0..1 Additional details --> <relation> <!-- 0..* The relation --> <name value="[string]"/><!-- 0..1 The family member who had the condition § --> <relationship><!-- 1..1 CodeableConcept Relationship to the subject § --></relationship> <deceased[x]><!-- 0..1 boolean|Age|Range|string Is the person deceased --></deceased[x]> <note value="[string]"/><!-- 0..1 General note about the related person --> <condition> <!-- 0..* The Condition that the related person had --> <type><!-- 1..1 CodeableConcept The condition --></type> <outcome><!-- 0..1 CodeableConcept deceased | permanent disability | etc. --></outcome> <onset[x]><!-- 0..1 Age|Range|string How old the person was when the condition manifested --></onset[x]> <note value="[string]"/><!-- 0..1 General notes --> </condition> </relation> </FamilyHistory>

Alternate definitions: Schema/Schematron, Resource Profile

Terminology Bindings 4.4.1.1

Genetic Family History4.4.2

This resource represents a "bare bones" Family History as typically supported simple clinical systems. A more elaborate version incorporating more detailed information as appropriate for genetic councilling will be developed as a profile on this resource.

Search Parameters 4.4.3

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