Facade Organization

http://fhir.patientsknowbest.com/structuredefinition/facade-organization

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

Overview

PKB supports 2 types of organisation:

  • [[Organisation]]

  • [[Team]]

Both of these are considered to be Organizations in FHIR®.

There will be no attribute explicitly indicating whether an Organization resource is an [[Organisation]] or a [[Team]], but a [[Team]] will have a partOf attribute pointing to the [[Organisation]] it belongs to.

Relevant PKB entities

Mappings

FHIR

PKB

Notes

FHIR

PKB

Notes

Resource id

<conditional>
If this FHIR Organization represents a PKB [[Organisation]]:  [[Organisation.Public ID]]
Else if this FHIR Organization represents a PKB [[Team]]:  [[Team.Public ID]] 

 

Organization.name

<conditional>
If this FHIR Organization represents a PKB [[Organisation]]:  [[Organisation.Name]]
Else if this FHIR Organization represents a PKB [[Team]]:  [[Team.Name]]

 

Organization.partOf

<conditional>
If this FHIR Organization represents a PKB [[Team]]:  return a reference to the owning PKB [[Organisation]]

  • partOf: Reference

    • reference = the relative URL of the Organization resource.

    • display = [[Organisation.Name]]

Else:  omit the partOf element