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

FHIR IG analytics

Packagehl7.fhir.cz.ems
Resource TypeFamilyMemberHistory
IdFamilyMemberHistory-9a26eaee-9315-420d-a47c-8e8329511aaf.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 9a26eaee-9315-420d-a47c-8e8329511aaf

status: Completed

patient: Petr Novotný Female, DoB: 1977-11-26 ( https://ncez.mzcr.cz/fhir/sid/cpoj#7711260678)

relationship: father

deceased: 54 years (Details: UCUM codea = 'a')

Conditions

-CodeContributedToDeath
*Akutní infarkt myokardutrue

Source1

{
  "resourceType": "FamilyMemberHistory",
  "id": "9a26eaee-9315-420d-a47c-8e8329511aaf",
  "meta": {
    "profile": [
      "https://hl7.cz/fhir/cz-ems/StructureDefinition/cz-familyMemberHistory-ems"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "patient": {
    "reference": "urn:uuid:3b46c18c-7e07-4232-af3e-f710dec8e766"
  },
  "relationship": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
        "code": "FTH"
      }
    ]
  },
  "deceasedAge": {
    "value": 54,
    "unit": "years",
    "system": "http://unitsofmeasure.org",
    "code": "a"
  },
  "condition": [
    {
      "code": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/sid/icd-10",
            "code": "I21",
            "display": "Acute myocardial infarction"
          }
        ],
        "text": "Akutní infarkt myokardu"
      },
      "contributedToDeath": true
    }
  ]
}