Implementation Guide
23.1.0 - R4 APIs
Publish Box goes here
Official URL: http://somewhere.org/fhir/uv/myig/OperationDefinition/unique | Version: 23.1.0 | |||
Draft as of 2020-05-27 | Computable Name: Find Unique Patient |
Generated Narrative: OperationDefinition unique
URL: [base]/Patient/$null
URL: [base]/Patient/[id]/$null
Parameters
Use | Name | Scope | Cardinality | Type | Binding | Documentation |
IN | birthdate | 1..1 | date | The birthdate of this patient [required] | ||
IN | family | 1..1 | string | The last name of this patient [required] | ||
IN | gender | 1..1 | string (token) | The gender of this patient [required] | ||
IN | given | 1..1 | string | The first or middle name for this patient [required] | ||
IN | address-postalcode | 0..1 | string | The zip code of the patient [optional] | ||
IN | 0..1 | string (token) | The email address for this patient [optional] | |||
IN | identifier | 0..1 | string (token) | Any other identifier known for this patient [optional] | ||
IN | phone | 0..1 | string (token) | A phone number for this patient [optional] | ||
IN | telecom | 0..1 | string (token) | A phone number or email address for this patient [optional] | ||
OUT | return | 1..1 | Patient | The patient that was found. |