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

FHIR IG analytics

Packagehl7.fhir.us.mcc.r4
Resource TypeFamilyMemberHistory
IdFamilyMemberHistory-father.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

Resource FamilyMemberHistory "father" Version "11" Updated "2022-11-17 22:02:53+0000"

Information Source: #SAeRVf4viOeLzIXn!

Profile: Multiple Chronic Condition Care Plan Family History

identifier: id: 12345

status: completed

patient: Patient/cc-pat-pnoelle: Patricia Noelle " NOELLE"

date: 2011-03-18

relationship: father (RoleCode#FTH)

sex: Male (AdministrativeGender#male)

Conditions

-CodeContributedToDeathOnset[x]
*Sudden Heart Attack (SNOMED CT#57054005 "Acute Myocardial Infarction")true74 yr (Details: UCUM code a = 'a')

Source1

{
  "resourceType": "FamilyMemberHistory",
  "id": "father",
  "meta": {
    "versionId": "11",
    "lastUpdated": "2022-11-17T22:02:53.691+00:00",
    "source": "#SAeRVf4viOeLzIXn",
    "profile": [
      "http://hl7.org/fhir/us/mcc/StructureDefinition/MCCFamilyHistory"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "value": "12345"
    }
  ],
  "status": "completed",
  "patient": {
    "reference": "Patient/cc-pat-pnoelle",
    "display": "Patricia Noelle"
  },
  "date": "2011-03-18",
  "relationship": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
        "code": "FTH",
        "display": "father"
      }
    ]
  },
  "sex": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/administrative-gender",
        "code": "male",
        "display": "Male"
      }
    ]
  },
  "condition": [
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "57054005",
            "display": "Acute Myocardial Infarction"
          }
        ],
        "text": "Sudden Heart Attack"
      },
      "contributedToDeath": true,
      "onsetAge": {
        "value": 74,
        "unit": "yr",
        "system": "http://unitsofmeasure.org",
        "code": "a"
      }
    }
  ]
}