Visit the HL7 website
Visit the FHIR website

CA Core+ v1.1.0 DFT-preBallot

1.1.0-DFT-preBallot   Canada flag
  • Index
  • Home
  • Business Context
    • Business Context
    • Relationship to PCHDCF
    • Relationship to Other Specifications
    • CA Core+ to pCHDCF Mapping
  • Technical Context
    • Technical Context
    • Artifact Status Summary
    • Profiling Conventions & Approach
    • General Guidance
    • Mapping Logic
    • Security And Privacy
  • Modules
    • Modules
    • Common Data Exchange
    • Workflows
  • FHIR Artifacts
    • FHIR Artifacts
    • Profiles
    • Extensions
    • Data Types
    • Terminology
    • Examples
    • Download
  • Change Log
    • Change Log
    • Specification Guidance
    • Copyrights
    • Known Issues & Future Development
    • Specification Feedback
    1. Index
    2. FHIR Artifacts
    3. Examples
    4. Example FamilyMemberHistory

DFT-preBallot - The specification is a DFT-preBallot version of CA Core+ for collecting community feedback. For a full list of available versions, see the Directory of published versions

Example FamilyMemberHistory

  • Overview
  • XML
  • JSON
FamilyMemberHistory
id : example-familymemberhistory-ca-core
meta
profile : http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/familymemberhistory-ca-core
status : completed
patient
reference : Patient/example-patient-ca-core
relationship
coding
system : http://snomed.info/sct
code : 72705000
display : Mother (person)
note
text : Family history of type 2 diabetes in mother. Patient has been advised to maintain healthy lifestyle and regular blood sugar monitoring.
condition
code
coding
system : http://snomed.info/sct
code : 44054006
display : Diabetes mellitus type 2
text : Type 2 diabetes mellitus
onset
value : 45
unit : 45 years
system : http://unitsofmeasure.org
code : a
note
text : Diagnosed at age 45, managed with oral medications and lifestyle changes
<FamilyMemberHistory xmlns="http://hl7.org/fhir">
<id value="example-familymemberhistory-ca-core" />
<meta>
<profile value="http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/familymemberhistory-ca-core" />
</meta>
<status value="completed" />
<patient>
<reference value="Patient/example-patient-ca-core" />
</patient>
<relationship>
<coding>
<system value="http://snomed.info/sct" />
<code value="72705000" />
<display value="Mother (person)" />
</coding>
</relationship>
<note>
<text value="Family history of type 2 diabetes in mother. Patient has been advised to maintain healthy lifestyle and regular blood sugar monitoring." />
</note>
<condition>
<code>
<coding>
<system value="http://snomed.info/sct" />
<code value="44054006" />
<display value="Diabetes mellitus type 2" />
</coding>
<text value="Type 2 diabetes mellitus" />
</code>
<onsetAge>
<value value="45" />
<unit value="45 years" />
<system value="http://unitsofmeasure.org" />
<code value="a" />
</onsetAge>
<note>
<text value="Diagnosed at age 45, managed with oral medications and lifestyle changes" />
</note>
</condition>
</FamilyMemberHistory>
{
"resourceType": "FamilyMemberHistory",
"id": "example-familymemberhistory-ca-core",
"meta": {
"profile": [
"http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/familymemberhistory-ca-core"
]
},
"status": "completed",
"patient": {
"reference": "Patient/example-patient-ca-core"
},
"relationship": {
"coding": [
{
"code": "72705000",
"system": "http://snomed.info/sct",
"display": "Mother (person)"
}
]
},
"condition": [
{
"code": {
"coding": [
{
"code": "44054006",
"system": "http://snomed.info/sct",
"display": "Diabetes mellitus type 2"
}
],
"text": "Type 2 diabetes mellitus"
},
"onsetAge": {
"value": 45,
"code": "a",
"system": "http://unitsofmeasure.org",
"unit": "45 years"
},
"note": [
{
"text": "Diagnosed at age 45, managed with oral medications and lifestyle changes"
}
]
}
],
"note": [
{
"text": "Family history of type 2 diabetes in mother. Patient has been advised to maintain healthy lifestyle and regular blood sugar monitoring."
}
]
}

IG © based on FHIR R4 | Package package:ca.infoway.io.core@1.1.0-dft-preballot
HL7® and FHIR® are the registered trademarks of Health Level Seven International