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

FHIR IG analytics

Packageihe.pcc.maps
Resource TypeFamilyMemberHistory
IdFamilyMemberHistory-ex-FamilyMemberHistory-AmandaAlvarez-Alice.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 ex-FamilyMemberHistory-AmandaAlvarez-Alice

Security Label: test health data (Details: ActReason code HTEST = 'test health data')

status: Completed

patient: Mandy Female, DoB: 1994-12-25 ( Medical record number (use: usual, period: 2001-05-06 --> (ongoing)))

name: Alice Brown

relationship: maternal cousin

Conditions

-Code
*Cystic fibrosis

Source1

{
  "resourceType": "FamilyMemberHistory",
  "id": "ex-FamilyMemberHistory-AmandaAlvarez-Alice",
  "meta": {
    "security": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code": "HTEST"
      }
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "patient": {
    "reference": "Patient/ex-Patient-AmandaAlvarez"
  },
  "name": "Alice Brown",
  "relationship": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
        "code": "MCOUSN"
      }
    ]
  },
  "condition": [
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "190905008"
          }
        ]
      }
    }
  ]
}