DSTU2 QA Preview

This page is part of the FHIR Specification (v1.0.0: DSTU 2 Ballot 3). 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

4.28.9.2 StructureDefinition: FamilyMemberHistory-Genetic

The official URL for this profile is:

http://hl7.org/fhir/StructureDefinition/familymemberhistory-genetic

Adds additional information to a family member history supporting both the capture of mother/father relationships as well as additional observations necessary to enable genetics-based risk analysis for patients

This profile was published on Wed, Oct 2, 2013 00:00+1000 as a draft by Health Level Seven International (Clinical Genomics).

4.28.9.2.1 Formal Views of Profile Content

Description of Profiles, Differentials, Snapshots, and how the XML and JSON presentations work.

This structure is derived from FamilyMemberHistory.

NameFlagsCard.TypeDescription & Constraintsdoco
.. FamilyMemberHistory I0..*FamilyMemberHistoryInformation about patient's relatives, relevant for patient
fhs-1: Can have age[x] or birth[x], but not both
... meta 0..1MetaMetadata about the resource
... implicitRules ?! 0..1uriA set of rules under which this content was created
... language 0..1codeLanguage of the resource content
Binding: IETF BCP-47 (required)
... text I0..1NarrativeText summary of the resource, for human interpretation
... contained 0..*ResourceContained, inline Resources
... family-member-history-genetics-parent S0..*(Complex)Extension
URL: http://hl7.org/fhir/StructureDefinition/family-member-history-genetics-parent
... family-member-history-genetics-observation 0..*Reference(Observation)Extension
URL: http://hl7.org/fhir/StructureDefinition/family-member-history-genetics-observation
... modifierExtension ?!0..*ExtensionExtensions that cannot be ignored
... identifier 0..*IdentifierExternal Id(s) for this record
... patient 1..1Reference(Patient)Patient history is about
... date 0..1dateTimeWhen history was captured/updated
... status ?! 1..1codepartial | completed | entered-in-error | health-unknown
Binding: FamilyHistoryStatus (required)
... name 0..1stringThe family member described
... relationship 1..1CodeableConceptRelationship to the subject
Binding: FamilyMember (example)
... gender 0..1codemale | female | other | unknown
Binding: AdministrativeGender (required)
... born[x] I0..1Period, date, string(approximate) date of birth
... age[x] I0..1Age, Range, string(approximate) age
... deceased[x] 0..1boolean, Age, Range, date, stringDead? How old/when?
... note 0..1AnnotationGeneral note about related person
... condition 0..*BackboneElementCondition that the related person had
.... extension 0..*ExtensionAdditional Content defined by implementations
.... modifierExtension ?!0..*ExtensionExtensions that cannot be ignored
.... code 1..1CodeableConceptCondition suffered by relation
Binding: Condition/Problem/Diagnosis Codes (example)
.... outcome 0..1CodeableConceptdeceased | permanent disability | etc.
Binding: Condition Outcome Codes (example)
.... onset[x] 0..1Age, Range, Period, stringWhen condition first manifested
.... note 0..1AnnotationExtra information about condition

doco Documentation for this format

todo

This structure is derived from FamilyMemberHistory.

Snapshot View

NameFlagsCard.TypeDescription & Constraintsdoco
.. FamilyMemberHistory I0..*FamilyMemberHistoryInformation about patient's relatives, relevant for patient
fhs-1: Can have age[x] or birth[x], but not both
... meta 0..1MetaMetadata about the resource
... implicitRules ?! 0..1uriA set of rules under which this content was created
... language 0..1codeLanguage of the resource content
Binding: IETF BCP-47 (required)
... text I0..1NarrativeText summary of the resource, for human interpretation
... contained 0..*ResourceContained, inline Resources
... family-member-history-genetics-parent S0..*(Complex)Extension
URL: http://hl7.org/fhir/StructureDefinition/family-member-history-genetics-parent
... family-member-history-genetics-observation 0..*Reference(Observation)Extension
URL: http://hl7.org/fhir/StructureDefinition/family-member-history-genetics-observation
... modifierExtension ?!0..*ExtensionExtensions that cannot be ignored
... identifier 0..*IdentifierExternal Id(s) for this record
... patient 1..1Reference(Patient)Patient history is about
... date 0..1dateTimeWhen history was captured/updated
... status ?! 1..1codepartial | completed | entered-in-error | health-unknown
Binding: FamilyHistoryStatus (required)
... name 0..1stringThe family member described
... relationship 1..1CodeableConceptRelationship to the subject
Binding: FamilyMember (example)
... gender 0..1codemale | female | other | unknown
Binding: AdministrativeGender (required)
... born[x] I0..1Period, date, string(approximate) date of birth
... age[x] I0..1Age, Range, string(approximate) age
... deceased[x] 0..1boolean, Age, Range, date, stringDead? How old/when?
... note 0..1AnnotationGeneral note about related person
... condition 0..*BackboneElementCondition that the related person had
.... extension 0..*ExtensionAdditional Content defined by implementations
.... modifierExtension ?!0..*ExtensionExtensions that cannot be ignored
.... code 1..1CodeableConceptCondition suffered by relation
Binding: Condition/Problem/Diagnosis Codes (example)
.... outcome 0..1CodeableConceptdeceased | permanent disability | etc.
Binding: Condition Outcome Codes (example)
.... onset[x] 0..1Age, Range, Period, stringWhen condition first manifested
.... note 0..1AnnotationExtra information about condition

doco Documentation for this format

XML Template

JSON Template

todo

 

Other representations of profile: Schematron

4.28.9.2.2 Terminology Bindings

PathNameConformanceValueSet
FamilyMemberHistory.language?extrequiredhttp://tools.ietf.org/html/bcp47
FamilyMemberHistory.statusFamilyHistoryStatusrequiredFamilyHistoryStatus
FamilyMemberHistory.relationshipFamilyMemberexampleFamilyMember
FamilyMemberHistory.genderAdministrativeGenderrequiredAdministrativeGender
FamilyMemberHistory.condition.codeCondition/Problem/Diagnosis CodesexampleCondition/Problem/Diagnosis Codes
FamilyMemberHistory.condition.outcomeCondition Outcome CodesexampleCondition Outcome Codes

4.28.9.2.3 Constraints

IdPathDetailsRequirements
fhs-1FamilyMemberHistoryCan have age[x] or birth[x], but not both
XPath: not (*[starts-with(local-name(.), 'age')] and *[starts-with(local-name(.), 'birth')])
.