FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageca.infoway.io.core
Resource TypeFamilyMemberHistory
IdFamilyMemberHistory-example-familymemberhistory-ca-core.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

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