Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

https://www.hl7.org/fhir/STU3/relatedperson.html

Overview

A PKB [[Patient]] is represented as a FHIR Patient resource.

However, when acting as a carer to someone else they will be represented as a FHIR RelatedPerson resource, in order to distinguish them from the patient receiving care.

Relevant PKB entities

Mappings

FHIR

PKB

Notes

Resource id

N/A

 

RelatedPerson.patient

  • patient: Reference

    • reference = the relative URL of the Patient resource

    • display = [[User.Title]] [[User.Given Name]] [[User.Family Name]]

 

RelatedPerson.name

  • name: HumanName

    • family = [[User.Family Name]]

    • given[0] = [[User.Given Name]]

    • prefix[0] = [[User.Title]]

 

...