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-chr-on-west-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 chr-on-west-FamilyMemberHistory-15001

Last updated: 2024-01-20 12:00:00+0000;

Information Source: urn:telus:emr:chr:on-west:123

Profile: DwFamilyMemberHistory

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

identifier: urn:telus:emr:chr:on-west:123:FamilyMemberHistory/15001.8501.fmh (use: official, )

status: Completed

patient: Sarah Marie Johnson

date: 2024-01-20

relationship: Mother

note:

Maternal history noted during routine checkup.

Conditions

-CodeOnset[x]Note
*Essential Hypertension NOS ICD9 - Dr. Bill 401.952 52 years (Details: UCUM codea = 'a')

Managed with medication.


Source1

{
  "resourceType": "FamilyMemberHistory",
  "id": "chr-on-west-FamilyMemberHistory-15001",
  "meta": {
    "lastUpdated": "2024-01-20T12:00:00Z",
    "source": "urn:telus:emr:chr:on-west:123",
    "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:chr:on-west:123:FamilyMemberHistory",
      "value": "15001.8501.fmh"
    }
  ],
  "status": "completed",
  "patient": {
    "reference": "Patient/chr-on-west-Patient-12345",
    "type": "Patient",
    "display": "Sarah Marie Johnson"
  },
  "date": "2024-01-20",
  "relationship": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "72705000",
        "display": "Mother (person)"
      }
    ],
    "text": "Mother"
  },
  "note": [
    {
      "text": "Maternal history noted during routine checkup."
    }
  ],
  "condition": [
    {
      "code": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/icd9cm",
            "code": "401.9",
            "display": "Essential Hypertension NOS"
          }
        ],
        "text": "Essential Hypertension NOS ICD9 - Dr. Bill 401.9"
      },
      "onsetAge": {
        "value": 52,
        "unit": "52 years",
        "system": "http://unitsofmeasure.org",
        "code": "a"
      },
      "note": [
        {
          "text": "Managed with medication."
        }
      ]
    }
  ]
}