Skip to content

Commit fa3f24b

Browse files
committed
Fixing #208
1 parent 0deea02 commit fa3f24b

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

input/fsh/DkCoreOrganization.fsh

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,16 @@ Usage: #example
154154
* type = $sct#551611000005102
155155
* partOf.reference = "Organization/8510eec9-180b-4e9c-95b6-02fad9f853d3"
156156

157+
158+
Instance: dk-core-organization-1
159+
InstanceOf: DkCoreOrganization
160+
Title: "DK CVR Organization instance of DkCoreOrganization"
161+
Description: "Sample of DK organization"
162+
Usage: #example
163+
* identifier[0].system = "http://cvr.dk"
164+
* identifier[=].value = "64942212"
165+
157166
Invariant: dk-core-organization-mandatory-identifier
158167
Description: "Minimum one identifier shall be of type SOR-ID, KOMBIT-ORG-ID or CVR-ID"
159168
Severity: #error
160-
Expression: "identifier.where(system='urn:oid:1.2.208.176.1.1' or system='https://kombit.dk/sts/organisation' or system='urn:oid:2.16.840.1.113883.2.24.1.1').exists()"
169+
Expression: "identifier.where(system='urn:oid:1.2.208.176.1.1' or system='https://kombit.dk/sts/organisation' or system='urn:oid:2.16.840.1.113883.2.24.1.1' or system='http://cvr.dk').exists()"

0 commit comments

Comments
 (0)