Patient |
Top Previous Next |
Demographics and other administrative information about an individual receiving care or other health-related services. The data in the Patient resource covers the "who" information about the patient: its attributes are focused on the demographic information necessary to support the administrative, financial and logistic procedures.
Response Description Sample Response{ "resourceType": "Bundle", "id": "d093982d-f6b2-8f83-a214-70b9e85cbfd9", "meta": { "lastUpdated": "2022-12-07T16:01:23Z" }, "type": "collection", "entry": [ { "fullUrl": "https://pai.pai.healthcare/Patient/DEV-DEV-11913", "resource": { "resourceType": "Patient", "id": "DEV-DEV-11913", "meta": { "lastUpdated": "2022-12-06T12:00:00+01:00", "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient" ] }, "text": { "status": "generated", "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><table><tbody><tr><td>Name</td><td>Cole Andersonian, Sr.</td></tr><tr><td>Account Number</td><td>11913</td></tr><tr><td>Birthdate</td><td>05/28/1917</td></tr><tr><td>Gender</td><td>unknown</td></tr><tr><td>Address:</td><td>251 SUNBURY ROAD<br/>MINERSVILLE, PA 17954</td></tr></tbody></table></div>" }, "identifier": [ { "system": "https://pai.healthcare", "value": "11913" } ], "active": true, "name": [ { "use": "official", "text": "Cole Andersonian, Sr.", "family": "Andersonian", "suffix": [ "Sr." ], "given": [ "Cole" ] }, { "use": "old", "family": "Andersonian", "given": [ "Cole" ], "period": { "end": "2022-12-06" } } ], "telecom": [ { "system": "phone", "value": "(570) 544-2020", "use": "home" } ], "gender": "unknown", "birthDate": "1917-05-28", "address": [ { "use": "old", "line": [ "251 SUNBURY ROAD" ], "city": "Andersonian", "state": "12/06/22", "postalCode": "36826", "country": "US", "period": { "start": "2022-09-21", "end": "2022-09-21" } }, { "use": "home", "line": [ "251 SUNBURY ROAD" ], "city": "MINERSVILLE", "state": "PA", "postalCode": "17954", "country": "US", "period": { "start": "2022-09-21", "end": "2022-09-21" } } ], "communication": [ { "language": { "coding": [ { "system": "urn:ietf:bcp:47", "code": "en", "display": "English" } ], "text": "English" }, "preferred": true } ], "extension": [ { "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-race", "extension": [ { "url": "ombCategory", "valueCoding": { "system": "http://terminology.hl7.org/CodeSystem/v3-NullFlavor", "code": "UNK", "display": "unknown" } }, { "url": "text", "valueString": "unknown" } ] }, { "extension": [ { "url": "ombCategory", "valueCoding": { "system": "urn:oid:2.16.840.1.113883.6.238", "code": "2186-5", "display": "Not Hispanic or Latino" } }, { "url": "text", "valueString": "Not Hispanic or Latino" } ], "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity" }, { "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex", "valueCode": "M" } ] } } ] }
Patient.id
The logical ID of the resource, as used in the URL for the resource. Once assigned, this value never changes.
Patient.meta
Metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.
Patient.text
A human-readable narrative that contains a summary of the resource and can be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative.
Patient.identifier
An identifier for this patient.
Patient.identifier.system
The namespace for the identifier value.
Patient.identifier.value
The portion of the identifier typically relevant to the user and which is unique within the context of the system.
Patient.active
Whether this patient's record is in active use.
Patient.name
A name associated with the patient.
Patient.name.use
Can be either usual | official | temp | nickname | anonymous | old | maiden
Patient.name.text
Patient's surname.
Patient.name.family
Patient's surname.
Patient.name.suffix
Patient's surname.
Patient.name.given
Patient's name.
Patient.name.period
Indicates the period of time when this name was valid for the named person.
Patient.telecom
A contact detail (e.g. a telephone number or an email address) by which the individual may be contacted.
Patient.telecom.system
Telecommunications form for contact point - what communications system is required to make use of the contact.
Patient.telecom.value
The actual contact point details, in a form that is meaningful to the designated communication system (i.e. phone number or email address).
Patient.telecom.use
Identifies the purpose for the contact point.
Patient.gender
The gender that the patient is considered to have for administration and record keeping purposes.
Patient.birthDate
The date of birth for the individual. The date of birth does not indicate the time of birth.
Patient.deceasedBoolean
Indicates if the individual is deceased or not.
Patient.address
An address for the individual.
Patient.address.line
Street name, number, direction & P.O. Box etc.
Patient.address.city
Name of city, town etc.
Patient.address.state
Sub-unit of country (abbreviations ok).
Patient.address.postalCode
US Zip Codes.
Patient.address.period
Time period when address was/is in use.
Patient.maritalStatus
A patient's most recent marital (civil) status.
Patient.communication
A language which may be used to communicate with the patient about his or her health.
Patient.communication.language
The ISO-639-1 alpha 2 code in lower case for the language, optionally followed by a hyphen and the ISO-3166-1 alpha 2 code for the region in upper case; e.g. "en" for English, or "en-US" for American English versus "en-EN" for England English.
Patient.extension:us-core-race
The race codes used are based upon the CDC Race and Ethnicity Code Set Version 1.0.
Patient.extension:us-core-ethnicity
The ethnicity codes used are based upon the CDC Race and Ethnicity Code Set Version 1.0.
Patient.extension:us-core-birthsex
The sex that the patient was assigned at birth.
Search
URL SyntaxTwo HTTP methods are supported for searching: GET and POST. It is recommended to use HTTP POST. Visit the FHIR Sandbox to try requests.
HTTP GET - searching https://sandbox.pai.healthcare/preview/fhir/Patient?{query string}
HTTP GET - return single record https://sandbox.pai.healthcare/preview/fhir/Patient/{resource id}
HTTP POST - searching https://sandbox.pai.healthcare/preview/fhir/Patient/_search •Set the Content-Type header to application/x-www-urlencoded •The body of the request is a similar query string used in the GET type of request detailed above.
Error HandlingIf no records are returned or invalid search parameters are provided, then an HTTP 400 Bad Request is returned. The body of the response will be an OperationOutcome.
Supported Search Parameters
_id
identifier
name
birthdate + name
gender + name
family
|