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
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" } ] } ] }