Skip to content

Commit

Permalink
Aligned constraint name with profiling guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
ArdonToonstra committed Sep 25, 2024
1 parent ced92f5 commit 6965cf8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion release-notes.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
## AddressInformation (zib-AddressInformation)
* `.line.extension:houseNumberIndication.value[x]` ; constraint ; Adjusted houseNumberIndication for HouseNumberIndication ; ZIB-2218
* `.line.extension:houseNumberIndication.value[x]` ; constraint ; Adjusted zib-AddressInformation-1 for HouseNumberIndication ; ZIB-2218
2 changes: 1 addition & 1 deletion zib/StructureDefinitions/zib-AddressInformation.xml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
<comment value="The mapping of zib AddressInformation on the FHIR Address datatype is the result of compatibility with HL7v3, which is the format that a lot of healthcare data in the Netherlands is stored in. As a result of this, the coded zib HouseNumberIndication concept (CD datatype) is mapped to a FHIR string datatype with a constraint added (the value can only be 'by' or 'to' or 'OTH')." />
<alias value="AanduidingBijNummer" />
<constraint>
<key value="houseNumberIndication" />
<key value="zib-AddressInformation-1" />
<severity value="error" />
<human value="Must have value 'by' or 'to' or 'OTH'" />
<expression value="$this in ('by' | 'to' | 'OTH')" />
Expand Down

0 comments on commit 6965cf8

Please sign in to comment.