This page is part of the FHIR Specification (v0.0.82: DSTU 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Extension Indicates the condition was not present in the family member - Definition

URL for this extension:

http://hl7.org/fhir/StructureDefinition/familyhistory-didNotHave

Status: draft. Extension maintained by: Health Level Seven, Inc. - FHIR WG

If true, indicates that the family member did not have the given condition. This flag can be used to assert a negative, for example, the patient's mother did not have breast cancer. If the didNotHave flag is true, the condition's onset, abatement, and outcome should not be given.

Context of Use: Use on element: FamilyHistory.relation.condition

usage info: insert a list of places where this extension is used

Extension Content

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. modifierExtensionExtensionURL = http://hl7.org/fhir/StructureDefinition/familyhistory-didNotHave
Indicates the condition was not present in the family member: If true, indicates that the family member did not have the given condition. This flag can be used to assert a negative, for example, the patient's mother did not have breast cancer. If the didNotHave flag is true, the condition's onset, abatement, and outcome should not be given.
Use on element: FamilyHistory.relation.condition
... extension 0..*ExtensionAdditional Content defined by implementations
... url 1..1uriidentifies the meaning of the extension
Fixed Value: http://hl7.org/fhir/StructureDefinition/familyhistory-didNotHave
... valueBoolean 0..1booleanValue of extension

XML Template

<!-- Indicates the condition was not present in the family member -->doco

<modifierExtension xmlns="http://hl7.org/fhir"
     url="http://hl7.org/fhir/StructureDefinition/familyhistory-didNotHave" >
  <!-- from Element: extension -->
 <valueBoolean  value="[boolean]"/><!-- 0..1 Value of extension
</modifierExtension>

JSON Template

{ // Indicates the condition was not present in the family member
  // from Element: extension
    "url" : "http://hl7.org/fhir/StructureDefinition/familyhistory-didNotHave", // R! 
    "valueBoolean" : <boolean> //Value of extension
  }

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. modifierExtensionExtensionURL = http://hl7.org/fhir/StructureDefinition/familyhistory-didNotHave
Indicates the condition was not present in the family member: If true, indicates that the family member did not have the given condition. This flag can be used to assert a negative, for example, the patient's mother did not have breast cancer. If the didNotHave flag is true, the condition's onset, abatement, and outcome should not be given.
Use on element: FamilyHistory.relation.condition
... extension 0..*ExtensionAdditional Content defined by implementations
... url 1..1uriidentifies the meaning of the extension
Fixed Value: http://hl7.org/fhir/StructureDefinition/familyhistory-didNotHave
... valueBoolean 0..1booleanValue of extension

XML Template

<!-- Indicates the condition was not present in the family member -->doco

<modifierExtension xmlns="http://hl7.org/fhir"
     url="http://hl7.org/fhir/StructureDefinition/familyhistory-didNotHave" >
  <!-- from Element: extension -->
 <valueBoolean  value="[boolean]"/><!-- 0..1 Value of extension
</modifierExtension>

JSON Template

to do