Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ITI-118.md #8

Merged
merged 1 commit into from
Apr 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions input/pagecontent/ITI-118.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ The Scheduling Client may use a GET or POST based search. The Scheduling Server


For example, search appointments for patient (identifier 12345), after October 21st, 2023 with practitioner (npi number: 12345678)
```GET https://server.example.com/fhir/4/Patient?patient.identifier=urn:oid:1.2.3.4.5|12345&date=gt20231021&practitioner.identifier=urn:oid:2.16.840.1.113883.4.6|12345678```
```GET https://server.example.com/fhir/4/Appointment?patient.identifier=urn:oid:1.2.3.4.5|12345&date=gt20231021&practitioner.identifier=urn:oid:2.16.840.1.113883.4.6|12345678```

###### Patient Identifiers
Patient identifier shall be fully qualified and consist of an identifier value and system (a.k.a. assigning authority or patient identity domain). Preferably identifier systems are identified with an OID value (e.g. urn:oid:1.2.3.4.5). Alternatively a URI value may be used (e.g. http://hl7.org/fhir/sid/us-ssn or http://hospital-1.org).
Expand Down Expand Up @@ -156,4 +156,4 @@ The Scheduling Server shall be grouped with an [ATNA Secure Node or Secure Appli

### Other Profile Groupings

Both the Scheduling Client and Scheduling Server may be grouped with their respective [Internet User Authentication (IUA)](https://profiles.ihe.net/ITI/IUA/index.html) Actors.
Both the Scheduling Client and Scheduling Server may be grouped with their respective [Internet User Authentication (IUA)](https://profiles.ihe.net/ITI/IUA/index.html) Actors.