Visit the HL7 website
Visit the FHIR website

CA Core+ 1.0.0 DFT-preBallot

1.0.0-DFT-preBallot   Canada flag
  • 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. Home
    2. FHIR Artifacts
    3. Examples
    4. Example FamilyMemberHistory

Draft preBallot - This specification is under preBallot review and subject to change. It should not be used for implementation purposes. . . . . 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":  [
            {
                "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"
            },
            "onsetAge": {
                "value": 45,
                "unit": "45 years",
                "system": "http://unitsofmeasure.org",
                "code": "a"
            },
            "note":  [
                {
                    "text": "Diagnosed at age 45, managed with oral medications and lifestyle changes"
                }
            ]
        }
    ]
}

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