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

FHIR IG analytics

Packagehl7.fhir.us.mcc
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 father

version: 11; Last updated: 2022-11-17 22:02:53+0000;

Information Source: #SAeRVf4viOeLzIXn

Profile: Multiple Chronic Condition Care Plan Family History

identifier: 12345

status: Completed

patient: Patricia Noelle

date: 2011-03-18

relationship: father

sex: Male

Conditions

-CodeContributedToDeathOnset[x]
*Chronic kidney disease (CKD)true74 yr (Details: UCUM codea = '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": "709044004",
            "display": "Chronic kidney disease (disorder)"
          }
        ],
        "text": "Chronic kidney disease (CKD)"
      },
      "contributedToDeath": true,
      "onsetAge": {
        "value": 74,
        "unit": "yr",
        "system": "http://unitsofmeasure.org",
        "code": "a"
      }
    }
  ]
}