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

FHIR IG analytics

Packagehl7.fhir.eu.hdr
Resource TypeFamilyMemberHistory
IdFamilyMemberHistory-635c22e7-d7f1-45ad-9b4d-d4fe35239085.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 635c22e7-d7f1-45ad-9b4d-d4fe35239085

status: Completed

patient: Luigi De Luca Male, DoB: 1966-09-30 ( National unique individual identifier)

relationship: mother

Conditions

-Code
*Family history of diabetes mellitus type 2 (situation)

Source1

{
  "resourceType": "FamilyMemberHistory",
  "id": "635c22e7-d7f1-45ad-9b4d-d4fe35239085",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "patient": {
    "reference": "urn:uuid:b01a2623-e219-41d2-8e78-1fa1439751d0"
  },
  "relationship": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
        "code": "MTH",
        "display": "mother"
      }
    ]
  },
  "condition": [
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "430679000",
            "display": "Family history of diabetes mellitus type 2 (situation)"
          }
        ]
      }
    }
  ]
}