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

FHIR IG analytics

Packagehl7.fhir.us.mihr
Resource TypeFamilyMemberHistory
IdFamilyMemberHistory-familymemberhistory-jane-smith-example.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

Resource FamilyMemberHistory "familymemberhistory-jane-smith-example" Version "2" Updated "2022-03-15 20:00:01+0000"

Information Source: #hZuB1hlHIbhDP7Xd!

status: completed

patient: Patient/patient-jane-smith-example: Wilamette Smith " SMITH"

relationship: child (RoleCode#CHILD)


Source1

{
  "resourceType": "FamilyMemberHistory",
  "id": "familymemberhistory-jane-smith-example",
  "meta": {
    "versionId": "2",
    "lastUpdated": "2022-03-15T20:00:01.536+00:00",
    "source": "#hZuB1hlHIbhDP7Xd"
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "patient": {
    "reference": "Patient/patient-jane-smith-example",
    "display": "Wilamette Smith"
  },
  "relationship": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
        "code": "CHILD",
        "display": "child"
      }
    ]
  }
}