Skip to content

Commit

Permalink
partial fix for #37
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnMoehrke committed Jul 12, 2023
1 parent e05f0df commit ab83387
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions input/fsh/SAMLaccessToken.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -204,9 +204,9 @@ The following table uses a short-hand for the SAML fields and FHIR AuditEvent el
* agent[user].purposeOfUse MS
* agent[user].purposeOfUse ^short = "SAML subject:purposeofuse"

* agent[user].extension[otherId] ^slicing.discriminator.type = #value
* agent[user].extension[otherId] ^slicing.discriminator.path = "type"
* agent[user].extension[otherId] ^slicing.rules = #open
* agent[user].extension ^slicing.discriminator.type = #value
* agent[user].extension ^slicing.discriminator.path = "type"
* agent[user].extension ^slicing.rules = #open
* agent[user].extension[otherId] contains
subject-id 0..* and
npi 0..* and
Expand Down

0 comments on commit ab83387

Please sign in to comment.