Skip to content

Commit

Permalink
Update GREGoR_example.fsh
Browse files Browse the repository at this point in the history
Update example to use the updated family profiles
  • Loading branch information
torstees authored Sep 13, 2024
1 parent 4eeafab commit 8844b5d
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions input/fsh/examples/GREGoR_example.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -100,17 +100,10 @@ Description: "Example patients based on data from GREGoR."
* type = #person // Required by Group with required VS
* actual = true // Required by Group
* extension[family-type].valueCodeableConcept = $ncpi-family-types#Duo "Duo"

Instance: gregor-family-role-child
InstanceOf: NcpiFamilyRole
Title: "An example family role based on data from CBTN"
Usage: #example
Description: "An example family role based on data from CBTN."
* member.entity = Reference(GSS123456)
//* extension[study-family].valueReference = Reference(GSS5555)
//* extension[family-role].valueCodeableConcept = $family-role-code#CHILD "child"
* type = #person // Required by Group with required VS
* actual = true // Required by Group
* member[0].entity = Reference(GSS123456)
* member[0].entity.extension.extension[family-role].valueCodeableConcept = $family-role-code#CHILD "child"
* member[1].entity = Reference(GSS654321)
* member[1].entity.extension.extension[family-role].valueCodeableConcept = $family-role-code#MTH "mother"

Instance: gregor-family-relationship-mother
InstanceOf: NcpiFamilyRelationship
Expand Down Expand Up @@ -201,4 +194,4 @@ Description: "Example file metadata for a BAM-CRAM file from GREGoR"
* component.code = #WorkflowTool
* component[workflow_tool].valueCodeableConcept = #unknown
* component.code = #WorkflowType
* component[workflow_type].valueCodeableConcept = #alignment
* component[workflow_type].valueCodeableConcept = #alignment

0 comments on commit 8844b5d

Please sign in to comment.