Skip to content

Commit

Permalink
FHIR-47328 bodySite to preferred binding
Browse files Browse the repository at this point in the history
  • Loading branch information
jddamore committed Oct 30, 2024
1 parent 7bd05b6 commit 14fbdb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion input/fsh/profiles/ConditionUvIps.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Description: "This profile represents the constraints applied to the Condition r
* code ^definition = "Identification of the condition, problem or diagnosis or recording of absent/unknown problems."
* code ^binding.description = "Code for a clinical problem (or absent/unknown problem) that is selected from SNOMED CT"
* bodySite only CodeableConceptIPS
* bodySite from SNOMEDCTBodyStructures (example)
* bodySite from SNOMEDCTBodyStructures (preferred)
* bodySite ^binding.extension[0].url = "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName"
* bodySite ^binding.extension[=].valueString = "BodySite"
* subject only Reference(PatientUvIps)
Expand Down
2 changes: 1 addition & 1 deletion input/fsh/profiles/ProcedureUvIps.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ Description: "This profile represents the constraints applied to the Procedure r
* performer.onBehalfOf only Reference(OrganizationUvIps)
* performer.onBehalfOf ^mustSupport = false
* bodySite only CodeableConceptIPS
* bodySite from SNOMEDCTBodyStructures (example)
* bodySite from SNOMEDCTBodyStructures (preferred)
* bodySite ^binding.extension.url = "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName"
* bodySite ^binding.extension.valueString = "BodySite"

0 comments on commit 14fbdb9

Please sign in to comment.