DSTU2 Ballot Source

This page is part of the FHIR Specification (v0.5.0: DSTU 2 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

4.28.2.3 StructureDefinition: QICore-FamilyMemberHistory

The official URL for this profile is:

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

Profile of Family Member History for decision support/quality metrics. Defines the core set of elements and extensions for quality rule and measure authors.

This profile was published on Fri, Feb 27, 2015 00:00+1100 as a draft by Health Level Seven, Inc. - CQI WG.

4.28.2.3.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.

Summary

Must-Support: 4 elements

Structures

This structure refers to these other structures:

Extensions

This structure refers to these extensions:

NameFlagsCard.TypeDescription & Constraintsdoco
.. FamilyMemberHistory I1..1FamilyMemberHistoryInformation 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: Language (required)
... text I0..1NarrativeText summary of the resource, for human interpretation
... contained 0..*ResourceContained, inline Resources
... extension 0..*ExtensionAdditional Content defined by implementations
... modifierExtension ?!0..*ExtensionExtensions that cannot be ignored
... identifier 0..*IdentifierExternal Id(s) for this record
... patient S Σ1..1patient-qicore-qicore-patientPatient history is about
... date S Σ0..1dateTimeWhen history was captured/updated
... name Σ0..1stringThe family member described
... relationship S Σ1..1CodeableConceptRelationship to the subject
Binding: FamilialRelationship (required)
... 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..1stringGeneral note about related person
... condition 0..*Condition that the related person had
.... familymemberhistory-abatement 0..1date, Age, booleanExtension
.... familymemberhistory-severity 0..1CodeableConceptExtension
Binding: QICoreConditionSeverity (preferred)
.... modifierExtension ?!0..*ExtensionExtensions that cannot be ignored
.... type S1..1CodeableConceptCondition suffered by relation
Binding: QICoreProblemCode (preferred)
.... outcome 0..1CodeableConceptdeceased | permanent disability | etc.
Binding: ConditionOutcome (required)
.... onset[x] 0..1Age, Range, stringWhen condition first manifested
.... note 0..1stringExtra information about condition

todo

This structure is derived from FamilyMemberHistory.

Summary

Must-Support: 4 elements

Structures

This structure refers to these other structures:

Extensions

This structure refers to these extensions:

Differential View

This structure is derived from FamilyMemberHistory.

Snapshot View

NameFlagsCard.TypeDescription & Constraintsdoco
.. FamilyMemberHistory I1..1FamilyMemberHistoryInformation 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: Language (required)
... text I0..1NarrativeText summary of the resource, for human interpretation
... contained 0..*ResourceContained, inline Resources
... extension 0..*ExtensionAdditional Content defined by implementations
... modifierExtension ?!0..*ExtensionExtensions that cannot be ignored
... identifier 0..*IdentifierExternal Id(s) for this record
... patient S Σ1..1patient-qicore-qicore-patientPatient history is about
... date S Σ0..1dateTimeWhen history was captured/updated
... name Σ0..1stringThe family member described
... relationship S Σ1..1CodeableConceptRelationship to the subject
Binding: FamilialRelationship (required)
... 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..1stringGeneral note about related person
... condition 0..*Condition that the related person had
.... familymemberhistory-abatement 0..1date, Age, booleanExtension
.... familymemberhistory-severity 0..1CodeableConceptExtension
Binding: QICoreConditionSeverity (preferred)
.... modifierExtension ?!0..*ExtensionExtensions that cannot be ignored
.... type S1..1CodeableConceptCondition suffered by relation
Binding: QICoreProblemCode (preferred)
.... outcome 0..1CodeableConceptdeceased | permanent disability | etc.
Binding: ConditionOutcome (required)
.... onset[x] 0..1Age, Range, stringWhen condition first manifested
.... note 0..1stringExtra information about condition

XML Template

JSON Template

todo

 

Other representations of profile: (todo)

4.28.2.3.2 Terminology Bindings

PathNameConformanceValueSet
FamilyMemberHistory.languageLanguagerequiredhttp://tools.ietf.org/html/bcp47
FamilyMemberHistory.relationshipFamilialRelationshiprequiredFamilyMember
FamilyMemberHistory.genderAdministrativeGenderrequiredAdministrativeGender
FamilyMemberHistory.condition.extension
http://hl7.org/fhir/StructureDefinition/familymemberhistory-severity
QICoreConditionSeveritypreferredCondition/Diagnosis Severity
FamilyMemberHistory.condition.typeQICoreProblemCodepreferredProblem Value Set
FamilyMemberHistory.condition.outcomeConditionOutcomerequired

4.28.2.3.3 Constraints

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