Skip to content

Commit

Permalink
FHIR-46084 adding section note ext, short desc override see FHIR-46375
Browse files Browse the repository at this point in the history
  • Loading branch information
jddamore committed Jul 11, 2024
1 parent 57c3299 commit 7030def
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion input/fsh/aliases.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@ Alias: $data-absent-reason = http://hl7.org/fhir/StructureDefinition/data-absent
Alias: $workflow-supportingInfo = http://hl7.org/fhir/StructureDefinition/workflow-supportingInfo
Alias: $flag-priority = http://hl7.org/fhir/StructureDefinition/flag-priority
Alias: $condition-severity = http://hl7.org/fhir/ValueSet/condition-severity
Alias: $vital-signs-profile = http://hl7.org/fhir/StructureDefinition/vitalsigns
Alias: $vital-signs-profile = http://hl7.org/fhir/StructureDefinition/vitalsigns
Alias: $composition-section-note = http://hl7.org/fhir/StructureDefinition/note
3 changes: 3 additions & 0 deletions input/fsh/profiles/CompositionUvIps.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ This profile is based on the ClinicalDocument profile."""
* section ^slicing.rules = #open
* section ^short = "Sections composing the IPS"
* section ^definition = "The root of the sections that make up the IPS composition."
* section.extension contains $composition-section-note named section-note 0..1
* section.extension[section-note] ^short = "Additional notes that apply to the section (but not to specific resource)."
* section.extension[section-note] ^definition = "Additional notes that apply to the section (but not to specific resource)."
* section.code 1.. MS
* section.code only CodeableConceptIPS
* section.text 1.. MS
Expand Down

0 comments on commit 7030def

Please sign in to comment.