Skip to content

Commit

Permalink
Textual finetuning to reflect use of components instead of hasMembers
Browse files Browse the repository at this point in the history
  • Loading branch information
LuudSlagter committed Feb 5, 2025
1 parent 695ccc3 commit 5c3b4c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion zib/StructureDefinitions/zib-Symptom.Characteristics.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<differential>
<element id="Observation">
<path value="Observation" />
<comment value="The functional model of the zib Symptom represents conditions that need to be tracked over time, but define point-in-time assessments about the current state of the symptoms as well. For this reason, this zib is mapped onto multiple resources: a Condition resource that represents the focal resource, and Observation resources for all observable properties.&#xD;&#xA;&#xD;&#xA;Since multiple observable properties are usually assessed together, all Observation resources resulting from a single assessment are grouped using the current Observation profile. For the Observation resources, this is done using `Observation.hasMember`. It is this grouping Observation that is referenced from the Condition resources, on `Condition.evidence.detail`.&#xD;&#xA;&#xD;&#xA;This model allows to track multiple distinct assessment moments over time in connection with the Condition. For this reason, it is not expected that the Observations for individual outcomes are referenced directly from and to the Condition resources; all references should be referenced through this grouping Observation." />
<comment value="The functional model of the zib Symptom represents conditions that need to be tracked over time, but define point-in-time assessments about the current state of the symptoms as well. For this reason, this zib is mapped onto multiple resources: a Condition resource that represents the focal resource, and an Observation resource for all observable properties.&#xD;&#xA;&#xD;&#xA;Since multiple observable properties are usually assessed together, all results from a single assessment are grouped using the current Observation profile. This grouping Observation is referenced from the Condition resources, on `Condition.evidence.detail`. This model allows to track multiple distinct assessment moments over time in connection with the Condition." />
</element>
<element id="Observation.code">
<path value="Observation.code" />
Expand Down
4 changes: 2 additions & 2 deletions zib/StructureDefinitions/zib-Symptom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<element id="Condition">
<path value="Condition" />
<short value="Symptom" />
<comment value="The functional model of zib Symptom represents a condition that needs to be tracked over time, but defines point-in-time assessments about the current state of the symptom as well. For this reason, this zib is mapped onto multiple resources: this Condition profile represents the focal resource, while all point-in-time properties are mapped onto Observation profiles. Those observable properties, in turn, are grouped using the [zib-Symptom.Characteristics](http://nictiz.nl/fhir/StructureDefinition/zib-Symptom.Characteristics) Observation profile, which can be referenced on `Condition.evidence.detail`.&#xD;&#xA;&#xD;&#xA;This model allows to track multiple distinct assessment moments over time in connection with the Condition. For this reason, it is not expected that the Observations for individual outcomes are referenced from or to this Condition resource directly; all references should be channeled through the zib-Symptom.Characteristics grouping Observation." />
<comment value="The functional model of zib Symptom represents a condition that needs to be tracked over time, but defines point-in-time assessments about the current state of the symptom as well. For this reason, this zib is mapped onto multiple resources: this Condition profile represents the focal resource, while all point-in-time properties are grouped using the [zib-Symptom.Characteristics](http://nictiz.nl/fhir/StructureDefinition/zib-Symptom.Characteristics) Observation profile, which can be referenced on `Condition.evidence.detail`. This model allows to track multiple distinct assessment moments over time in connection with the Condition." />
</element>
<element id="Condition.extension:assertedDate">
<path value="Condition.extension" />
Expand Down Expand Up @@ -239,7 +239,7 @@
</element>
<element id="Condition.evidence:symptomCharacteristics.detail">

Check failure on line 240 in zib/StructureDefinitions/zib-Symptom.xml

View workflow job for this annotation

GitHub Actions / Strict QA on changed materials

Constraint failed: sd-zpg-03: 'References to other resource profiles should be added next to the HL7 base references, unless they are added on a slice.' (at StructureDefinition.differential.element[18])

Check failure on line 240 in zib/StructureDefinitions/zib-Symptom.xml

View workflow job for this annotation

GitHub Actions / Loose QA on the entire repo

Constraint failed: sd-zpg-03: 'References to other resource profiles should be added next to the HL7 base references, unless they are added on a slice.' (at StructureDefinition.differential.element[18])
<path value="Condition.evidence.detail" />
<comment value="The functional model of zib Symptom represents a condition that needs to be tracked over time, but defines point-in-time assessments about the current state of the symptom as well. For this reason, this zib is mapped onto multiple resources: this Condition profile represents the focal resource, while all point-in-time observations are mapped onto Observation profiles. See the comment on the root of this profile for further guidance." />
<comment value="The functional model of zib Symptom represents a condition that needs to be tracked over time, but defines point-in-time assessments about the current state of the symptom as well. For this reason, this zib is mapped onto multiple resources: this Condition profile represents the focal resource, while all point-in-time observations are grouped using an Observation profile. See the comment on the root of this profile for further guidance." />
<min value="1" />
<max value="1" />
<type>
Expand Down

0 comments on commit 5c3b4c1

Please sign in to comment.