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

FHIR IG analytics

Packagetelus.dw.emr.extract-1-1-21
Resource TypeFamilyMemberHistory
IdFamilyMemberHistory-pss-CDK5-FamilyMemberHistory-15001.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: FamilyMemberHistory pss-CDK5-FamilyMemberHistory-15001

Last updated: 2022-09-10 08:30:00+0000;

Information Source: urn:telus:emr:pss:CDK5

Profile: DwFamilyMemberHistory

Security Label: normal (Details: Confidentiality code N = 'normal')

identifier: urn:telus:emr:pss:CDK5:FamilyMemberHistory/15001 (use: official, )

status: Completed

patient: Kennedy Fabe Cassie

date: 2022-09-10

relationship: Father

deceased: true

note:

Father was diagnosed with essential hypertension in his mid 40s. Deceased at age 71. Complications included left ventricular hypertrophy.

Conditions

-CodeOutcomeOnset[x]Note
*Essential HypertensionDeceasedmid 40s

Father had hypertension for approximately 25 years. Developed left ventricular hypertrophy in later years. Managed with antihypertensive therapy.


Source1

{
  "resourceType": "FamilyMemberHistory",
  "id": "pss-CDK5-FamilyMemberHistory-15001",
  "meta": {
    "lastUpdated": "2022-09-10T08:30:00Z",
    "source": "urn:telus:emr:pss:CDK5",
    "profile": [
      "https://www.telus.com/health/fhir/dwemrextract/StructureDefinition/DwFamilyMemberHistory"
    ],
    "security": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
        "code": "N",
        "display": "normal"
      }
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "official",
      "system": "urn:telus:emr:pss:CDK5:FamilyMemberHistory",
      "value": "15001"
    }
  ],
  "status": "completed",
  "patient": {
    "reference": "Patient/pss-CDK5-Patient-304",
    "type": "Patient",
    "display": "Kennedy Fabe Cassie"
  },
  "date": "2022-09-10",
  "relationship": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
        "code": "FTH",
        "display": "Father"
      }
    ],
    "text": "Father"
  },
  "deceasedBoolean": true,
  "note": [
    {
      "text": "Father was diagnosed with essential hypertension in his mid 40s. Deceased at age 71. Complications included left ventricular hypertrophy."
    }
  ],
  "condition": [
    {
      "code": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/sid/icd-9-cm",
            "code": "401.9",
            "display": "Essential hypertension, unspecified"
          },
          {
            "system": "http://snomed.info/sct",
            "code": "59621000",
            "display": "Essential hypertension"
          }
        ],
        "text": "Essential Hypertension"
      },
      "outcome": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "419099009",
            "display": "Dead"
          }
        ],
        "text": "Deceased"
      },
      "onsetString": "mid 40s",
      "note": [
        {
          "text": "Father had hypertension for approximately 25 years. Developed left ventricular hypertrophy in later years. Managed with antihypertensive therapy."
        }
      ]
    }
  ]
}