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

FHIR IG analytics

Packagendhm.in
Resource TypeFamilyMemberHistory
IdFamilyMemberHistory-example-01.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 example-01

identifier: 12345

status: Completed

patient: ABC

date: 2011-03-18

relationship: father

sex: Male

Conditions

-CodeContributedToDeathOnset[x]
*Heart Attacktrue84 yr (Details: UCUM codea = 'a')

Source1

{
  "resourceType": "FamilyMemberHistory",
  "id": "example-01",
  "meta": {
    "profile": [
      "https://nrces.in/ndhm/fhir/r4/StructureDefinition/FamilyMemberHistory"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "value": "12345"
    }
  ],
  "status": "completed",
  "patient": {
    "reference": "Patient/example-01",
    "display": "ABC"
  },
  "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": "315619001",
            "display": "FH myocardial infarction male first degree age known"
          }
        ],
        "text": "Heart Attack"
      },
      "contributedToDeath": true,
      "onsetAge": {
        "value": 84,
        "unit": "yr",
        "system": "http://unitsofmeasure.org",
        "code": "a"
      }
    }
  ]
}