14 lines
451 B
GLSL
14 lines
451 B
GLSL
// This is a simple example of a FSH file.
|
|
// This file can be renamed, and additional FSH files can be added.
|
|
// SUSHI will look for definitions in any file using the .fsh ending.
|
|
Profile: MyPatient
|
|
Parent: Patient
|
|
Description: "An example profile of the Patient resource."
|
|
* name 1..* MS
|
|
|
|
Instance: PatientExample
|
|
InstanceOf: MyPatient
|
|
Description: "An example of a patient with a license to krill."
|
|
* name
|
|
* given[0] = "James"
|
|
* family = "Pond" |