Skip to content

Commit

Permalink
Correct invariant based on feedback from FMG to publish TC
Browse files Browse the repository at this point in the history
  • Loading branch information
caspears committed Nov 29, 2023
1 parent b856d1c commit 2adf57f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion input/fsh/Formulary.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,6 @@ Description: "A GraphDefinition defining a graph of resources to return in a

Invariant: Location-address-or-geolocation
Description: "Location contains an address, geolocation, or both"
Expression: "address.exists() or extension.where(url='http://hl7.org/fhir/StructureDefinition/location-boundary-geojson')"
Expression: "address.exists() or extension.where(url='http://hl7.org/fhir/StructureDefinition/location-boundary-geojson').exists()"
Severity: #error

0 comments on commit 2adf57f

Please sign in to comment.