Skip to content

Commit 94485c7

Browse files
committed
Use default token system
1 parent 66e4c46 commit 94485c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/test-scripts/pseudo.http

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Content-Type: application/fhir+json
1111
"resourceType": "DocumentReference",
1212
"subject": {
1313
"identifier": {
14-
"system": "http://example.com/BSNToken",
14+
"system": "http://fhir.nl/fhir/NamingSystem/bsn-transport-token",
1515
"value": "token-hospital-abc123-def456"
1616
}
1717
},
@@ -33,5 +33,5 @@ GET http://localhost:7050/fhir/nvi/DocumentReference/{{documentReferenceId}}
3333
X-Requester-URA: 00000030
3434

3535
### Get a DocumentReference by identifier
36-
GET http://localhost:7050/fhir/nvi/DocumentReference?subject:identifier=http://example.com/BSNToken|token-hospital-abc123-def456
36+
GET http://localhost:7050/fhir/nvi/DocumentReference/?subject:identifier=http://fhir.nl/fhir/NamingSystem/bsn-transport-token|token-hospital-abc123-def456
3737
X-Requester-URA: 00000030

0 commit comments

Comments
 (0)