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-ma-ma-schema-1-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 ma-ma-schema-1-FamilyMemberHistory-15001

Last updated: 2023-06-15 10:00:00+0000;

Information Source: urn:telus:emr:ma:ma-schema-1

Profile: DwFamilyMemberHistory

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

identifier: urn:telus:emr:ma:ma-schema-1:FamilyMemberHistory/15001 (use: official, )

status: Completed

patient: John Michael Smith

date: 2023-06-15

relationship: Maternal Grandmother

note:

Maternal grandmother had Type 2 Diabetes mellitus, managed with oral hypoglycemic agents for over 20 years.

Conditions

-CodeOnset[x]Note
*Type 2 Diabetes Mellitus2001-03-15

Grandmother managed Type 2 diabetes with metformin for over 20 years. No significant complications documented.


Source1

{
  "resourceType": "FamilyMemberHistory",
  "id": "ma-ma-schema-1-FamilyMemberHistory-15001",
  "meta": {
    "lastUpdated": "2023-06-15T10:00:00Z",
    "source": "urn:telus:emr:ma:ma-schema-1",
    "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:ma:ma-schema-1:FamilyMemberHistory",
      "value": "15001"
    }
  ],
  "status": "completed",
  "patient": {
    "reference": "Patient/ma-ma-schema-1-Patient-12345",
    "type": "Patient",
    "display": "John Michael Smith"
  },
  "date": "2023-06-15",
  "relationship": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
        "code": "MGRMTH",
        "display": "Maternal Grandmother"
      }
    ],
    "text": "Maternal Grandmother"
  },
  "note": [
    {
      "text": "Maternal grandmother had Type 2 Diabetes mellitus, managed with oral hypoglycemic agents for over 20 years."
    }
  ],
  "condition": [
    {
      "code": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/icd9cm",
            "code": "250.00",
            "display": "Diabetes mellitus without mention of complication, type II or unspecified type, not stated as uncontrolled"
          },
          {
            "system": "http://snomed.info/sct",
            "code": "44054006",
            "display": "Type 2 diabetes mellitus"
          }
        ],
        "text": "Type 2 Diabetes Mellitus"
      },
      "onsetString": "2001-03-15",
      "note": [
        {
          "text": "Grandmother managed Type 2 diabetes with metformin for over 20 years. No significant complications documented."
        }
      ]
    }
  ]
}