# Oystehr Documentation > The complete health tech developer platform Append .md to any documentation page URL to get its markdown version. ## API Reference - [Get applications](https://api-reference.oystehr.com/reference/get_application.md): Get a list of Applications. [Applications](https://docs.oystehr.com/oystehr/services/app/applications/) provide authentication in front of the web and mobile apps you build on Oystehr. Access Policy Action: `App:ListAllApplications` Access Policy Resource: `App:Application` - [Create an application](https://api-reference.oystehr.com/reference/post_application.md): Create a new Application. [Applications](https://docs.oystehr.com/oystehr/services/app/applications/) provide authentication in front of the web and mobile apps you build on Oystehr. Access Policy Action: `App:CreateApplication` Access Policy Resource: `App:Application` - [Delete an application](https://api-reference.oystehr.com/reference/delete_application-id.md): Delete the Application with the provided ID. [Applications](https://docs.oystehr.com/oystehr/services/app/applications/) provide authentication in front of the web and mobile apps you build on Oystehr. Access Policy Action: `App:DeleteApplication` Access Policy Resource: `App:Application` - [Get an application](https://api-reference.oystehr.com/reference/get_application-id.md): Get the Application with the provided ID. [Applications](https://docs.oystehr.com/oystehr/services/app/applications/) provide authentication in front of the web and mobile apps you build on Oystehr. Access Policy Action: `App:GetApplication` Access Policy Resource: `App:Application` - [Update an application](https://api-reference.oystehr.com/reference/patch_application-id.md): Update the Application with the provided ID. [Applications](https://docs.oystehr.com/oystehr/services/app/applications/) provide authentication in front of the web and mobile apps you build on Oystehr. Access Policy Action: `App:UpdateApplication` Access Policy Resource: `App:Application` - [Rotate application's secret](https://api-reference.oystehr.com/reference/post_application-id-rotate-secret.md): Rotate client's secrete associated with an application. Access Policy Action: `App:RotateApplicationSecret` Access Policy Resource: `App:Application` - [Revokes user's refresh token](https://api-reference.oystehr.com/reference/post_application-id-revoke-refresh-token.md): Revokes user's refresh token issued for the application. Access Policy Action: `App:RevokeRefreshToken` Access Policy Resource: `App:Application` - [Revokes user's access token](https://api-reference.oystehr.com/reference/post_application-id-revoke-access-token.md): Revokes user's access token issued for the application. Access Policy Action: `App:RevokeAccessToken` Access Policy Resource: `App:Application` - [Get a developer by ID](https://api-reference.oystehr.com/reference/get_developer-id.md): Get the Developer with the provided ID. Developer accounts are used to log into the [Developer Console](https://console.oystehr.com/) and administrate [Projects](https://docs.oystehr.com/oystehr/services/project/). [Developers](https://docs.oystehr.com/oystehr/services/iam/developers/) are the only people who can belong to and act across multiple Projects, because they exist above the Project level. Access Policy Action: `IAM:GetDeveloper` Access Policy Resource: `IAM:Developer` - [Update a developer](https://api-reference.oystehr.com/reference/patch_developer-id.md): Update the Developer with the provided ID. Developer accounts are used to log into the [Developer Console](https://console.oystehr.com/) and administrate [Projects](https://docs.oystehr.com/oystehr/services/project/). [Developers](https://docs.oystehr.com/oystehr/services/iam/developers/) are the only people who can belong to and act across multiple Projects, because they exist above the Project level. Access Policy Action: `IAM:UpdateDeveloper` Access Policy Resource: `IAM:Developer` - [Remove a developer](https://api-reference.oystehr.com/reference/delete_developer-id.md): Remove the Developer with the provided ID from the project. Developer accounts are used to log into the [Developer Console](https://console.oystehr.com/) and administrate [Projects](https://docs.oystehr.com/oystehr/services/project/). [Developers](https://docs.oystehr.com/oystehr/services/iam/developers/) are the only people who can belong to and act across multiple Projects, because they exist above the Project level. Access Policy Action: `IAM:RemoveDeveloper` Access Policy Resource: `IAM:Developer` - [Invite a developer](https://api-reference.oystehr.com/reference/post_developer-invite.md): Invite a new Developer to the Project. Developer accounts are used to log into the [Developer Console](https://console.oystehr.com/) and administrate [Projects](https://docs.oystehr.com/oystehr/services/project/). [Developers](https://docs.oystehr.com/oystehr/services/iam/developers/) are the only people who can belong to and act across multiple Projects, because they exist above the Project level. Access Policy Action: `IAM:InviteDeveloper` Access Policy Resource: `IAM:Developer` - [Get all developers](https://api-reference.oystehr.com/reference/get_developer.md): DEPRECATED. Please use [v2/list](https://api-reference.oystehr.com/reference/get_developer-v2-list) instead. Get a list of all Developers who are part of the Project. Developer accounts are used to log into the [Developer Console](https://console.oystehr.com/) and administrate [Projects](https://docs.oystehr.com/oystehr/services/project/). [Developers](https://docs.oystehr.com/oystehr/services/iam/developers/) are the only people who can belong to and act across multiple Projects, because they exist above the Project level. Access Policy Action: `IAM:ListAllDevelopers` Access Policy Resource: `IAM:Developer` - [Get developers with pagination](https://api-reference.oystehr.com/reference/get_developer-v2-list.md): Get Developers in the Project with pagination, sort, sort order and filtering. [Users](https://docs.oystehr.com/oystehr/services/app/users/) are the people who log into the [Applications](https://docs.oystehr.com/oystehr/services/app/applications/) you configure for securing the apps you build on top of Oystehr. Access Policy Action: `Project:ListAllUsers` Access Policy Resource: `Project:Settings` - [Create an M2M client](https://api-reference.oystehr.com/reference/post_m2m.md): Create a new M2M Client. [M2M Clients](https://docs.oystehr.com/oystehr/services/iam/m2m-clients) are used to access Oystehr APIs from scripts and server-side code like [Zambda Functions](https://docs.oystehr.com/oystehr/services/zambda). Access Policy Action: `App:CreateM2MClient` Access Policy Resource: `IAM:M2MClient` - [Get all M2M clients](https://api-reference.oystehr.com/reference/get_m2m.md): DEPRECATED. Please use [v2/list](https://api-reference.oystehr.com/reference/get_m2m-v2-list) instead. Get a list of all M2M Clients. [M2M Clients](https://docs.oystehr.com/oystehr/services/iam/m2m-clients) are used to access Oystehr APIs from scripts and server-side code like [Zambda Functions](https://docs.oystehr.com/oystehr/services/zambda). Access Policy Action: `App:ListAllM2MClients` Access Policy Resource: `IAM:M2MClient` - [Get an M2M client](https://api-reference.oystehr.com/reference/get_m2m-id.md): Get the M2M Client with the provided ID. [M2M Clients](https://docs.oystehr.com/oystehr/services/iam/m2m-clients) are used to access Oystehr APIs from scripts and server-side code like [Zambda Functions](https://docs.oystehr.com/oystehr/services/zambda). Access Policy Action: `App:GetM2MClient` Access Policy Resource: `IAM:M2MClient` - [Get calling M2M info](https://api-reference.oystehr.com/reference/get_m2m-me.md): Get information about the calling M2M Client. [M2M Clients](https://docs.oystehr.com/oystehr/services/iam/m2m-clients) are used to access Oystehr APIs from scripts and server-side code like [Zambda Functions](https://docs.oystehr.com/oystehr/services/zambda). Access Policy Action: `App:GetM2MClient` Access Policy Resource: `IAM:M2MClient` - [Delete an M2M client](https://api-reference.oystehr.com/reference/delete_m2m-id.md): Delete the M2M Client with the provided ID. [M2M Clients](https://docs.oystehr.com/oystehr/services/iam/m2m-clients) are used to access Oystehr APIs from scripts and server-side code like [Zambda Functions](https://docs.oystehr.com/oystehr/services/zambda). Access Policy Action: `App:DeleteM2MClient` Access Policy Resource: `IAM:M2MClient` - [Update an M2M client](https://api-reference.oystehr.com/reference/patch_m2m-id.md): Update the M2M Client with the provided ID. [M2M Clients](https://docs.oystehr.com/oystehr/services/iam/m2m-clients) are used to access Oystehr APIs from scripts and server-side code like [Zambda Functions](https://docs.oystehr.com/oystehr/services/zambda). Access Policy Action: `App:UpdateM2MClient` Access Policy Resource: `IAM:M2MClient` - [Rotate an M2M client secret](https://api-reference.oystehr.com/reference/post_m2m-id-rotate-secret.md): Rotate the client secret for the M2M Client with the provided ID. [M2M Clients](https://docs.oystehr.com/oystehr/services/iam/m2m-clients) are used to access Oystehr APIs from scripts and server-side code like [Zambda Functions](https://docs.oystehr.com/oystehr/services/zambda). Access Policy Action: `App:RotateM2MClientSecret` Access Policy Resource: `IAM:M2MClient` - [Get M2M clients with pagination](https://api-reference.oystehr.com/reference/get_m2m-v2-list.md): Get M2M clients in the Project with pagination, sort, sort order and filtering. [M2M Clients](https://docs.oystehr.com/oystehr/services/iam/m2m-clients) are used to access Oystehr APIs from scripts and server-side code like [Zambda Functions](https://docs.oystehr.com/oystehr/services/zambda). Access Policy Action: `App:ListAllM2MClients` Access Policy Resource: `IAM:M2MClient` - [Get a Messaging Services configuration](https://api-reference.oystehr.com/reference/get_messaging-config.md): Get an information about the Messaging services configuration. This information includes phone number, phone number type and also rate limits of each service. - [Create a Conversation](https://api-reference.oystehr.com/reference/post_messaging-conversation.md): Create a new Conversation. [Conversations](https://docs.oystehr.com/oystehr/services/messaging/conversations/) allow you to build multi-channel bi-directional messaging workflows. For example, you might create a Conversation where a provider messages with a patient through a web app, and the patient receives and responds to messages via SMS on their phone. Access Policy Requirements: Action: `Messaging:CreateConversation` Access Policy Resource: `Messaging:Conversation` Action: `FHIR:Create` Access Policy Resource: `FHIR:Encounter` Action: `FHIR:Update` Access Policy Resource: `FHIR:Encounter` - [Get a Conversation Token](https://api-reference.oystehr.com/reference/get_messaging-conversation-token.md): Get a Conversation Token. Conversation Tokens are used to join the Conversation with the Twilio Conversations SDKs. [Conversations](https://docs.oystehr.com/oystehr/services/messaging/conversations/) allow you to build multi-channel bi-directional messaging workflows. For example, you might create a Conversation where a provider messages with a patient through a web app, and the patient receives and responds to messages via SMS on their phone. Access Policy Action: `Messaging:GetConversationToken` Access Policy Resource: `Messaging:Conversation`. - [Add a participant to a Conversation](https://api-reference.oystehr.com/reference/post_messaging-conversation-conversationid-participant.md): Add a participant to a Conversation. [Conversations](https://docs.oystehr.com/oystehr/services/messaging/conversations/) allow you to build multi-channel bi-directional messaging workflows. For example, you might create a Conversation where a provider messages with a patient through a web app, and the patient receives and responds to messages via SMS on their phone. Access Policy Requirements: Action: `Messaging:ConversationAddParticipant` Access Policy Resource: `Messaging:Conversation` Action: `FHIR:Read` Access Policy Resource: `FHIR:Encounter` Action: `FHIR:Update` Access Policy Resource: `FHIR:Encounter` - [Remove a participant from a Conversation](https://api-reference.oystehr.com/reference/delete_messaging-conversation-conversationid-participant.md): Remove a participant from a Conversation. [Conversations](https://docs.oystehr.com/oystehr/services/messaging/conversations/) allow you to build multi-channel bi-directional messaging workflows. For example, you might create a Conversation where a provider messages with a patient through a web app, and the patient receives and responds to messages via SMS on their phone. Access Policy Requirements: Action: `Messaging:ConversationRemoveParticipant` Access Policy Resource: `Messaging:Conversation` Action: `FHIR:Read` Access Policy Resource: `FHIR:Patient`, `FHIR:Practitioner`, or `FHIR:RelatedPerson` - [Send a message to a Conversation](https://api-reference.oystehr.com/reference/post_messaging-conversation-conversationid-message.md): Send a message to a Conversation. [Conversations](https://docs.oystehr.com/oystehr/services/messaging/conversations/) allow you to build multi-channel bi-directional messaging workflows. For example, you might create a Conversation where a provider messages with a patient through a web app, and the patient receives and responds to messages via SMS on their phone. Access Policy Requirements: Action: `Messaging:ConversationSendMessage` Access Policy Resource: `Messaging:Conversation` - [Send a user an SMS](https://api-reference.oystehr.com/reference/post_messaging-transactional-sms-send.md): Send an SMS to any phone number. Oystehr's [Transactional SMS](https://docs.oystehr.com/oystehr/services/messaging/transactional-sms/) feature makes it easy to send a text message to your [Users](https://docs.oystehr.com/oystehr/services/app/users/) with a single API call. You can use this feature to send appointment reminders, prescription refill reminders, discharge information, and more. Access Policy Requirements: Action: `Messaging:SendTransactionalSMS` Access Policy Resource: `Messaging:TransactionalSMS` Action: `FHIR:Create` Access Policy Resource: `FHIR:Communication` Action: `FHIR:Update` Access Policy Resource: `FHIR:Communication` You also need Read access for the resource to which you are sending a message. For example: Action: `FHIR:Read` Access Policy Resource: `FHIR:Patient` - [Set up a new payment method for user](https://api-reference.oystehr.com/reference/post_payment-payment-method-setup.md): Enter a new credit card or other payment method for the user. Access Policy Requirements: Action: `Payment:Setup` Access Policy Resource: `Payment:PaymentMethod` Actions: `FHIR:Read,FHIR:Create,FHIR:Update` Access Policy Resource: `FHIR:Coverage:*` Action: `FHIR:Read,FHIR:Create,FHIR:Update` Access Policy Resource: `FHIR:Account:*` Also need to be able to read the patients' details. For example: Action: `FHIR:Read` Access Policy Resource: `FHIR:Patient` - [Set a specified method as a default for the user](https://api-reference.oystehr.com/reference/post_payment-payment-method-set-default.md): Set a specified payment method for the user as default. Access Policy Requirements: Action: `Payment:SetDefault` Access Policy Resource: `Payment:PaymentMethod` Actions: `FHIR:Read,FHIR:Create,FHIR:Update` Access Policy Resource: `FHIR:Coverage:*` Action: `FHIR:Read,FHIR:Create,FHIR:Update` Access Policy Resource: `FHIR:Account:*` Also need to be able to read the patients' details. For example: Action: `FHIR:Read` Access Policy Resource: `FHIR:Patient` - [Delete payment method as a default for the beneficiary](https://api-reference.oystehr.com/reference/delete_payment-payment-method.md): Delete a specified payment method for the beneficiary. Access Policy Requirements: Action: `Payment:Delete` Access Policy Resource: `Payment:PaymentMethod` Actions: `FHIR:Read,FHIR:Create,FHIR:Update` Access Policy Resource: `FHIR:Coverage:*` Action: `FHIR:Read,FHIR:Create,FHIR:Update` Access Policy Resource: `FHIR:Account:*` Also need to be able to read the patients' details. For example: Action: `FHIR:Read` Access Policy Resource: `FHIR:Patient` - [List all payment methods for the patient](https://api-reference.oystehr.com/reference/post_payment-payment-method-list.md): List all payment methods for the patient. Access Policy Requirements: Action: `Payment:Setup` Access Policy Resource: `Payment:PaymentMethod` Actions: `FHIR:Read,FHIR:Create,FHIR:Update` Access Policy Resource: `FHIR:Coverage:*` Action: `FHIR:Read,FHIR:Create,FHIR:Update` Access Policy Resource: `FHIR:Account:*` Also need to be able to read the patients' details. For example: Action: `FHIR:Read` Access Policy Resource: `FHIR:Patient` - [Issue a charge for a paricutlar encounter.](https://api-reference.oystehr.com/reference/post_payment-charge-issue.md): Charge patient's default payment method for a specified encounter or charge item. Access Policy Requirements: Action: `Payment:Issue` Access Policy Resource: `Payment:Charge` Actions: `FHIR:Read,FHIR:Create,FHIR:Update` Access Policy Resource: `FHIR:ChargeItem:*,`FHIR:PaymentReconciliation:*` Action: `FHIR:Read` Access Policy Resources: `FHIR:Patient:*,FHIR:Encounter:*,FHIR:Coverage:*` - [Retrieve charge status for a paricutlar encounter.](https://api-reference.oystehr.com/reference/post_payment-charge-status.md): Retrieve charge status for a specified encounter or charge item. Access Policy Requirements: Action: `Payment:Status` Access Policy Resource: `Payment:Charge` Actions: `FHIR:Read,FHIR:Create,FHIR:Update` Access Policy Resource: `FHIR:ChargeItem:*,`FHIR:PaymentReconciliation:*` Action: `FHIR:Read` Access Policy Resources: `FHIR:Patient:*,FHIR:Encounter:*,FHIR:Coverage:*` - [Get project settings](https://api-reference.oystehr.com/reference/get_project.md): Get the Project settings for a Project. Developers must specify a [project ID](https://docs.oystehr.com/oystehr/core-documentation/authenticating-api-requests/#x-oystehr-project-id-header) in the header. A Project is the logically-isolated instance of Oystehr that segments your data from other Projects. [Projects](https://docs.oystehr.com/oystehr/services/project/) are completely independent from each other, having their own separate [FHIR store](https://docs.oystehr.com/oystehr/services/fhir/basics/), [Applications](https://docs.oystehr.com/oystehr/services/app/applications/), [Users](https://docs.oystehr.com/oystehr/services/app/users/), etc . Access Policy Action: `Project:GetProjectInfo` Access Policy Resource: `Project:Settings` - [Update project settings](https://api-reference.oystehr.com/reference/patch_project.md): Update the Project settings for the Project that corresponds to the project-id in the request header. A [Project](https://docs.oystehr.com/oystehr/services/project/) is the logically-isolated instance of Oystehr that segments your data from other Projects. Projects are completely independent from each other, having their own separate [FHIR store](https://docs.oystehr.com/oystehr/services/fhir/basics/), [Applications](https://docs.oystehr.com/oystehr/services/app/applications/), [Users](https://docs.oystehr.com/oystehr/services/app/users/), etc . Access Policy Action: `Project:UpdateProjectInfo` Access Policy Resource: `Project:Settings` - [Create a new Role](https://api-reference.oystehr.com/reference/post_iam-role.md): Create a new Role. A [Role](https://docs.oystehr.com/oystehr/services/iam/roles/) defines an access policy that can be assigned to any number of [Developers](https://docs.oystehr.com/oystehr/services/iam/developers/), [Users](https://docs.oystehr.com/oystehr/services/app/users/), and [M2M Clients](https://docs.oystehr.com/oystehr/services/iam/m2m-clients/). Access Policy Action: `IAM:CreateRole` Access Policy Resource: `IAM:Role` - [Get all Roles](https://api-reference.oystehr.com/reference/get_iam-role.md): Get a list of all Roles. A [Role](https://docs.oystehr.com/oystehr/services/iam/roles/) defines an access policy that can be assigned to any number of [Developers](https://docs.oystehr.com/oystehr/services/iam/developers/), [Users](https://docs.oystehr.com/oystehr/services/app/users/), and [M2M Clients](https://docs.oystehr.com/oystehr/services/iam/m2m-clients/). Access Policy Action: `IAM:ListAllRoles` Access Policy Resource: `IAM:Role` - [Get a Role by ID](https://api-reference.oystehr.com/reference/get_iam-role-roleid.md): Get the Role with the provided ID. A [Role](https://docs.oystehr.com/oystehr/services/iam/roles/) defines an access policy that can be assigned to any number of [Developers](https://docs.oystehr.com/oystehr/services/iam/developers/), [Users](https://docs.oystehr.com/oystehr/services/app/users/), and [M2M Clients](https://docs.oystehr.com/oystehr/services/iam/m2m-clients/). Access Policy Action: `IAM:GetRole` Access Policy Resource: `IAM:Role` - [Update a Role](https://api-reference.oystehr.com/reference/patch_iam-role-roleid.md): Update the Role with the provided ID. A [Role](https://docs.oystehr.com/oystehr/services/iam/roles/) defines an access policy that can be assigned to any number of [Developers](https://docs.oystehr.com/oystehr/services/iam/developers/), [Users](https://docs.oystehr.com/oystehr/services/app/users/), and [M2M Clients](https://docs.oystehr.com/oystehr/services/iam/m2m-clients/). Access Policy Action: `IAM:UpdateRole` Access Policy Resource: `IAM:Role` - [Delete a role](https://api-reference.oystehr.com/reference/delete_iam-role-roleid.md): Delete the Role with the provided ID. A [Role](https://docs.oystehr.com/oystehr/services/iam/roles/) defines an access policy that can be assigned to any number of [Developers](https://docs.oystehr.com/oystehr/services/iam/developers/), [Users](https://docs.oystehr.com/oystehr/services/app/users/), and [M2M Clients](https://docs.oystehr.com/oystehr/services/iam/m2m-clients/). Access Policy Action: `IAM:DeleteRole` Access Policy Resource: `IAM:Role` Will fail if any entities hold the Role or if Role is assigned as the default patient role for the project - [Create secret](https://api-reference.oystehr.com/reference/post_secret.md): Create a secret for a project. If the secret is already defined, update it. Access Policy Action: `Zambda:CreateSecret` Access Policy Resource: `Zambda:Secret` - [Get all Secrets](https://api-reference.oystehr.com/reference/get_secret.md): Get a list of all secrets in the Project. Access Policy Action: `Zambda:ListAllSecrets` Access Policy Resource: `Zambda:Secret` - [Get a Secret](https://api-reference.oystehr.com/reference/get_secret-name.md): Get the secret with the provided name. Access Policy Action: `Zambda:GetSecret` Access Policy Resource: `Zambda:Secret` - [Delete a Secret](https://api-reference.oystehr.com/reference/delete_secret-name.md): Delete the secret with the provided name. Access Policy Action: `Zambda:DeleteSecret` Access Policy Resource: `Zambda:Secret` - [Create a telemedicine video meeting](https://api-reference.oystehr.com/reference/post_telemed-v2-meeting.md): Create a [telemedicine video meeting](https://docs.oystehr.com/oystehr/services/telemed/). Access Policy Requirements: Action: `Telemed:CreateMeeting` Access Policy Resource: `Telemed:Meeting` Action: `FHIR:Create` Access Policy Resource: `FHIR:Encounter` Action: `FHIR:Update` Access Policy Resource: `FHIR:Encounter` - [Join a video meeting](https://api-reference.oystehr.com/reference/get_telemed-v2-meeting-encounterid-join.md): Get Meeting and Attendee objects necessary to join a telemedicine video meeting. Access Policy Requirements: Action: `Telemed:JoinMeeting` Access Policy Resource: `Telemed:Meeting` To use M2M token to join as anonymous user: Action: `Telemed:AddAnonymousToMeeting` Access Policy Resource: `Telemed:Meeting` - [End a telemedicine video meeting](https://api-reference.oystehr.com/reference/delete_telemed-v2-meeting-encounterid.md): Immediately end an active telemedicine video meeting. The caller must be a participant of the Encounter. Ending the meeting triggers the downstream recording pipeline without waiting for the room to time out, making audio recordings and transcriptions available much sooner after the call. Access Policy Requirements: Action: `Telemed:EndMeeting` Access Policy Resource: `Telemed:Meeting` - [Get yourself](https://api-reference.oystehr.com/reference/get_user-me-1.md): Get your own User details. [Users](https://docs.oystehr.com/oystehr/services/app/users/) are the people who log into the [Applications](https://docs.oystehr.com/oystehr/services/app/applications/) you configure for securing the apps you build on top of Oystehr. Fetch details about the calling User. This endpoint has no access policy requirements, it is available to all authenticated Users. - [Get a User by ID](https://api-reference.oystehr.com/reference/get_user-id.md): Get the User with the provided ID. [Users](https://docs.oystehr.com/oystehr/services/app/users/) are the people who log into the [Applications](https://docs.oystehr.com/oystehr/services/app/applications/) you configure for securing the apps you build on top of Oystehr. Access Policy Action: `App:GetUser` Access Policy Resource: `App:User` - [Update a specific user](https://api-reference.oystehr.com/reference/patch_user-id.md): Update the User with the provided ID. [Users](https://docs.oystehr.com/oystehr/services/app/users/) are the people who log into the [Applications](https://docs.oystehr.com/oystehr/services/app/applications/) you configure for securing the apps you build on top of Oystehr. Access Policy Action: `App:UpdateUser` Access Policy Resource: `App:User` - [Delete a specific user](https://api-reference.oystehr.com/reference/delete_user-id.md): Delete the User with the provided ID. [Users](https://docs.oystehr.com/oystehr/services/app/users/) are the people who log into the [Applications](https://docs.oystehr.com/oystehr/services/app/applications/) you configure for securing the apps you build on top of Oystehr. Access Policy Action: `App:DeleteUser` Access Policy Resource: `App:User` - [Invite a User](https://api-reference.oystehr.com/reference/post_user-invite.md): Invite a User to the Project. [Users](https://docs.oystehr.com/oystehr/services/app/users/) are the people who log into the [Applications](https://docs.oystehr.com/oystehr/services/app/applications/) you configure for securing the apps you build on top of Oystehr. Access Policy Action: `App:CreateUser` Access Policy Resource: `App:User` - [Reset a User's MFA by ID](https://api-reference.oystehr.com/reference/post_user-id-reset-mfa.md): Reset MFA for the User with the provided ID. [Users](https://docs.oystehr.com/oystehr/services/app/users/) are the people who log into the [Applications](https://docs.oystehr.com/oystehr/services/app/applications/) you configure for securing the apps you build on top of Oystehr. Access Policy Action: `App:ResetUserMFA` Access Policy Resource: `App:User` - [Get all users](https://api-reference.oystehr.com/reference/get_user.md): DEPRECATED. Please use [v2/list](https://api-reference.oystehr.com/reference/get_user-v2-list) instead. Get all Users in the Project. [Users](https://docs.oystehr.com/oystehr/services/app/users/) are the people who log into the [Applications](https://docs.oystehr.com/oystehr/services/app/applications/) you configure for securing the apps you build on top of Oystehr. Access Policy Action: `App:ListAllUsers` Access Policy Resource: `App:User` - [Create a password reset link for a User by ID](https://api-reference.oystehr.com/reference/post_user-id-reset-password-link.md): Creates a password reset link for the User with the provided ID. [Users](https://docs.oystehr.com/oystehr/services/app/users/) are the people who log into the [Applications](https://docs.oystehr.com/oystehr/services/app/applications/) you configure for securing the apps you build on top of Oystehr. Access Policy Action: `App:GetUserPasswordResetLink` Access Policy Resource: `App:User` - [Get users with pagination](https://api-reference.oystehr.com/reference/get_user-v2-list.md): Get Users in the Project with pagination, sort, sort order and filtering. [Users](https://docs.oystehr.com/oystehr/services/app/users/) are the people who log into the [Applications](https://docs.oystehr.com/oystehr/services/app/applications/) you configure for securing the apps you build on top of Oystehr. Access Policy Action: `Project:ListAllUsers` Access Policy Resource: `Project:Settings` - [Change password for a User by ID](https://api-reference.oystehr.com/reference/post_user-id-change-password.md): Automatically changes the password for the User with the provided ID. [Users](https://docs.oystehr.com/oystehr/services/app/users/) are the people who log into the [Applications](https://docs.oystehr.com/oystehr/services/app/applications/) you configure for securing the apps you build on top of Oystehr. Access Policy Action: `App:ChangeUserPassword` Access Policy Resource: `App:User` - [Get project API version](https://api-reference.oystehr.com/reference/get_version-1.md): Get project API version. This endpoint is public so there are no access policy requirements. - [List all Z3 Buckets](https://api-reference.oystehr.com/reference/get_z3.md): List all Z3 Buckets. [Z3](https://docs.oystehr.com/oystehr/services/z3/) is Oystehr's built-in and fully integrated solution for file storage. Access Policy Action: `Z3:ListBuckets` Access Policy Resource: `Z3:BucketName` - [Create a Z3 Bucket](https://api-reference.oystehr.com/reference/put_z3-bucketname.md): Create a Z3 Bucket with the provided name. [Z3](https://docs.oystehr.com/oystehr/services/z3/) is Oystehr's built-in and fully integrated solution for file storage. Access Policy Action: `Z3:CreateBucket` Access Policy Resource: `Z3:*` - [Delete a Z3 Bucket](https://api-reference.oystehr.com/reference/delete_z3-bucketname.md): Delete the Z3 Bucket with the provided name. [Z3](https://docs.oystehr.com/oystehr/services/z3/) is Oystehr's built-in and fully integrated solution for file storage. Access Policy Action: `Z3:DeleteBucket` Access Policy Resource: `Z3:BucketName` - [List Z3 Objects in a Bucket](https://api-reference.oystehr.com/reference/get_z3-bucketname-objectpath.md): List all Z3 Objects at the provided path in the Bucket with the provided name [Z3](https://docs.oystehr.com/oystehr/services/z3/) is Oystehr's built-in and fully integrated solution for file storage. Access Policy Action: `Z3:ListObjects` Access Policy Resource: `Z3:BucketName:ObjectPath` - [Empty a Z3 Bucket](https://api-reference.oystehr.com/reference/delete_z3-bucketname-objects.md): Recursively delete all Z3 Objects in the Bucket with the provided name. [Z3](https://docs.oystehr.com/oystehr/services/z3/) is Oystehr's built-in and fully integrated solution for file storage. Access Policy Action: `Z3:EmptyBucket` Access Policy Resource: `Z3:BucketName` - [Delete a Z3 Object](https://api-reference.oystehr.com/reference/delete_z3-bucketname-objectpath.md): Delete the Z3 Object at the provided path in the Bucket with the provided name. [Z3](https://docs.oystehr.com/oystehr/services/z3/) is Oystehr's built-in and fully integrated solution for file storage. Access Policy Action: `Z3:DeleteObject` Access Policy Resource: `Z3:BucketName:ObjectPath` - [Get a link for uploading or downloading a Z3 Object](https://api-reference.oystehr.com/reference/post_z3-bucketname-objectpath.md): Get a link for downloading or uploading a Z3 Object to the provided path in the Bucket with the provided name. [Z3](https://docs.oystehr.com/oystehr/services/z3/) is Oystehr's built-in and fully integrated solution for file storage. Access Policy Action: `Z3:PutObject` or `Z3:GetObject` Access Policy Resource: `Z3:BucketName:ObjectPath` - [Offboard a fax number](https://api-reference.oystehr.com/reference/post_offboard.md): Offboard a fax number. Oystehr's [offboard](https://docs.oystehr.com/oystehr/services/fax/number/) feature makes it easy to stop using the fax service and release the project's assigned fax number with a single API call. Please note there is no way to guarantee getting the same number back again, so if you think this can break your project in any way we recommend not offboarding and avoid sending faxes until you're sure. Access Policy Requirements: Action: `Fax:Offboard` Access Policy Resource: `Fax:Number` - [Onboard a fax number](https://api-reference.oystehr.com/reference/post_onboard.md): Onboard a fax number. Oystehr's [onboard](https://docs.oystehr.com/oystehr/services/fax/number/) feature makes it easy to start using the fax service and purchase a new fax number for your project with a single API call. Access Policy Requirements: Action: `Fax:Onboard` Access Policy Resource: `Fax:Number` - [Send a fax](https://api-reference.oystehr.com/reference/post_send.md): Send a fax. Oystehr's [fax sending](https://docs.oystehr.com/oystehr/services/fax/send/) feature makes it easy to send a fax to a chosen recipient with a single API call. You can use this feature to send referrals, medical records, prescriptions, and other documents that require fax transmission e.g. for HIPAA compliance. Access Policy Requirements: Action: `Fax:Send` Access Policy Resource: `Fax:Fax` - [Get fax service configuration](https://api-reference.oystehr.com/reference/get_config-1.md): Get fax service configuration. Access Policy Requirements: Action: `Fax:GetConfiguration` Access Policy Resource: `Fax:Configuration` - [Get Routes](https://api-reference.oystehr.com/reference/get_route.md): Gets a list of Routes associated with the project. Returns an empty list if no Routes are found. Access Policy Requirements: Action: `Lab:GetRoutes` Access Policy Resource: `Lab:Route` - [Create a Route](https://api-reference.oystehr.com/reference/post_route.md): Create a route. A Route represents that a lab and particular customer have a relationship, and a Route is necessary to submit an order to a lab. See [Route](https://docs.oystehr.com/oystehr/services/lab/onboarding-a-lab/#create-route) for more details. Access Policy Requirements: Action: `Lab:CreateRoute` Access Policy Resource: `Lab:Route` - [Delete a Route](https://api-reference.oystehr.com/reference/delete_route-routeguid.md): Delete a route. Deleting a Route will permanently remove the `routeGuid`. Orders can no longer be submitted to this lab until a new Route is created. See [Route](https://docs.oystehr.com/oystehr/services/lab/onboarding-a-lab/#delete-route) for more details. Access Policy Requirements: Action: `Lab:DeleteRoute` Access Policy Resource: `Lab:Route` - [Get single Route](https://api-reference.oystehr.com/reference/get_route-routeguid.md): Gets a Route associated with the project by specified Guid. Access Policy Requirements: Action: `Lab:GetSingleRoute` Access Policy Resource: `Lab:Route` - [Search for orderable items](https://api-reference.oystehr.com/reference/get_orderableitem.md): Returns list of active orderable items for the latest compendium version. Page size is default 25 and max 100 items. See [orderable item Search](https://docs.oystehr.com/oystehr/services/lab/explore-the-compendium/#orderable-item-search) for more details. Access Policy Requirements: Action: `Lab:SearchOrderableItems` Access Policy Resource: `Lab:OrderableItem` - [Get AOE Questionnaire](https://api-reference.oystehr.com/reference/get_canonical-questionnaire-lab-labguid-compendium-compendiumversion-item-itemcode-questionnaire.md): Retrieve the AOE (Answer on Entry) Questionnaire for the given orderable item. The orderable item is defined by its labGuid, compendiumVersion, and itemCode. See [AOE](https://docs.oystehr.com/oystehr/services/lab/explore-the-compendium/#AOE) for more details. Access Policy Requirements: Action: `Lab:SearchOrderableItems` Access Policy Resource: `Lab:OrderableItem` - [Submit a lab order](https://api-reference.oystehr.com/reference/post_submit.md): Submit a lab order. Oystehr's [Submit Lab](https://docs.oystehr.com/oystehr/services/lab/submit-an-order/) feature allows users to submit an order consisting of one or more well-configured ServiceRequests to an external lab. In order to successfully submit an order, a [Route](https://docs.oystehr.com/oystehr/services/lab/onboarding-a-lab/#create-route) to and Organization representing that lab must exist. If the lab requires its own requisition document (eReq) or an Advance Beneficiary Notice (ABN), the appropriate DocumentReferences will be included in the response. Access Policy Requirements: Action: `Lab:SubmitOrder` Access Policy Resource: `Lab:Order` - [Search for allergens](https://api-reference.oystehr.com/reference/get_allergen.md): Search for allergens. Action: `eRx:SearchAllergen` Access Policy Resource: `eRx:Allergen` - [Search for medications](https://api-reference.oystehr.com/reference/get_medication-1.md): Search for medications. Action: `eRx:SearchMedication` Access Policy Resource: `eRx:Medication` - [Check for drug-allergy interactions](https://api-reference.oystehr.com/reference/get_patient-patientid-interactions-allergy.md): Check for drug-allergy interactions for a patient. This endpoint requires the patient's allergies to be synced with the upstream eRx provider. Action: `eRx:Check` Access Policy Resource: `eRx:Interaction` - [Get project configuration](https://api-reference.oystehr.com/reference/get_config.md): Get eRx configuration for project. Action: `eRx:GetConfiguration` Access Policy Resource: `eRx:Configuration` - [Retrieve information about a medication](https://api-reference.oystehr.com/reference/get_medication-details.md): Get full medication details. Action: `eRx:GetMedication` Access Policy Resource: `eRx:Medication` - [Check for drug-drug interactions](https://api-reference.oystehr.com/reference/get_patient-patientid-interactions-medication.md): Check for drug-drug interactions for a patient. This endpoint requires the patient's medications to be synced with the upstream eRx provider. Action: `eRx:Check` Access Policy Resource: `eRx:Interaction` - [Check for drug-allergy and drug-drug interactions with a specific drug](https://api-reference.oystehr.com/reference/get_patient-patientid-interactions-precheck-drugid.md): Check for drug-allergy and drug-drug interactions with a specific drug for a patient. This endpoint requires the patient's allergies and medications to be synced with the upstream eRx provider. Action: `eRx:Check` Access Policy Resource: `eRx:Interaction` - [Sync patient data with upstream eRx provider](https://api-reference.oystehr.com/reference/post_patient-patientid-sync.md): Syncs demographic, allergy, and medication data for a patient with the upstream eRx provider. Action: `eRx:SyncPatient` Access Policy Resource: `eRx:Patient` - [Cancel patient's prescription](https://api-reference.oystehr.com/reference/delete_patient-patientid-prescriptions-medicationrequestid.md): Cancel prescription for patient. Action: `eRx:CancelPrescription` Access Policy Resource: `eRx:Prescription` - [Create an SSO link for a practitioner](https://api-reference.oystehr.com/reference/get_practitioner-connect.md): Create an SSO link for a practitioner. This link can be used to log in to the eRx service as the specified practitioner. Action: `eRx:Connect` Access Policy Resource: `eRx:SSO` - [Add pharmacy to patient in upstream eRx provider](https://api-reference.oystehr.com/reference/post_patient-patientid-pharmacies.md): Adds pharmacy for a patient with the upstream eRx provider, setting it as primary if specified. Action: `eRx:AddPatientPharmacy` Access Policy Resource: `eRx:Patient` - [Get medication history](https://api-reference.oystehr.com/reference/get_patient-patientid-medication-history.md): Retrieve claims-based medication history for a patient. This endpoint requires the patient to be synced with the upstream eRx provider. Action: `eRx:GetMedicationHistory` Access Policy Resource: `eRx:Patient` - [Check eRx enrollment and notifications for a practitioner](https://api-reference.oystehr.com/reference/get_practitioner-practitionerid.md): Check eRx enrollment and notifications for a practitioner. Action: `eRx:Read` Access Policy Resource: `eRx:Enrollment` - [Enroll a practitioner in eRx](https://api-reference.oystehr.com/reference/post_practitioner-practitionerid.md): Enroll a practitioner in the eRx service. Action: `eRx:Create` Access Policy Resource: `eRx:Enrollment` - [Search pharmacies](https://api-reference.oystehr.com/reference/get_pharmacy.md): Search for pharmacies by a variety of criteria. Action: `eRx:SearchPharmacy` Access Policy Resource: `eRx:Pharmacy` - [Unenroll a practitioner from eRx](https://api-reference.oystehr.com/reference/delete_practitioner-practitionerid.md): Unenroll a practitioner from the eRx service. Action: `eRx:Delete` Access Policy Resource: `eRx:Enrollment` - [Get pharmacy by ID](https://api-reference.oystehr.com/reference/get_pharmacy-pharmacyid.md): Get a pharmacy by its eRx pharmacy ID. Action: `eRx:GetPharmacy` Access Policy Resource: `eRx:Pharmacy` - [Search CPT codes](https://api-reference.oystehr.com/reference/get_cpt-search.md): Search CPT (Current Procedural Terminology) codes by code or description. Supports exact matches, prefix searches, and full-text search with BM25 ranking. Access Policy Action: `Terminology:SearchCodes` Access Policy Resource: `Terminology:Code:*` - [Search HCPCS codes](https://api-reference.oystehr.com/reference/get_hcpcs-search.md): Search HCPCS (Healthcare Common Procedure Coding System) Level II codes by code or description. Supports exact matches, prefix searches, and full-text search with BM25 ranking. Access Policy Action: `Terminology:SearchCodes` Access Policy Resource: `Terminology:Code:*` - [Search ICD-10-CM codes](https://api-reference.oystehr.com/reference/get_icd10-search.md): Search ICD-10-CM (International Classification of Diseases, 10th Revision, Clinical Modification) diagnosis codes by code or description. Only billable (leaf-node) codes are returned, including codes expanded with their required seventh character. Supports exact matches, prefix searches, and full-text search with BM25 ranking. Access Policy Action: `Terminology:SearchCodes` Access Policy Resource: `Terminology:Code:*` - [Search Accounts](https://api-reference.oystehr.com/reference/get_account.md): **[Account on the FHIR specification website.](https://www.hl7.org/fhir/r4b/account.html)** A financial tool for tracking value accrued for a particular purpose. In the healthcare field, used to track charges for a patient, cost centers, etc. - [Create a new Account](https://api-reference.oystehr.com/reference/post_account.md): **[Account on the FHIR specification website.](https://www.hl7.org/fhir/r4b/account.html)** A financial tool for tracking value accrued for a particular purpose. In the healthcare field, used to track charges for a patient, cost centers, etc. The body should be a valid FHIR object for Account. Here is an example: ```json { "resourceType": "Account", "id": "ewg", "text": { "status": "generated", "div": "
Inpatient Admission for Peter James Chalmers Account
" }, "identifier": [ { "system": "urn:oid:0.1.2.3.4.5.6.7", "value": "654321" } ], "status": "active", "type": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode", "code": "PBILLACCT", "display": "patient billing account" } ], "text": "patient" }, "name": "Inpatient: Peter James Chalmers", "subject": [ { "reference": "Patient/example", "display": "Peter James Chalmers" } ], "servicePeriod": { "start": "2016-01-01", "end": "2016-06-30" }, "coverage": [ { "coverage": { "reference": "Coverage/9876B1" }, "priority": 1 }, { "coverage": { "reference": "Coverage/7546D" }, "priority": 2 } ], "owner": { "reference": "Organization/f001", "display": "Burgers University Medical Center" }, "description": "Hospital charges", "guarantor": [ { "party": { "reference": "RelatedPerson/benedicte", "display": "Bénédicte du Marché" }, "onHold": false, "period": { "start": "2016-01-01" } } ] } ``` You can reference the FHIR documentation to determine the format for [`Account`](https://www.hl7.org/fhir/r4b/Account.html). - [Search Accounts](https://api-reference.oystehr.com/reference/post_account-search.md): **[Account on the FHIR specification website.](https://www.hl7.org/fhir/r4b/account.html)** A financial tool for tracking value accrued for a particular purpose. In the healthcare field, used to track charges for a patient, cost centers, etc. - [Get Account with identifier {identifier}](https://api-reference.oystehr.com/reference/get_account-identifier.md): **[Account on the FHIR specification website.](https://www.hl7.org/fhir/r4b/account.html)** A financial tool for tracking value accrued for a particular purpose. In the healthcare field, used to track charges for a patient, cost centers, etc. - [Update Account with identifier {identifier}](https://api-reference.oystehr.com/reference/put_account-identifier.md): **[Account on the FHIR specification website.](https://www.hl7.org/fhir/r4b/account.html)** A financial tool for tracking value accrued for a particular purpose. In the healthcare field, used to track charges for a patient, cost centers, etc. The body should be a valid FHIR object for Account. Here is an example: ```json { "resourceType": "Account", "id": "ewg", "text": { "status": "generated", "div": "
Inpatient Admission for Peter James Chalmers Account
" }, "identifier": [ { "system": "urn:oid:0.1.2.3.4.5.6.7", "value": "654321" } ], "status": "active", "type": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode", "code": "PBILLACCT", "display": "patient billing account" } ], "text": "patient" }, "name": "Inpatient: Peter James Chalmers", "subject": [ { "reference": "Patient/example", "display": "Peter James Chalmers" } ], "servicePeriod": { "start": "2016-01-01", "end": "2016-06-30" }, "coverage": [ { "coverage": { "reference": "Coverage/9876B1" }, "priority": 1 }, { "coverage": { "reference": "Coverage/7546D" }, "priority": 2 } ], "owner": { "reference": "Organization/f001", "display": "Burgers University Medical Center" }, "description": "Hospital charges", "guarantor": [ { "party": { "reference": "RelatedPerson/benedicte", "display": "Bénédicte du Marché" }, "onHold": false, "period": { "start": "2016-01-01" } } ] } ``` You can reference the FHIR documentation to determine the format for [`Account`](https://www.hl7.org/fhir/r4b/Account.html). - [Patch Account with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_account-identifier.md): **[Account on the FHIR specification website.](https://www.hl7.org/fhir/r4b/account.html)** A financial tool for tracking value accrued for a particular purpose. In the healthcare field, used to track charges for a patient, cost centers, etc. The body should be a list of valid JSON patches for Account. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete Account with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_account-identifier.md): **[Account on the FHIR specification website.](https://www.hl7.org/fhir/r4b/account.html)** A financial tool for tracking value accrued for a particular purpose. In the healthcare field, used to track charges for a patient, cost centers, etc. - [Get history of Account with identifier {identifier}](https://api-reference.oystehr.com/reference/get_account-identifier-history.md): **[Account on the FHIR specification website.](https://www.hl7.org/fhir/r4b/account.html)** A financial tool for tracking value accrued for a particular purpose. In the healthcare field, used to track charges for a patient, cost centers, etc. - [Get Account with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_account-identifier-history-versionidentifier.md): **[Account on the FHIR specification website.](https://www.hl7.org/fhir/r4b/account.html)** A financial tool for tracking value accrued for a particular purpose. In the healthcare field, used to track charges for a patient, cost centers, etc. - [Search ActivityDefinitions](https://api-reference.oystehr.com/reference/get_activitydefinition.md): **[ActivityDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/activitydefinition.html)** This resource allows for the definition of some activity to be performed, independent of a particular patient, practitioner, or other performance context. - [Create a new ActivityDefinition](https://api-reference.oystehr.com/reference/post_activitydefinition.md): **[ActivityDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/activitydefinition.html)** This resource allows for the definition of some activity to be performed, independent of a particular patient, practitioner, or other performance context. The body should be a valid FHIR object for ActivityDefinition. Here is an example: ```json { "resourceType": "ActivityDefinition", "id": "blood-tubes-supply", "text": { "status": "generated", "div": "
\n
" }, "status": "draft", "description": "10 Blood collect tubes blue cap", "purpose": "Describes a request for 10 Blood collection tubes with blue caps.", "usage": "This activity definition is used as the definition of a supply request to resupply blood collection tubes. Elements that apply universally are defined here, while elements that apply to the specific setting of a referral within a particular order set are defined in the order set.", "kind": "SupplyRequest", "code": { "coding": [ { "code": "BlueTubes", "display": "Blood collect tubes blue cap" } ] }, "quantity": { "value": 10 }, "transform": "StructureMap/supplyrequest-transform" } ``` You can reference the FHIR documentation to determine the format for [`ActivityDefinition`](https://www.hl7.org/fhir/r4b/ActivityDefinition.html). - [Search ActivityDefinitions](https://api-reference.oystehr.com/reference/post_activitydefinition-search.md): **[ActivityDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/activitydefinition.html)** This resource allows for the definition of some activity to be performed, independent of a particular patient, practitioner, or other performance context. - [Get ActivityDefinition with identifier {identifier}](https://api-reference.oystehr.com/reference/get_activitydefinition-identifier.md): **[ActivityDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/activitydefinition.html)** This resource allows for the definition of some activity to be performed, independent of a particular patient, practitioner, or other performance context. - [Update ActivityDefinition with identifier {identifier}](https://api-reference.oystehr.com/reference/put_activitydefinition-identifier.md): **[ActivityDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/activitydefinition.html)** This resource allows for the definition of some activity to be performed, independent of a particular patient, practitioner, or other performance context. The body should be a valid FHIR object for ActivityDefinition. Here is an example: ```json { "resourceType": "ActivityDefinition", "id": "blood-tubes-supply", "text": { "status": "generated", "div": "
\n
" }, "status": "draft", "description": "10 Blood collect tubes blue cap", "purpose": "Describes a request for 10 Blood collection tubes with blue caps.", "usage": "This activity definition is used as the definition of a supply request to resupply blood collection tubes. Elements that apply universally are defined here, while elements that apply to the specific setting of a referral within a particular order set are defined in the order set.", "kind": "SupplyRequest", "code": { "coding": [ { "code": "BlueTubes", "display": "Blood collect tubes blue cap" } ] }, "quantity": { "value": 10 }, "transform": "StructureMap/supplyrequest-transform" } ``` You can reference the FHIR documentation to determine the format for [`ActivityDefinition`](https://www.hl7.org/fhir/r4b/ActivityDefinition.html). - [Patch ActivityDefinition with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_activitydefinition-identifier.md): **[ActivityDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/activitydefinition.html)** This resource allows for the definition of some activity to be performed, independent of a particular patient, practitioner, or other performance context. The body should be a list of valid JSON patches for ActivityDefinition. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete ActivityDefinition with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_activitydefinition-identifier.md): **[ActivityDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/activitydefinition.html)** This resource allows for the definition of some activity to be performed, independent of a particular patient, practitioner, or other performance context. - [Get history of ActivityDefinition with identifier {identifier}](https://api-reference.oystehr.com/reference/get_activitydefinition-identifier-history.md): **[ActivityDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/activitydefinition.html)** This resource allows for the definition of some activity to be performed, independent of a particular patient, practitioner, or other performance context. - [Get ActivityDefinition with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_activitydefinition-identifier-history-versionidentifier.md): **[ActivityDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/activitydefinition.html)** This resource allows for the definition of some activity to be performed, independent of a particular patient, practitioner, or other performance context. - [Search AdministrableProductDefinitions](https://api-reference.oystehr.com/reference/get_administrableproductdefinition.md): **[AdministrableProductDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/administrableproductdefinition.html)** A medicinal product in the final form which is suitable for administering to a patient (after any mixing of multiple components, dissolution etc. has been performed). - [Create a new AdministrableProductDefinition](https://api-reference.oystehr.com/reference/post_administrableproductdefinition.md): **[AdministrableProductDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/administrableproductdefinition.html)** A medicinal product in the final form which is suitable for administering to a patient (after any mixing of multiple components, dissolution etc. has been performed). The body should be a valid FHIR object for AdministrableProductDefinition. For example, if creating a [`Slot`](https://www.hl7.org/fhir/r4b/slot.html) resource, here is a valid object: ```json { "resourceType": "Slot", "schedule": { "reference": "schedule/a" }, "status": "free", "start": "2022-08-10T11:00:00Z", "end": "2022-08-10T12:00:00Z" } ``` You can reference the FHIR documentation to determine the format for [`AdministrableProductDefinition`](https://www.hl7.org/fhir/r4b/AdministrableProductDefinition.html). - [Search AdministrableProductDefinitions](https://api-reference.oystehr.com/reference/post_administrableproductdefinition-search.md): **[AdministrableProductDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/administrableproductdefinition.html)** A medicinal product in the final form which is suitable for administering to a patient (after any mixing of multiple components, dissolution etc. has been performed). - [Get AdministrableProductDefinition with identifier {identifier}](https://api-reference.oystehr.com/reference/get_administrableproductdefinition-identifier.md): **[AdministrableProductDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/administrableproductdefinition.html)** A medicinal product in the final form which is suitable for administering to a patient (after any mixing of multiple components, dissolution etc. has been performed). - [Update AdministrableProductDefinition with identifier {identifier}](https://api-reference.oystehr.com/reference/put_administrableproductdefinition-identifier.md): **[AdministrableProductDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/administrableproductdefinition.html)** A medicinal product in the final form which is suitable for administering to a patient (after any mixing of multiple components, dissolution etc. has been performed). The body should be a valid FHIR object for AdministrableProductDefinition. For example, if updating a [`Slot`](https://www.hl7.org/fhir/r4b/slot.html) resource, here is a valid object: ```json { "resourceType": "Slot", "schedule": { "reference": "schedule/a" }, "status": "free", "start": "2022-08-10T11:00:00Z", "end": "2022-08-10T12:00:00Z" } ``` You can reference the FHIR documentation to determine the format for [`AdministrableProductDefinition`](https://www.hl7.org/fhir/r4b/AdministrableProductDefinition.html). - [Patch AdministrableProductDefinition with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_administrableproductdefinition-identifier.md): **[AdministrableProductDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/administrableproductdefinition.html)** A medicinal product in the final form which is suitable for administering to a patient (after any mixing of multiple components, dissolution etc. has been performed). The body should be a list of valid JSON patches for AdministrableProductDefinition. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete AdministrableProductDefinition with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_administrableproductdefinition-identifier.md): **[AdministrableProductDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/administrableproductdefinition.html)** A medicinal product in the final form which is suitable for administering to a patient (after any mixing of multiple components, dissolution etc. has been performed). - [Get history of AdministrableProductDefinition with identifier {identifier}](https://api-reference.oystehr.com/reference/get_administrableproductdefinition-identifier-history.md): **[AdministrableProductDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/administrableproductdefinition.html)** A medicinal product in the final form which is suitable for administering to a patient (after any mixing of multiple components, dissolution etc. has been performed). - [Get AdministrableProductDefinition with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_administrableproductdefinition-identifier-history-versionidentifier.md): **[AdministrableProductDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/administrableproductdefinition.html)** A medicinal product in the final form which is suitable for administering to a patient (after any mixing of multiple components, dissolution etc. has been performed). - [Search AdverseEvents](https://api-reference.oystehr.com/reference/get_adverseevent.md): **[AdverseEvent on the FHIR specification website.](https://www.hl7.org/fhir/r4b/adverseevent.html)** Actual or potential/avoided event causing unintended physical injury resulting from or contributed to by medical care, a research study or other healthcare setting factors that requires additional monitoring, treatment, or hospitalization, or that results in death. - [Create a new AdverseEvent](https://api-reference.oystehr.com/reference/post_adverseevent.md): **[AdverseEvent on the FHIR specification website.](https://www.hl7.org/fhir/r4b/adverseevent.html)** Actual or potential/avoided event causing unintended physical injury resulting from or contributed to by medical care, a research study or other healthcare setting factors that requires additional monitoring, treatment, or hospitalization, or that results in death. The body should be a valid FHIR object for AdverseEvent. For example, if creating a [`Slot`](https://www.hl7.org/fhir/r4b/slot.html) resource, here is a valid object: ```json { "resourceType": "Slot", "schedule": { "reference": "schedule/a" }, "status": "free", "start": "2022-08-10T11:00:00Z", "end": "2022-08-10T12:00:00Z" } ``` You can reference the FHIR documentation to determine the format for [`AdverseEvent`](https://www.hl7.org/fhir/r4b/AdverseEvent.html). - [Search AdverseEvents](https://api-reference.oystehr.com/reference/post_adverseevent-search.md): **[AdverseEvent on the FHIR specification website.](https://www.hl7.org/fhir/r4b/adverseevent.html)** Actual or potential/avoided event causing unintended physical injury resulting from or contributed to by medical care, a research study or other healthcare setting factors that requires additional monitoring, treatment, or hospitalization, or that results in death. - [Get AdverseEvent with identifier {identifier}](https://api-reference.oystehr.com/reference/get_adverseevent-identifier.md): **[AdverseEvent on the FHIR specification website.](https://www.hl7.org/fhir/r4b/adverseevent.html)** Actual or potential/avoided event causing unintended physical injury resulting from or contributed to by medical care, a research study or other healthcare setting factors that requires additional monitoring, treatment, or hospitalization, or that results in death. - [Update AdverseEvent with identifier {identifier}](https://api-reference.oystehr.com/reference/put_adverseevent-identifier.md): **[AdverseEvent on the FHIR specification website.](https://www.hl7.org/fhir/r4b/adverseevent.html)** Actual or potential/avoided event causing unintended physical injury resulting from or contributed to by medical care, a research study or other healthcare setting factors that requires additional monitoring, treatment, or hospitalization, or that results in death. The body should be a valid FHIR object for AdverseEvent. For example, if updating a [`Slot`](https://www.hl7.org/fhir/r4b/slot.html) resource, here is a valid object: ```json { "resourceType": "Slot", "schedule": { "reference": "schedule/a" }, "status": "free", "start": "2022-08-10T11:00:00Z", "end": "2022-08-10T12:00:00Z" } ``` You can reference the FHIR documentation to determine the format for [`AdverseEvent`](https://www.hl7.org/fhir/r4b/AdverseEvent.html). - [Patch AdverseEvent with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_adverseevent-identifier.md): **[AdverseEvent on the FHIR specification website.](https://www.hl7.org/fhir/r4b/adverseevent.html)** Actual or potential/avoided event causing unintended physical injury resulting from or contributed to by medical care, a research study or other healthcare setting factors that requires additional monitoring, treatment, or hospitalization, or that results in death. The body should be a list of valid JSON patches for AdverseEvent. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete AdverseEvent with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_adverseevent-identifier.md): **[AdverseEvent on the FHIR specification website.](https://www.hl7.org/fhir/r4b/adverseevent.html)** Actual or potential/avoided event causing unintended physical injury resulting from or contributed to by medical care, a research study or other healthcare setting factors that requires additional monitoring, treatment, or hospitalization, or that results in death. - [Get history of AdverseEvent with identifier {identifier}](https://api-reference.oystehr.com/reference/get_adverseevent-identifier-history.md): **[AdverseEvent on the FHIR specification website.](https://www.hl7.org/fhir/r4b/adverseevent.html)** Actual or potential/avoided event causing unintended physical injury resulting from or contributed to by medical care, a research study or other healthcare setting factors that requires additional monitoring, treatment, or hospitalization, or that results in death. - [Get AdverseEvent with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_adverseevent-identifier-history-versionidentifier.md): **[AdverseEvent on the FHIR specification website.](https://www.hl7.org/fhir/r4b/adverseevent.html)** Actual or potential/avoided event causing unintended physical injury resulting from or contributed to by medical care, a research study or other healthcare setting factors that requires additional monitoring, treatment, or hospitalization, or that results in death. - [Search AllergyIntolerances](https://api-reference.oystehr.com/reference/get_allergyintolerance.md): **[AllergyIntolerance on the FHIR specification website.](https://www.hl7.org/fhir/r4b/allergyintolerance.html)** Risk of harmful or undesirable, physiological response which is unique to an individual and associated with exposure to a substance. - [Create a new AllergyIntolerance](https://api-reference.oystehr.com/reference/post_allergyintolerance.md): **[AllergyIntolerance on the FHIR specification website.](https://www.hl7.org/fhir/r4b/allergyintolerance.html)** Risk of harmful or undesirable, physiological response which is unique to an individual and associated with exposure to a substance. The body should be a valid FHIR object for AllergyIntolerance. Here is an example: ```json { "resourceType": "AllergyIntolerance", "id": "fishallergy", "text": { "status": "additional", "div": "
\n

allergy is to fresh fish. Tolerates canned fish

\n

recordedDate:2015-08-06T00:00:00-06:00

\n

substance:Fish - dietary (substance)

\n
" }, "identifier": [ { "system": "http://acme.com/ids/patients/risks", "value": "49476535" } ], "clinicalStatus": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical", "code": "active", "display": "Active" } ] }, "verificationStatus": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification", "code": "confirmed", "display": "Confirmed" } ] }, "category": [ "food" ], "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "227037002", "display": "Fish - dietary (substance)" } ], "text": "Allergic to fresh fish. Tolerates canned fish" }, "patient": { "reference": "Patient/example" }, "recordedDate": "2015-08-06T15:37:31-06:00", "recorder": { "reference": "Practitioner/example" } } ``` You can reference the FHIR documentation to determine the format for [`AllergyIntolerance`](https://www.hl7.org/fhir/r4b/AllergyIntolerance.html). - [Search AllergyIntolerances](https://api-reference.oystehr.com/reference/post_allergyintolerance-search.md): **[AllergyIntolerance on the FHIR specification website.](https://www.hl7.org/fhir/r4b/allergyintolerance.html)** Risk of harmful or undesirable, physiological response which is unique to an individual and associated with exposure to a substance. - [Get AllergyIntolerance with identifier {identifier}](https://api-reference.oystehr.com/reference/get_allergyintolerance-identifier.md): **[AllergyIntolerance on the FHIR specification website.](https://www.hl7.org/fhir/r4b/allergyintolerance.html)** Risk of harmful or undesirable, physiological response which is unique to an individual and associated with exposure to a substance. - [Update AllergyIntolerance with identifier {identifier}](https://api-reference.oystehr.com/reference/put_allergyintolerance-identifier.md): **[AllergyIntolerance on the FHIR specification website.](https://www.hl7.org/fhir/r4b/allergyintolerance.html)** Risk of harmful or undesirable, physiological response which is unique to an individual and associated with exposure to a substance. The body should be a valid FHIR object for AllergyIntolerance. Here is an example: ```json { "resourceType": "AllergyIntolerance", "id": "fishallergy", "text": { "status": "additional", "div": "
\n

allergy is to fresh fish. Tolerates canned fish

\n

recordedDate:2015-08-06T00:00:00-06:00

\n

substance:Fish - dietary (substance)

\n
" }, "identifier": [ { "system": "http://acme.com/ids/patients/risks", "value": "49476535" } ], "clinicalStatus": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical", "code": "active", "display": "Active" } ] }, "verificationStatus": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification", "code": "confirmed", "display": "Confirmed" } ] }, "category": [ "food" ], "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "227037002", "display": "Fish - dietary (substance)" } ], "text": "Allergic to fresh fish. Tolerates canned fish" }, "patient": { "reference": "Patient/example" }, "recordedDate": "2015-08-06T15:37:31-06:00", "recorder": { "reference": "Practitioner/example" } } ``` You can reference the FHIR documentation to determine the format for [`AllergyIntolerance`](https://www.hl7.org/fhir/r4b/AllergyIntolerance.html). - [Patch AllergyIntolerance with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_allergyintolerance-identifier.md): **[AllergyIntolerance on the FHIR specification website.](https://www.hl7.org/fhir/r4b/allergyintolerance.html)** Risk of harmful or undesirable, physiological response which is unique to an individual and associated with exposure to a substance. The body should be a list of valid JSON patches for AllergyIntolerance. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete AllergyIntolerance with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_allergyintolerance-identifier.md): **[AllergyIntolerance on the FHIR specification website.](https://www.hl7.org/fhir/r4b/allergyintolerance.html)** Risk of harmful or undesirable, physiological response which is unique to an individual and associated with exposure to a substance. - [Get history of AllergyIntolerance with identifier {identifier}](https://api-reference.oystehr.com/reference/get_allergyintolerance-identifier-history.md): **[AllergyIntolerance on the FHIR specification website.](https://www.hl7.org/fhir/r4b/allergyintolerance.html)** Risk of harmful or undesirable, physiological response which is unique to an individual and associated with exposure to a substance. - [Get AllergyIntolerance with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_allergyintolerance-identifier-history-versionidentifier.md): **[AllergyIntolerance on the FHIR specification website.](https://www.hl7.org/fhir/r4b/allergyintolerance.html)** Risk of harmful or undesirable, physiological response which is unique to an individual and associated with exposure to a substance. - [Search Appointments](https://api-reference.oystehr.com/reference/get_appointment.md): **[Appointment on the FHIR specification website.](https://www.hl7.org/fhir/r4b/appointment.html)** A booking of a healthcare event among patient(s), practitioner(s), related person(s) and/or device(s) for a specific date/time. This may result in one or more Encounter(s). - [Create a new Appointment](https://api-reference.oystehr.com/reference/post_appointment.md): **[Appointment on the FHIR specification website.](https://www.hl7.org/fhir/r4b/appointment.html)** A booking of a healthcare event among patient(s), practitioner(s), related person(s) and/or device(s) for a specific date/time. This may result in one or more Encounter(s). The body should be a valid FHIR object for Appointment. Here is an example: ```json { "resourceType": "Appointment", "id": "2docs", "text": { "status": "generated", "div": "
Brian MRI results discussion
" }, "status": "booked", "serviceCategory": [ { "coding": [ { "system": "http://example.org/service-category", "code": "gp", "display": "General Practice" } ] } ], "serviceType": [ { "coding": [ { "code": "52", "display": "General Discussion" } ] } ], "specialty": [ { "coding": [ { "system": "http://snomed.info/sct", "code": "394814009", "display": "General practice" } ] } ], "appointmentType": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/v2-0276", "code": "WALKIN", "display": "A previously unscheduled walk-in visit" } ] }, "priority": 5, "description": "Discussion about Peter Chalmers MRI results", "supportingInformation": [ { "reference": "DiagnosticReport/ultrasound" } ], "start": "2013-12-09T09:00:00Z", "end": "2013-12-09T11:00:00Z", "comment": "Clarify the results of the MRI to ensure context of test was correct", "participant": [ { "actor": { "reference": "Patient/example", "display": "Peter James Chalmers" }, "required": "information-only", "status": "accepted" }, { "actor": { "reference": "Practitioner/example", "display": "Dr Adam Careful" }, "required": "required", "status": "accepted" }, { "actor": { "reference": "Practitioner/f202", "display": "Luigi Maas" }, "required": "required", "status": "accepted" }, { "actor": { "display": "Phone Call" }, "required": "information-only", "status": "accepted" } ] } ``` You can reference the FHIR documentation to determine the format for [`Appointment`](https://www.hl7.org/fhir/r4b/Appointment.html). - [Search Appointments](https://api-reference.oystehr.com/reference/post_appointment-search.md): **[Appointment on the FHIR specification website.](https://www.hl7.org/fhir/r4b/appointment.html)** A booking of a healthcare event among patient(s), practitioner(s), related person(s) and/or device(s) for a specific date/time. This may result in one or more Encounter(s). - [Get Appointment with identifier {identifier}](https://api-reference.oystehr.com/reference/get_appointment-identifier.md): **[Appointment on the FHIR specification website.](https://www.hl7.org/fhir/r4b/appointment.html)** A booking of a healthcare event among patient(s), practitioner(s), related person(s) and/or device(s) for a specific date/time. This may result in one or more Encounter(s). - [Update Appointment with identifier {identifier}](https://api-reference.oystehr.com/reference/put_appointment-identifier.md): **[Appointment on the FHIR specification website.](https://www.hl7.org/fhir/r4b/appointment.html)** A booking of a healthcare event among patient(s), practitioner(s), related person(s) and/or device(s) for a specific date/time. This may result in one or more Encounter(s). The body should be a valid FHIR object for Appointment. Here is an example: ```json { "resourceType": "Appointment", "id": "2docs", "text": { "status": "generated", "div": "
Brian MRI results discussion
" }, "status": "booked", "serviceCategory": [ { "coding": [ { "system": "http://example.org/service-category", "code": "gp", "display": "General Practice" } ] } ], "serviceType": [ { "coding": [ { "code": "52", "display": "General Discussion" } ] } ], "specialty": [ { "coding": [ { "system": "http://snomed.info/sct", "code": "394814009", "display": "General practice" } ] } ], "appointmentType": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/v2-0276", "code": "WALKIN", "display": "A previously unscheduled walk-in visit" } ] }, "priority": 5, "description": "Discussion about Peter Chalmers MRI results", "supportingInformation": [ { "reference": "DiagnosticReport/ultrasound" } ], "start": "2013-12-09T09:00:00Z", "end": "2013-12-09T11:00:00Z", "comment": "Clarify the results of the MRI to ensure context of test was correct", "participant": [ { "actor": { "reference": "Patient/example", "display": "Peter James Chalmers" }, "required": "information-only", "status": "accepted" }, { "actor": { "reference": "Practitioner/example", "display": "Dr Adam Careful" }, "required": "required", "status": "accepted" }, { "actor": { "reference": "Practitioner/f202", "display": "Luigi Maas" }, "required": "required", "status": "accepted" }, { "actor": { "display": "Phone Call" }, "required": "information-only", "status": "accepted" } ] } ``` You can reference the FHIR documentation to determine the format for [`Appointment`](https://www.hl7.org/fhir/r4b/Appointment.html). - [Patch Appointment with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_appointment-identifier.md): **[Appointment on the FHIR specification website.](https://www.hl7.org/fhir/r4b/appointment.html)** A booking of a healthcare event among patient(s), practitioner(s), related person(s) and/or device(s) for a specific date/time. This may result in one or more Encounter(s). The body should be a list of valid JSON patches for Appointment. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete Appointment with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_appointment-identifier.md): **[Appointment on the FHIR specification website.](https://www.hl7.org/fhir/r4b/appointment.html)** A booking of a healthcare event among patient(s), practitioner(s), related person(s) and/or device(s) for a specific date/time. This may result in one or more Encounter(s). - [Get history of Appointment with identifier {identifier}](https://api-reference.oystehr.com/reference/get_appointment-identifier-history.md): **[Appointment on the FHIR specification website.](https://www.hl7.org/fhir/r4b/appointment.html)** A booking of a healthcare event among patient(s), practitioner(s), related person(s) and/or device(s) for a specific date/time. This may result in one or more Encounter(s). - [Get Appointment with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_appointment-identifier-history-versionidentifier.md): **[Appointment on the FHIR specification website.](https://www.hl7.org/fhir/r4b/appointment.html)** A booking of a healthcare event among patient(s), practitioner(s), related person(s) and/or device(s) for a specific date/time. This may result in one or more Encounter(s). - [Search AppointmentResponses](https://api-reference.oystehr.com/reference/get_appointmentresponse.md): **[AppointmentResponse on the FHIR specification website.](https://www.hl7.org/fhir/r4b/appointmentresponse.html)** A reply to an appointment request for a patient and/or practitioner(s), such as a confirmation or rejection. - [Create a new AppointmentResponse](https://api-reference.oystehr.com/reference/post_appointmentresponse.md): **[AppointmentResponse on the FHIR specification website.](https://www.hl7.org/fhir/r4b/appointmentresponse.html)** A reply to an appointment request for a patient and/or practitioner(s), such as a confirmation or rejection. The body should be a valid FHIR object for AppointmentResponse. Here is an example: ```json { "resourceType": "AppointmentResponse", "id": "example", "text": { "status": "generated", "div": "
Accept Brian MRI results discussion
" }, "appointment": { "reference": "Appointment/example", "display": "Brian MRI results discussion" }, "actor": { "reference": "Patient/example", "display": "Peter James Chalmers" }, "participantStatus": "accepted" } ``` You can reference the FHIR documentation to determine the format for [`AppointmentResponse`](https://www.hl7.org/fhir/r4b/AppointmentResponse.html). - [Search AppointmentResponses](https://api-reference.oystehr.com/reference/post_appointmentresponse-search.md): **[AppointmentResponse on the FHIR specification website.](https://www.hl7.org/fhir/r4b/appointmentresponse.html)** A reply to an appointment request for a patient and/or practitioner(s), such as a confirmation or rejection. - [Get AppointmentResponse with identifier {identifier}](https://api-reference.oystehr.com/reference/get_appointmentresponse-identifier.md): **[AppointmentResponse on the FHIR specification website.](https://www.hl7.org/fhir/r4b/appointmentresponse.html)** A reply to an appointment request for a patient and/or practitioner(s), such as a confirmation or rejection. - [Update AppointmentResponse with identifier {identifier}](https://api-reference.oystehr.com/reference/put_appointmentresponse-identifier.md): **[AppointmentResponse on the FHIR specification website.](https://www.hl7.org/fhir/r4b/appointmentresponse.html)** A reply to an appointment request for a patient and/or practitioner(s), such as a confirmation or rejection. The body should be a valid FHIR object for AppointmentResponse. Here is an example: ```json { "resourceType": "AppointmentResponse", "id": "example", "text": { "status": "generated", "div": "
Accept Brian MRI results discussion
" }, "appointment": { "reference": "Appointment/example", "display": "Brian MRI results discussion" }, "actor": { "reference": "Patient/example", "display": "Peter James Chalmers" }, "participantStatus": "accepted" } ``` You can reference the FHIR documentation to determine the format for [`AppointmentResponse`](https://www.hl7.org/fhir/r4b/AppointmentResponse.html). - [Patch AppointmentResponse with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_appointmentresponse-identifier.md): **[AppointmentResponse on the FHIR specification website.](https://www.hl7.org/fhir/r4b/appointmentresponse.html)** A reply to an appointment request for a patient and/or practitioner(s), such as a confirmation or rejection. The body should be a list of valid JSON patches for AppointmentResponse. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete AppointmentResponse with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_appointmentresponse-identifier.md): **[AppointmentResponse on the FHIR specification website.](https://www.hl7.org/fhir/r4b/appointmentresponse.html)** A reply to an appointment request for a patient and/or practitioner(s), such as a confirmation or rejection. - [Get history of AppointmentResponse with identifier {identifier}](https://api-reference.oystehr.com/reference/get_appointmentresponse-identifier-history.md): **[AppointmentResponse on the FHIR specification website.](https://www.hl7.org/fhir/r4b/appointmentresponse.html)** A reply to an appointment request for a patient and/or practitioner(s), such as a confirmation or rejection. - [Get AppointmentResponse with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_appointmentresponse-identifier-history-versionidentifier.md): **[AppointmentResponse on the FHIR specification website.](https://www.hl7.org/fhir/r4b/appointmentresponse.html)** A reply to an appointment request for a patient and/or practitioner(s), such as a confirmation or rejection. - [Search AuditEvents](https://api-reference.oystehr.com/reference/get_auditevent.md): **[AuditEvent on the FHIR specification website.](https://www.hl7.org/fhir/r4b/auditevent.html)** A record of an event made for purposes of maintaining a security log. Typical uses include detection of intrusion attempts and monitoring for inappropriate usage. - [Create a new AuditEvent](https://api-reference.oystehr.com/reference/post_auditevent.md): **[AuditEvent on the FHIR specification website.](https://www.hl7.org/fhir/r4b/auditevent.html)** A record of an event made for purposes of maintaining a security log. Typical uses include detection of intrusion attempts and monitoring for inappropriate usage. The body should be a valid FHIR object for AuditEvent. For example, if creating a [`Slot`](https://www.hl7.org/fhir/r4b/slot.html) resource, here is a valid object: ```json { "resourceType": "Slot", "schedule": { "reference": "schedule/a" }, "status": "free", "start": "2022-08-10T11:00:00Z", "end": "2022-08-10T12:00:00Z" } ``` You can reference the FHIR documentation to determine the format for [`AuditEvent`](https://www.hl7.org/fhir/r4b/AuditEvent.html). - [Search AuditEvents](https://api-reference.oystehr.com/reference/post_auditevent-search.md): **[AuditEvent on the FHIR specification website.](https://www.hl7.org/fhir/r4b/auditevent.html)** A record of an event made for purposes of maintaining a security log. Typical uses include detection of intrusion attempts and monitoring for inappropriate usage. - [Get AuditEvent with identifier {identifier}](https://api-reference.oystehr.com/reference/get_auditevent-identifier.md): **[AuditEvent on the FHIR specification website.](https://www.hl7.org/fhir/r4b/auditevent.html)** A record of an event made for purposes of maintaining a security log. Typical uses include detection of intrusion attempts and monitoring for inappropriate usage. - [Update AuditEvent with identifier {identifier}](https://api-reference.oystehr.com/reference/put_auditevent-identifier.md): **[AuditEvent on the FHIR specification website.](https://www.hl7.org/fhir/r4b/auditevent.html)** A record of an event made for purposes of maintaining a security log. Typical uses include detection of intrusion attempts and monitoring for inappropriate usage. The body should be a valid FHIR object for AuditEvent. For example, if updating a [`Slot`](https://www.hl7.org/fhir/r4b/slot.html) resource, here is a valid object: ```json { "resourceType": "Slot", "schedule": { "reference": "schedule/a" }, "status": "free", "start": "2022-08-10T11:00:00Z", "end": "2022-08-10T12:00:00Z" } ``` You can reference the FHIR documentation to determine the format for [`AuditEvent`](https://www.hl7.org/fhir/r4b/AuditEvent.html). - [Patch AuditEvent with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_auditevent-identifier.md): **[AuditEvent on the FHIR specification website.](https://www.hl7.org/fhir/r4b/auditevent.html)** A record of an event made for purposes of maintaining a security log. Typical uses include detection of intrusion attempts and monitoring for inappropriate usage. The body should be a list of valid JSON patches for AuditEvent. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete AuditEvent with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_auditevent-identifier.md): **[AuditEvent on the FHIR specification website.](https://www.hl7.org/fhir/r4b/auditevent.html)** A record of an event made for purposes of maintaining a security log. Typical uses include detection of intrusion attempts and monitoring for inappropriate usage. - [Get history of AuditEvent with identifier {identifier}](https://api-reference.oystehr.com/reference/get_auditevent-identifier-history.md): **[AuditEvent on the FHIR specification website.](https://www.hl7.org/fhir/r4b/auditevent.html)** A record of an event made for purposes of maintaining a security log. Typical uses include detection of intrusion attempts and monitoring for inappropriate usage. - [Get AuditEvent with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_auditevent-identifier-history-versionidentifier.md): **[AuditEvent on the FHIR specification website.](https://www.hl7.org/fhir/r4b/auditevent.html)** A record of an event made for purposes of maintaining a security log. Typical uses include detection of intrusion attempts and monitoring for inappropriate usage. - [Search Basics](https://api-reference.oystehr.com/reference/get_basic.md): **[Basic on the FHIR specification website.](https://www.hl7.org/fhir/r4b/basic.html)** Basic is used for handling concepts not yet defined in FHIR, narrative-only resources that don't map to an existing resource, and custom resources not appropriate for inclusion in the FHIR specification. - [Create a new Basic](https://api-reference.oystehr.com/reference/post_basic.md): **[Basic on the FHIR specification website.](https://www.hl7.org/fhir/r4b/basic.html)** Basic is used for handling concepts not yet defined in FHIR, narrative-only resources that don't map to an existing resource, and custom resources not appropriate for inclusion in the FHIR specification. The body should be a valid FHIR object for Basic. Here is an example: ```json { "resourceType": "Basic", "id": "classModel", "text": { "status": "generated", "div": "
\n

Class1

\n \n
" }, "extension": [ { "url": "http://example.org/do-not-use/fhir-extensions/UMLclass", "extension": [ { "url": "name", "valueString": "Class1" }, { "url": "attribute", "extension": [ { "url": "name", "valueString": "attribute1" }, { "url": "minOccurs", "valueInteger": 1 }, { "url": "maxOccurs", "valueCode": "*" } ] }, { "url": "attribute", "extension": [ { "url": "name", "valueString": "attribute2" }, { "url": "minOccurs", "valueInteger": 0 }, { "url": "maxOccurs", "valueInteger": 1 } ] } ] } ], "code": { "coding": [ { "system": "http://example.org/do-not-use/fhir-codes#resourceTypes", "code": "UMLCLASSMODEL" } ] } } ``` You can reference the FHIR documentation to determine the format for [`Basic`](https://www.hl7.org/fhir/r4b/Basic.html). - [Search Basics](https://api-reference.oystehr.com/reference/post_basic-search.md): **[Basic on the FHIR specification website.](https://www.hl7.org/fhir/r4b/basic.html)** Basic is used for handling concepts not yet defined in FHIR, narrative-only resources that don't map to an existing resource, and custom resources not appropriate for inclusion in the FHIR specification. - [Get Basic with identifier {identifier}](https://api-reference.oystehr.com/reference/get_basic-identifier.md): **[Basic on the FHIR specification website.](https://www.hl7.org/fhir/r4b/basic.html)** Basic is used for handling concepts not yet defined in FHIR, narrative-only resources that don't map to an existing resource, and custom resources not appropriate for inclusion in the FHIR specification. - [Update Basic with identifier {identifier}](https://api-reference.oystehr.com/reference/put_basic-identifier.md): **[Basic on the FHIR specification website.](https://www.hl7.org/fhir/r4b/basic.html)** Basic is used for handling concepts not yet defined in FHIR, narrative-only resources that don't map to an existing resource, and custom resources not appropriate for inclusion in the FHIR specification. The body should be a valid FHIR object for Basic. Here is an example: ```json { "resourceType": "Basic", "id": "classModel", "text": { "status": "generated", "div": "
\n

Class1

\n \n
" }, "extension": [ { "url": "http://example.org/do-not-use/fhir-extensions/UMLclass", "extension": [ { "url": "name", "valueString": "Class1" }, { "url": "attribute", "extension": [ { "url": "name", "valueString": "attribute1" }, { "url": "minOccurs", "valueInteger": 1 }, { "url": "maxOccurs", "valueCode": "*" } ] }, { "url": "attribute", "extension": [ { "url": "name", "valueString": "attribute2" }, { "url": "minOccurs", "valueInteger": 0 }, { "url": "maxOccurs", "valueInteger": 1 } ] } ] } ], "code": { "coding": [ { "system": "http://example.org/do-not-use/fhir-codes#resourceTypes", "code": "UMLCLASSMODEL" } ] } } ``` You can reference the FHIR documentation to determine the format for [`Basic`](https://www.hl7.org/fhir/r4b/Basic.html). - [Patch Basic with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_basic-identifier.md): **[Basic on the FHIR specification website.](https://www.hl7.org/fhir/r4b/basic.html)** Basic is used for handling concepts not yet defined in FHIR, narrative-only resources that don't map to an existing resource, and custom resources not appropriate for inclusion in the FHIR specification. The body should be a list of valid JSON patches for Basic. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete Basic with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_basic-identifier.md): **[Basic on the FHIR specification website.](https://www.hl7.org/fhir/r4b/basic.html)** Basic is used for handling concepts not yet defined in FHIR, narrative-only resources that don't map to an existing resource, and custom resources not appropriate for inclusion in the FHIR specification. - [Get history of Basic with identifier {identifier}](https://api-reference.oystehr.com/reference/get_basic-identifier-history.md): **[Basic on the FHIR specification website.](https://www.hl7.org/fhir/r4b/basic.html)** Basic is used for handling concepts not yet defined in FHIR, narrative-only resources that don't map to an existing resource, and custom resources not appropriate for inclusion in the FHIR specification. - [Get Basic with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_basic-identifier-history-versionidentifier.md): **[Basic on the FHIR specification website.](https://www.hl7.org/fhir/r4b/basic.html)** Basic is used for handling concepts not yet defined in FHIR, narrative-only resources that don't map to an existing resource, and custom resources not appropriate for inclusion in the FHIR specification. - [Search Binarys](https://api-reference.oystehr.com/reference/get_binary.md): **[Binary on the FHIR specification website.](https://www.hl7.org/fhir/r4b/binary.html)** A resource that represents the data of a single raw artifact as digital content accessible in its native format. A Binary resource can contain any content, whether text, image, pdf, zip archive, etc. - [Create a new Binary](https://api-reference.oystehr.com/reference/post_binary.md): **[Binary on the FHIR specification website.](https://www.hl7.org/fhir/r4b/binary.html)** A resource that represents the data of a single raw artifact as digital content accessible in its native format. A Binary resource can contain any content, whether text, image, pdf, zip archive, etc. The body should be a valid FHIR object for Binary. For example, if creating a [`Slot`](https://www.hl7.org/fhir/r4b/slot.html) resource, here is a valid object: ```json { "resourceType": "Slot", "schedule": { "reference": "schedule/a" }, "status": "free", "start": "2022-08-10T11:00:00Z", "end": "2022-08-10T12:00:00Z" } ``` You can reference the FHIR documentation to determine the format for [`Binary`](https://www.hl7.org/fhir/r4b/Binary.html). - [Search Binarys](https://api-reference.oystehr.com/reference/post_binary-search.md): **[Binary on the FHIR specification website.](https://www.hl7.org/fhir/r4b/binary.html)** A resource that represents the data of a single raw artifact as digital content accessible in its native format. A Binary resource can contain any content, whether text, image, pdf, zip archive, etc. - [Get Binary with identifier {identifier}](https://api-reference.oystehr.com/reference/get_binary-identifier.md): **[Binary on the FHIR specification website.](https://www.hl7.org/fhir/r4b/binary.html)** A resource that represents the data of a single raw artifact as digital content accessible in its native format. A Binary resource can contain any content, whether text, image, pdf, zip archive, etc. - [Update Binary with identifier {identifier}](https://api-reference.oystehr.com/reference/put_binary-identifier.md): **[Binary on the FHIR specification website.](https://www.hl7.org/fhir/r4b/binary.html)** A resource that represents the data of a single raw artifact as digital content accessible in its native format. A Binary resource can contain any content, whether text, image, pdf, zip archive, etc. The body should be a valid FHIR object for Binary. For example, if updating a [`Slot`](https://www.hl7.org/fhir/r4b/slot.html) resource, here is a valid object: ```json { "resourceType": "Slot", "schedule": { "reference": "schedule/a" }, "status": "free", "start": "2022-08-10T11:00:00Z", "end": "2022-08-10T12:00:00Z" } ``` You can reference the FHIR documentation to determine the format for [`Binary`](https://www.hl7.org/fhir/r4b/Binary.html). - [Patch Binary with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_binary-identifier.md): **[Binary on the FHIR specification website.](https://www.hl7.org/fhir/r4b/binary.html)** A resource that represents the data of a single raw artifact as digital content accessible in its native format. A Binary resource can contain any content, whether text, image, pdf, zip archive, etc. The body should be a list of valid JSON patches for Binary. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete Binary with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_binary-identifier.md): **[Binary on the FHIR specification website.](https://www.hl7.org/fhir/r4b/binary.html)** A resource that represents the data of a single raw artifact as digital content accessible in its native format. A Binary resource can contain any content, whether text, image, pdf, zip archive, etc. - [Get history of Binary with identifier {identifier}](https://api-reference.oystehr.com/reference/get_binary-identifier-history.md): **[Binary on the FHIR specification website.](https://www.hl7.org/fhir/r4b/binary.html)** A resource that represents the data of a single raw artifact as digital content accessible in its native format. A Binary resource can contain any content, whether text, image, pdf, zip archive, etc. - [Get Binary with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_binary-identifier-history-versionidentifier.md): **[Binary on the FHIR specification website.](https://www.hl7.org/fhir/r4b/binary.html)** A resource that represents the data of a single raw artifact as digital content accessible in its native format. A Binary resource can contain any content, whether text, image, pdf, zip archive, etc. - [Search BiologicallyDerivedProducts](https://api-reference.oystehr.com/reference/get_biologicallyderivedproduct.md): **[BiologicallyDerivedProduct on the FHIR specification website.](https://www.hl7.org/fhir/r4b/biologicallyderivedproduct.html)** A material substance originating from a biological entity intended to be transplanted or infused into another (possibly the same) biological entity. - [Create a new BiologicallyDerivedProduct](https://api-reference.oystehr.com/reference/post_biologicallyderivedproduct.md): **[BiologicallyDerivedProduct on the FHIR specification website.](https://www.hl7.org/fhir/r4b/biologicallyderivedproduct.html)** A material substance originating from a biological entity intended to be transplanted or infused into another (possibly the same) biological entity. The body should be a valid FHIR object for BiologicallyDerivedProduct. Here is an example: ```json { "resourceType": "BiologicallyDerivedProduct", "id": "example", "text": { "status": "generated", "div": "
[Put rendering here]
" } } ``` You can reference the FHIR documentation to determine the format for [`BiologicallyDerivedProduct`](https://www.hl7.org/fhir/r4b/BiologicallyDerivedProduct.html). - [Search BiologicallyDerivedProducts](https://api-reference.oystehr.com/reference/post_biologicallyderivedproduct-search.md): **[BiologicallyDerivedProduct on the FHIR specification website.](https://www.hl7.org/fhir/r4b/biologicallyderivedproduct.html)** A material substance originating from a biological entity intended to be transplanted or infused into another (possibly the same) biological entity. - [Get BiologicallyDerivedProduct with identifier {identifier}](https://api-reference.oystehr.com/reference/get_biologicallyderivedproduct-identifier.md): **[BiologicallyDerivedProduct on the FHIR specification website.](https://www.hl7.org/fhir/r4b/biologicallyderivedproduct.html)** A material substance originating from a biological entity intended to be transplanted or infused into another (possibly the same) biological entity. - [Update BiologicallyDerivedProduct with identifier {identifier}](https://api-reference.oystehr.com/reference/put_biologicallyderivedproduct-identifier.md): **[BiologicallyDerivedProduct on the FHIR specification website.](https://www.hl7.org/fhir/r4b/biologicallyderivedproduct.html)** A material substance originating from a biological entity intended to be transplanted or infused into another (possibly the same) biological entity. The body should be a valid FHIR object for BiologicallyDerivedProduct. Here is an example: ```json { "resourceType": "BiologicallyDerivedProduct", "id": "example", "text": { "status": "generated", "div": "
[Put rendering here]
" } } ``` You can reference the FHIR documentation to determine the format for [`BiologicallyDerivedProduct`](https://www.hl7.org/fhir/r4b/BiologicallyDerivedProduct.html). - [Patch BiologicallyDerivedProduct with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_biologicallyderivedproduct-identifier.md): **[BiologicallyDerivedProduct on the FHIR specification website.](https://www.hl7.org/fhir/r4b/biologicallyderivedproduct.html)** A material substance originating from a biological entity intended to be transplanted or infused into another (possibly the same) biological entity. The body should be a list of valid JSON patches for BiologicallyDerivedProduct. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete BiologicallyDerivedProduct with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_biologicallyderivedproduct-identifier.md): **[BiologicallyDerivedProduct on the FHIR specification website.](https://www.hl7.org/fhir/r4b/biologicallyderivedproduct.html)** A material substance originating from a biological entity intended to be transplanted or infused into another (possibly the same) biological entity. - [Get history of BiologicallyDerivedProduct with identifier {identifier}](https://api-reference.oystehr.com/reference/get_biologicallyderivedproduct-identifier-history.md): **[BiologicallyDerivedProduct on the FHIR specification website.](https://www.hl7.org/fhir/r4b/biologicallyderivedproduct.html)** A material substance originating from a biological entity intended to be transplanted or infused into another (possibly the same) biological entity. - [Get BiologicallyDerivedProduct with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_biologicallyderivedproduct-identifier-history-versionidentifier.md): **[BiologicallyDerivedProduct on the FHIR specification website.](https://www.hl7.org/fhir/r4b/biologicallyderivedproduct.html)** A material substance originating from a biological entity intended to be transplanted or infused into another (possibly the same) biological entity. - [Search BodyStructures](https://api-reference.oystehr.com/reference/get_bodystructure.md): **[BodyStructure on the FHIR specification website.](https://www.hl7.org/fhir/r4b/bodystructure.html)** Record details about an anatomical structure. This resource may be used when a coded concept does not provide the necessary detail needed for the use case. - [Create a new BodyStructure](https://api-reference.oystehr.com/reference/post_bodystructure.md): **[BodyStructure on the FHIR specification website.](https://www.hl7.org/fhir/r4b/bodystructure.html)** Record details about an anatomical structure. This resource may be used when a coded concept does not provide the necessary detail needed for the use case. The body should be a valid FHIR object for BodyStructure. Here is an example: ```json { "resourceType": "BodyStructure", "id": "fetus", "text": { "status": "generated", "div": "

Generated Narrative with Details

id: fetus

identifier: 12345

location: Fetus (Details : {SNOMED CT code '83418008' = 'Fetus', given as 'Entire fetus (body structure)'})

description: EDD 1/1/2017 confirmation by LMP

patient: Patient/example

" }, "identifier": [ { "system": "http://goodhealth.org/bodystructure/identifiers", "value": "12345" } ], "location": { "coding": [ { "system": "http://snomed.info/sct", "code": "83418008", "display": "Entire fetus (body structure)" } ], "text": "Fetus" }, "description": "EDD 1/1/2017 confirmation by LMP", "patient": { "reference": "Patient/example" } } ``` You can reference the FHIR documentation to determine the format for [`BodyStructure`](https://www.hl7.org/fhir/r4b/BodyStructure.html). - [Search BodyStructures](https://api-reference.oystehr.com/reference/post_bodystructure-search.md): **[BodyStructure on the FHIR specification website.](https://www.hl7.org/fhir/r4b/bodystructure.html)** Record details about an anatomical structure. This resource may be used when a coded concept does not provide the necessary detail needed for the use case. - [Get BodyStructure with identifier {identifier}](https://api-reference.oystehr.com/reference/get_bodystructure-identifier.md): **[BodyStructure on the FHIR specification website.](https://www.hl7.org/fhir/r4b/bodystructure.html)** Record details about an anatomical structure. This resource may be used when a coded concept does not provide the necessary detail needed for the use case. - [Update BodyStructure with identifier {identifier}](https://api-reference.oystehr.com/reference/put_bodystructure-identifier.md): **[BodyStructure on the FHIR specification website.](https://www.hl7.org/fhir/r4b/bodystructure.html)** Record details about an anatomical structure. This resource may be used when a coded concept does not provide the necessary detail needed for the use case. The body should be a valid FHIR object for BodyStructure. Here is an example: ```json { "resourceType": "BodyStructure", "id": "fetus", "text": { "status": "generated", "div": "

Generated Narrative with Details

id: fetus

identifier: 12345

location: Fetus (Details : {SNOMED CT code '83418008' = 'Fetus', given as 'Entire fetus (body structure)'})

description: EDD 1/1/2017 confirmation by LMP

patient: Patient/example

" }, "identifier": [ { "system": "http://goodhealth.org/bodystructure/identifiers", "value": "12345" } ], "location": { "coding": [ { "system": "http://snomed.info/sct", "code": "83418008", "display": "Entire fetus (body structure)" } ], "text": "Fetus" }, "description": "EDD 1/1/2017 confirmation by LMP", "patient": { "reference": "Patient/example" } } ``` You can reference the FHIR documentation to determine the format for [`BodyStructure`](https://www.hl7.org/fhir/r4b/BodyStructure.html). - [Patch BodyStructure with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_bodystructure-identifier.md): **[BodyStructure on the FHIR specification website.](https://www.hl7.org/fhir/r4b/bodystructure.html)** Record details about an anatomical structure. This resource may be used when a coded concept does not provide the necessary detail needed for the use case. The body should be a list of valid JSON patches for BodyStructure. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete BodyStructure with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_bodystructure-identifier.md): **[BodyStructure on the FHIR specification website.](https://www.hl7.org/fhir/r4b/bodystructure.html)** Record details about an anatomical structure. This resource may be used when a coded concept does not provide the necessary detail needed for the use case. - [Get history of BodyStructure with identifier {identifier}](https://api-reference.oystehr.com/reference/get_bodystructure-identifier-history.md): **[BodyStructure on the FHIR specification website.](https://www.hl7.org/fhir/r4b/bodystructure.html)** Record details about an anatomical structure. This resource may be used when a coded concept does not provide the necessary detail needed for the use case. - [Get BodyStructure with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_bodystructure-identifier-history-versionidentifier.md): **[BodyStructure on the FHIR specification website.](https://www.hl7.org/fhir/r4b/bodystructure.html)** Record details about an anatomical structure. This resource may be used when a coded concept does not provide the necessary detail needed for the use case. - [Search Bundles](https://api-reference.oystehr.com/reference/get_bundle.md): **[Bundle on the FHIR specification website.](https://www.hl7.org/fhir/r4b/bundle.html)** A container for a collection of resources. - [Create a new Bundle](https://api-reference.oystehr.com/reference/post_bundle.md): **[Bundle on the FHIR specification website.](https://www.hl7.org/fhir/r4b/bundle.html)** A container for a collection of resources. The body should be a valid FHIR object for Bundle. Here is an example: ```json { "resourceType": "Bundle", "id": "3ad0687e-f477-468c-afd5-fcc2bf897819", "type": "collection", "entry": [ { "fullUrl": "http://hl7.org/fhir/Location/2", "resource": { "resourceType": "Location", "id": "2", "text": { "status": "generated", "div": "
USS Enterprise
" }, "status": "active", "name": "USSS Enterprise-D", "mode": "instance" } }, { "fullUrl": "http://hl7.org/fhir/Location/3", "resource": { "resourceType": "Location", "id": "3", "text": { "status": "generated", "div": "
USSS Enterprise-D Sickbay
" }, "status": "active", "name": "USSS Enterprise-D Sickbay", "mode": "instance", "partOf": { "reference": "Location/2", "display": "USS Enterprise" } } } ] } ``` You can reference the FHIR documentation to determine the format for [`Bundle`](https://www.hl7.org/fhir/r4b/Bundle.html). - [Search Bundles](https://api-reference.oystehr.com/reference/post_bundle-search.md): **[Bundle on the FHIR specification website.](https://www.hl7.org/fhir/r4b/bundle.html)** A container for a collection of resources. - [Get Bundle with identifier {identifier}](https://api-reference.oystehr.com/reference/get_bundle-identifier.md): **[Bundle on the FHIR specification website.](https://www.hl7.org/fhir/r4b/bundle.html)** A container for a collection of resources. - [Update Bundle with identifier {identifier}](https://api-reference.oystehr.com/reference/put_bundle-identifier.md): **[Bundle on the FHIR specification website.](https://www.hl7.org/fhir/r4b/bundle.html)** A container for a collection of resources. The body should be a valid FHIR object for Bundle. Here is an example: ```json { "resourceType": "Bundle", "id": "3ad0687e-f477-468c-afd5-fcc2bf897819", "type": "collection", "entry": [ { "fullUrl": "http://hl7.org/fhir/Location/2", "resource": { "resourceType": "Location", "id": "2", "text": { "status": "generated", "div": "
USS Enterprise
" }, "status": "active", "name": "USSS Enterprise-D", "mode": "instance" } }, { "fullUrl": "http://hl7.org/fhir/Location/3", "resource": { "resourceType": "Location", "id": "3", "text": { "status": "generated", "div": "
USSS Enterprise-D Sickbay
" }, "status": "active", "name": "USSS Enterprise-D Sickbay", "mode": "instance", "partOf": { "reference": "Location/2", "display": "USS Enterprise" } } } ] } ``` You can reference the FHIR documentation to determine the format for [`Bundle`](https://www.hl7.org/fhir/r4b/Bundle.html). - [Patch Bundle with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_bundle-identifier.md): **[Bundle on the FHIR specification website.](https://www.hl7.org/fhir/r4b/bundle.html)** A container for a collection of resources. The body should be a list of valid JSON patches for Bundle. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete Bundle with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_bundle-identifier.md): **[Bundle on the FHIR specification website.](https://www.hl7.org/fhir/r4b/bundle.html)** A container for a collection of resources. - [Get history of Bundle with identifier {identifier}](https://api-reference.oystehr.com/reference/get_bundle-identifier-history.md): **[Bundle on the FHIR specification website.](https://www.hl7.org/fhir/r4b/bundle.html)** A container for a collection of resources. - [Get Bundle with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_bundle-identifier-history-versionidentifier.md): **[Bundle on the FHIR specification website.](https://www.hl7.org/fhir/r4b/bundle.html)** A container for a collection of resources. - [Search CapabilityStatements](https://api-reference.oystehr.com/reference/get_capabilitystatement.md): **[CapabilityStatement on the FHIR specification website.](https://www.hl7.org/fhir/r4b/capabilitystatement.html)** A Capability Statement documents a set of capabilities (behaviors) of a FHIR Server for a particular version of FHIR that may be used as a statement of actual server functionality or a statement of required or desired server implementation. - [Create a new CapabilityStatement](https://api-reference.oystehr.com/reference/post_capabilitystatement.md): **[CapabilityStatement on the FHIR specification website.](https://www.hl7.org/fhir/r4b/capabilitystatement.html)** A Capability Statement documents a set of capabilities (behaviors) of a FHIR Server for a particular version of FHIR that may be used as a statement of actual server functionality or a statement of required or desired server implementation. The body should be a valid FHIR object for CapabilityStatement. Here is an example: ```json { "resourceType": "CapabilityStatement", "id": "messagedefinition", "text": { "status": "generated", "div": "
\n

\n
\n

Sample capability statement showing new MessageDefinition structure

\n\n
\n

" }, "status": "draft", "experimental": true, "date": "2012-01-04", "publisher": "ACME Corporation", "contact": [ { "name": "System Administrator", "telecom": [ { "system": "email", "value": "wile@acme.org" } ] } ], "description": "Sample capability statement showing new MessageDefinition structure", "kind": "instance", "software": { "name": "EHR" }, "implementation": { "description": "Acme Message endpoint", "url": "http://acem.com/fhir/message-drop" }, "fhirVersion": "4.0.1", "format": [ "xml", "json" ], "messaging": [ { "endpoint": [ { "protocol": { "system": "http://terminology.hl7.org/CodeSystem/message-transport", "code": "mllp" }, "address": "mllp:10.1.1.10:9234" } ], "reliableCache": 30, "documentation": "ADT A08 equivalent for external system notifications", "supportedMessage": [ { "mode": "receiver", "definition": "MessageDefinition/example" } ] } ] } ``` You can reference the FHIR documentation to determine the format for [`CapabilityStatement`](https://www.hl7.org/fhir/r4b/CapabilityStatement.html). - [Search CapabilityStatements](https://api-reference.oystehr.com/reference/post_capabilitystatement-search.md): **[CapabilityStatement on the FHIR specification website.](https://www.hl7.org/fhir/r4b/capabilitystatement.html)** A Capability Statement documents a set of capabilities (behaviors) of a FHIR Server for a particular version of FHIR that may be used as a statement of actual server functionality or a statement of required or desired server implementation. - [Get CapabilityStatement with identifier {identifier}](https://api-reference.oystehr.com/reference/get_capabilitystatement-identifier.md): **[CapabilityStatement on the FHIR specification website.](https://www.hl7.org/fhir/r4b/capabilitystatement.html)** A Capability Statement documents a set of capabilities (behaviors) of a FHIR Server for a particular version of FHIR that may be used as a statement of actual server functionality or a statement of required or desired server implementation. - [Update CapabilityStatement with identifier {identifier}](https://api-reference.oystehr.com/reference/put_capabilitystatement-identifier.md): **[CapabilityStatement on the FHIR specification website.](https://www.hl7.org/fhir/r4b/capabilitystatement.html)** A Capability Statement documents a set of capabilities (behaviors) of a FHIR Server for a particular version of FHIR that may be used as a statement of actual server functionality or a statement of required or desired server implementation. The body should be a valid FHIR object for CapabilityStatement. Here is an example: ```json { "resourceType": "CapabilityStatement", "id": "messagedefinition", "text": { "status": "generated", "div": "
\n

\n
\n

Sample capability statement showing new MessageDefinition structure

\n\n
\n

" }, "status": "draft", "experimental": true, "date": "2012-01-04", "publisher": "ACME Corporation", "contact": [ { "name": "System Administrator", "telecom": [ { "system": "email", "value": "wile@acme.org" } ] } ], "description": "Sample capability statement showing new MessageDefinition structure", "kind": "instance", "software": { "name": "EHR" }, "implementation": { "description": "Acme Message endpoint", "url": "http://acem.com/fhir/message-drop" }, "fhirVersion": "4.0.1", "format": [ "xml", "json" ], "messaging": [ { "endpoint": [ { "protocol": { "system": "http://terminology.hl7.org/CodeSystem/message-transport", "code": "mllp" }, "address": "mllp:10.1.1.10:9234" } ], "reliableCache": 30, "documentation": "ADT A08 equivalent for external system notifications", "supportedMessage": [ { "mode": "receiver", "definition": "MessageDefinition/example" } ] } ] } ``` You can reference the FHIR documentation to determine the format for [`CapabilityStatement`](https://www.hl7.org/fhir/r4b/CapabilityStatement.html). - [Patch CapabilityStatement with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_capabilitystatement-identifier.md): **[CapabilityStatement on the FHIR specification website.](https://www.hl7.org/fhir/r4b/capabilitystatement.html)** A Capability Statement documents a set of capabilities (behaviors) of a FHIR Server for a particular version of FHIR that may be used as a statement of actual server functionality or a statement of required or desired server implementation. The body should be a list of valid JSON patches for CapabilityStatement. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete CapabilityStatement with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_capabilitystatement-identifier.md): **[CapabilityStatement on the FHIR specification website.](https://www.hl7.org/fhir/r4b/capabilitystatement.html)** A Capability Statement documents a set of capabilities (behaviors) of a FHIR Server for a particular version of FHIR that may be used as a statement of actual server functionality or a statement of required or desired server implementation. - [Get history of CapabilityStatement with identifier {identifier}](https://api-reference.oystehr.com/reference/get_capabilitystatement-identifier-history.md): **[CapabilityStatement on the FHIR specification website.](https://www.hl7.org/fhir/r4b/capabilitystatement.html)** A Capability Statement documents a set of capabilities (behaviors) of a FHIR Server for a particular version of FHIR that may be used as a statement of actual server functionality or a statement of required or desired server implementation. - [Get CapabilityStatement with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_capabilitystatement-identifier-history-versionidentifier.md): **[CapabilityStatement on the FHIR specification website.](https://www.hl7.org/fhir/r4b/capabilitystatement.html)** A Capability Statement documents a set of capabilities (behaviors) of a FHIR Server for a particular version of FHIR that may be used as a statement of actual server functionality or a statement of required or desired server implementation. - [Search CarePlans](https://api-reference.oystehr.com/reference/get_careplan.md): **[CarePlan on the FHIR specification website.](https://www.hl7.org/fhir/r4b/careplan.html)** Describes the intention of how one or more practitioners intend to deliver care for a particular patient, group or community for a period of time, possibly limited to care for a specific condition or set of conditions. - [Create a new CarePlan](https://api-reference.oystehr.com/reference/post_careplan.md): **[CarePlan on the FHIR specification website.](https://www.hl7.org/fhir/r4b/careplan.html)** Describes the intention of how one or more practitioners intend to deliver care for a particular patient, group or community for a period of time, possibly limited to care for a specific condition or set of conditions. The body should be a valid FHIR object for CarePlan. Here is an example: ```json { "resourceType": "CarePlan", "id": "obesity-narrative", "text": { "status": "additional", "div": "
\n

Care plan to address obesity. Goal is a target weight of 160 to 180 lbs. Activities include diet and exercise.

\n
" }, "status": "active", "intent": "plan", "subject": { "reference": "Patient/example", "display": "Peter James Chalmers" } } ``` You can reference the FHIR documentation to determine the format for [`CarePlan`](https://www.hl7.org/fhir/r4b/CarePlan.html). - [Search CarePlans](https://api-reference.oystehr.com/reference/post_careplan-search.md): **[CarePlan on the FHIR specification website.](https://www.hl7.org/fhir/r4b/careplan.html)** Describes the intention of how one or more practitioners intend to deliver care for a particular patient, group or community for a period of time, possibly limited to care for a specific condition or set of conditions. - [Get CarePlan with identifier {identifier}](https://api-reference.oystehr.com/reference/get_careplan-identifier.md): **[CarePlan on the FHIR specification website.](https://www.hl7.org/fhir/r4b/careplan.html)** Describes the intention of how one or more practitioners intend to deliver care for a particular patient, group or community for a period of time, possibly limited to care for a specific condition or set of conditions. - [Update CarePlan with identifier {identifier}](https://api-reference.oystehr.com/reference/put_careplan-identifier.md): **[CarePlan on the FHIR specification website.](https://www.hl7.org/fhir/r4b/careplan.html)** Describes the intention of how one or more practitioners intend to deliver care for a particular patient, group or community for a period of time, possibly limited to care for a specific condition or set of conditions. The body should be a valid FHIR object for CarePlan. Here is an example: ```json { "resourceType": "CarePlan", "id": "obesity-narrative", "text": { "status": "additional", "div": "
\n

Care plan to address obesity. Goal is a target weight of 160 to 180 lbs. Activities include diet and exercise.

\n
" }, "status": "active", "intent": "plan", "subject": { "reference": "Patient/example", "display": "Peter James Chalmers" } } ``` You can reference the FHIR documentation to determine the format for [`CarePlan`](https://www.hl7.org/fhir/r4b/CarePlan.html). - [Patch CarePlan with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_careplan-identifier.md): **[CarePlan on the FHIR specification website.](https://www.hl7.org/fhir/r4b/careplan.html)** Describes the intention of how one or more practitioners intend to deliver care for a particular patient, group or community for a period of time, possibly limited to care for a specific condition or set of conditions. The body should be a list of valid JSON patches for CarePlan. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete CarePlan with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_careplan-identifier.md): **[CarePlan on the FHIR specification website.](https://www.hl7.org/fhir/r4b/careplan.html)** Describes the intention of how one or more practitioners intend to deliver care for a particular patient, group or community for a period of time, possibly limited to care for a specific condition or set of conditions. - [Get history of CarePlan with identifier {identifier}](https://api-reference.oystehr.com/reference/get_careplan-identifier-history.md): **[CarePlan on the FHIR specification website.](https://www.hl7.org/fhir/r4b/careplan.html)** Describes the intention of how one or more practitioners intend to deliver care for a particular patient, group or community for a period of time, possibly limited to care for a specific condition or set of conditions. - [Get CarePlan with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_careplan-identifier-history-versionidentifier.md): **[CarePlan on the FHIR specification website.](https://www.hl7.org/fhir/r4b/careplan.html)** Describes the intention of how one or more practitioners intend to deliver care for a particular patient, group or community for a period of time, possibly limited to care for a specific condition or set of conditions. - [Search CareTeams](https://api-reference.oystehr.com/reference/get_careteam.md): **[CareTeam on the FHIR specification website.](https://www.hl7.org/fhir/r4b/careteam.html)** The Care Team includes all the people and organizations who plan to participate in the coordination and delivery of care for a patient. - [Create a new CareTeam](https://api-reference.oystehr.com/reference/post_careteam.md): **[CareTeam on the FHIR specification website.](https://www.hl7.org/fhir/r4b/careteam.html)** The Care Team includes all the people and organizations who plan to participate in the coordination and delivery of care for a patient. The body should be a valid FHIR object for CareTeam. Here is an example: ```json { "resourceType": "CareTeam", "id": "example", "text": { "status": "generated", "div": "
Care Team
" }, "contained": [ { "resourceType": "Practitioner", "id": "pr1", "name": [ { "family": "Dietician", "given": [ "Dorothy" ] } ] } ], "identifier": [ { "value": "12345" } ], "status": "active", "category": [ { "coding": [ { "system": "http://loinc.org", "code": "LA27976-2", "display": "Encounter-focused care team" } ] } ], "name": "Peter James Charlmers Care Plan for Inpatient Encounter", "subject": { "reference": "Patient/example", "display": "Peter James Chalmers" }, "encounter": { "reference": "Encounter/example" }, "period": { "end": "2013-01-01" }, "participant": [ { "role": [ { "text": "responsiblePerson" } ], "member": { "reference": "Patient/example", "display": "Peter James Chalmers" } }, { "role": [ { "text": "adviser" } ], "member": { "reference": "#pr1", "display": "Dorothy Dietition" }, "onBehalfOf": { "reference": "Organization/f001" }, "period": { "end": "2013-01-01" } } ], "managingOrganization": [ { "reference": "Organization/f001" } ] } ``` You can reference the FHIR documentation to determine the format for [`CareTeam`](https://www.hl7.org/fhir/r4b/CareTeam.html). - [Search CareTeams](https://api-reference.oystehr.com/reference/post_careteam-search.md): **[CareTeam on the FHIR specification website.](https://www.hl7.org/fhir/r4b/careteam.html)** The Care Team includes all the people and organizations who plan to participate in the coordination and delivery of care for a patient. - [Get CareTeam with identifier {identifier}](https://api-reference.oystehr.com/reference/get_careteam-identifier.md): **[CareTeam on the FHIR specification website.](https://www.hl7.org/fhir/r4b/careteam.html)** The Care Team includes all the people and organizations who plan to participate in the coordination and delivery of care for a patient. - [Update CareTeam with identifier {identifier}](https://api-reference.oystehr.com/reference/put_careteam-identifier.md): **[CareTeam on the FHIR specification website.](https://www.hl7.org/fhir/r4b/careteam.html)** The Care Team includes all the people and organizations who plan to participate in the coordination and delivery of care for a patient. The body should be a valid FHIR object for CareTeam. Here is an example: ```json { "resourceType": "CareTeam", "id": "example", "text": { "status": "generated", "div": "
Care Team
" }, "contained": [ { "resourceType": "Practitioner", "id": "pr1", "name": [ { "family": "Dietician", "given": [ "Dorothy" ] } ] } ], "identifier": [ { "value": "12345" } ], "status": "active", "category": [ { "coding": [ { "system": "http://loinc.org", "code": "LA27976-2", "display": "Encounter-focused care team" } ] } ], "name": "Peter James Charlmers Care Plan for Inpatient Encounter", "subject": { "reference": "Patient/example", "display": "Peter James Chalmers" }, "encounter": { "reference": "Encounter/example" }, "period": { "end": "2013-01-01" }, "participant": [ { "role": [ { "text": "responsiblePerson" } ], "member": { "reference": "Patient/example", "display": "Peter James Chalmers" } }, { "role": [ { "text": "adviser" } ], "member": { "reference": "#pr1", "display": "Dorothy Dietition" }, "onBehalfOf": { "reference": "Organization/f001" }, "period": { "end": "2013-01-01" } } ], "managingOrganization": [ { "reference": "Organization/f001" } ] } ``` You can reference the FHIR documentation to determine the format for [`CareTeam`](https://www.hl7.org/fhir/r4b/CareTeam.html). - [Patch CareTeam with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_careteam-identifier.md): **[CareTeam on the FHIR specification website.](https://www.hl7.org/fhir/r4b/careteam.html)** The Care Team includes all the people and organizations who plan to participate in the coordination and delivery of care for a patient. The body should be a list of valid JSON patches for CareTeam. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete CareTeam with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_careteam-identifier.md): **[CareTeam on the FHIR specification website.](https://www.hl7.org/fhir/r4b/careteam.html)** The Care Team includes all the people and organizations who plan to participate in the coordination and delivery of care for a patient. - [Get history of CareTeam with identifier {identifier}](https://api-reference.oystehr.com/reference/get_careteam-identifier-history.md): **[CareTeam on the FHIR specification website.](https://www.hl7.org/fhir/r4b/careteam.html)** The Care Team includes all the people and organizations who plan to participate in the coordination and delivery of care for a patient. - [Get CareTeam with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_careteam-identifier-history-versionidentifier.md): **[CareTeam on the FHIR specification website.](https://www.hl7.org/fhir/r4b/careteam.html)** The Care Team includes all the people and organizations who plan to participate in the coordination and delivery of care for a patient. - [Search CatalogEntrys](https://api-reference.oystehr.com/reference/get_catalogentry.md): **[CatalogEntry on the FHIR specification website.](https://www.hl7.org/fhir/r4b/catalogentry.html)** Catalog entries are wrappers that contextualize items included in a catalog. - [Create a new CatalogEntry](https://api-reference.oystehr.com/reference/post_catalogentry.md): **[CatalogEntry on the FHIR specification website.](https://www.hl7.org/fhir/r4b/catalogentry.html)** Catalog entries are wrappers that contextualize items included in a catalog. The body should be a valid FHIR object for CatalogEntry. Here is an example: ```json { "resourceType": "CatalogEntry", "id": "example", "text": { "status": "generated", "div": "
[Put rendering here]
" }, "identifier": [ { "system": "http://example.com/identifier", "value": "123" } ], "type": { "text": "Medication" }, "orderable": true, "referencedItem": { "reference": "Medication/123" } } ``` You can reference the FHIR documentation to determine the format for [`CatalogEntry`](https://www.hl7.org/fhir/r4b/CatalogEntry.html). - [Search CatalogEntrys](https://api-reference.oystehr.com/reference/post_catalogentry-search.md): **[CatalogEntry on the FHIR specification website.](https://www.hl7.org/fhir/r4b/catalogentry.html)** Catalog entries are wrappers that contextualize items included in a catalog. - [Get CatalogEntry with identifier {identifier}](https://api-reference.oystehr.com/reference/get_catalogentry-identifier.md): **[CatalogEntry on the FHIR specification website.](https://www.hl7.org/fhir/r4b/catalogentry.html)** Catalog entries are wrappers that contextualize items included in a catalog. - [Update CatalogEntry with identifier {identifier}](https://api-reference.oystehr.com/reference/put_catalogentry-identifier.md): **[CatalogEntry on the FHIR specification website.](https://www.hl7.org/fhir/r4b/catalogentry.html)** Catalog entries are wrappers that contextualize items included in a catalog. The body should be a valid FHIR object for CatalogEntry. Here is an example: ```json { "resourceType": "CatalogEntry", "id": "example", "text": { "status": "generated", "div": "
[Put rendering here]
" }, "identifier": [ { "system": "http://example.com/identifier", "value": "123" } ], "type": { "text": "Medication" }, "orderable": true, "referencedItem": { "reference": "Medication/123" } } ``` You can reference the FHIR documentation to determine the format for [`CatalogEntry`](https://www.hl7.org/fhir/r4b/CatalogEntry.html). - [Patch CatalogEntry with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_catalogentry-identifier.md): **[CatalogEntry on the FHIR specification website.](https://www.hl7.org/fhir/r4b/catalogentry.html)** Catalog entries are wrappers that contextualize items included in a catalog. The body should be a list of valid JSON patches for CatalogEntry. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete CatalogEntry with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_catalogentry-identifier.md): **[CatalogEntry on the FHIR specification website.](https://www.hl7.org/fhir/r4b/catalogentry.html)** Catalog entries are wrappers that contextualize items included in a catalog. - [Get history of CatalogEntry with identifier {identifier}](https://api-reference.oystehr.com/reference/get_catalogentry-identifier-history.md): **[CatalogEntry on the FHIR specification website.](https://www.hl7.org/fhir/r4b/catalogentry.html)** Catalog entries are wrappers that contextualize items included in a catalog. - [Get CatalogEntry with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_catalogentry-identifier-history-versionidentifier.md): **[CatalogEntry on the FHIR specification website.](https://www.hl7.org/fhir/r4b/catalogentry.html)** Catalog entries are wrappers that contextualize items included in a catalog. - [Search ChargeItems](https://api-reference.oystehr.com/reference/get_chargeitem.md): **[ChargeItem on the FHIR specification website.](https://www.hl7.org/fhir/r4b/chargeitem.html)** The resource ChargeItem describes the provision of healthcare provider products for a certain patient, therefore referring not only to the product, but containing in addition details of the provision, like date, time, amounts and participating organizations and persons. Main Usage of the ChargeItem is to enable the billing process and internal cost allocation. - [Create a new ChargeItem](https://api-reference.oystehr.com/reference/post_chargeitem.md): **[ChargeItem on the FHIR specification website.](https://www.hl7.org/fhir/r4b/chargeitem.html)** The resource ChargeItem describes the provision of healthcare provider products for a certain patient, therefore referring not only to the product, but containing in addition details of the provision, like date, time, amounts and participating organizations and persons. Main Usage of the ChargeItem is to enable the billing process and internal cost allocation. The body should be a valid FHIR object for ChargeItem. For example, if creating a [`Slot`](https://www.hl7.org/fhir/r4b/slot.html) resource, here is a valid object: ```json { "resourceType": "Slot", "schedule": { "reference": "schedule/a" }, "status": "free", "start": "2022-08-10T11:00:00Z", "end": "2022-08-10T12:00:00Z" } ``` You can reference the FHIR documentation to determine the format for [`ChargeItem`](https://www.hl7.org/fhir/r4b/ChargeItem.html). - [Search ChargeItems](https://api-reference.oystehr.com/reference/post_chargeitem-search.md): **[ChargeItem on the FHIR specification website.](https://www.hl7.org/fhir/r4b/chargeitem.html)** The resource ChargeItem describes the provision of healthcare provider products for a certain patient, therefore referring not only to the product, but containing in addition details of the provision, like date, time, amounts and participating organizations and persons. Main Usage of the ChargeItem is to enable the billing process and internal cost allocation. - [Get ChargeItem with identifier {identifier}](https://api-reference.oystehr.com/reference/get_chargeitem-identifier.md): **[ChargeItem on the FHIR specification website.](https://www.hl7.org/fhir/r4b/chargeitem.html)** The resource ChargeItem describes the provision of healthcare provider products for a certain patient, therefore referring not only to the product, but containing in addition details of the provision, like date, time, amounts and participating organizations and persons. Main Usage of the ChargeItem is to enable the billing process and internal cost allocation. - [Update ChargeItem with identifier {identifier}](https://api-reference.oystehr.com/reference/put_chargeitem-identifier.md): **[ChargeItem on the FHIR specification website.](https://www.hl7.org/fhir/r4b/chargeitem.html)** The resource ChargeItem describes the provision of healthcare provider products for a certain patient, therefore referring not only to the product, but containing in addition details of the provision, like date, time, amounts and participating organizations and persons. Main Usage of the ChargeItem is to enable the billing process and internal cost allocation. The body should be a valid FHIR object for ChargeItem. For example, if updating a [`Slot`](https://www.hl7.org/fhir/r4b/slot.html) resource, here is a valid object: ```json { "resourceType": "Slot", "schedule": { "reference": "schedule/a" }, "status": "free", "start": "2022-08-10T11:00:00Z", "end": "2022-08-10T12:00:00Z" } ``` You can reference the FHIR documentation to determine the format for [`ChargeItem`](https://www.hl7.org/fhir/r4b/ChargeItem.html). - [Patch ChargeItem with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_chargeitem-identifier.md): **[ChargeItem on the FHIR specification website.](https://www.hl7.org/fhir/r4b/chargeitem.html)** The resource ChargeItem describes the provision of healthcare provider products for a certain patient, therefore referring not only to the product, but containing in addition details of the provision, like date, time, amounts and participating organizations and persons. Main Usage of the ChargeItem is to enable the billing process and internal cost allocation. The body should be a list of valid JSON patches for ChargeItem. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete ChargeItem with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_chargeitem-identifier.md): **[ChargeItem on the FHIR specification website.](https://www.hl7.org/fhir/r4b/chargeitem.html)** The resource ChargeItem describes the provision of healthcare provider products for a certain patient, therefore referring not only to the product, but containing in addition details of the provision, like date, time, amounts and participating organizations and persons. Main Usage of the ChargeItem is to enable the billing process and internal cost allocation. - [Get history of ChargeItem with identifier {identifier}](https://api-reference.oystehr.com/reference/get_chargeitem-identifier-history.md): **[ChargeItem on the FHIR specification website.](https://www.hl7.org/fhir/r4b/chargeitem.html)** The resource ChargeItem describes the provision of healthcare provider products for a certain patient, therefore referring not only to the product, but containing in addition details of the provision, like date, time, amounts and participating organizations and persons. Main Usage of the ChargeItem is to enable the billing process and internal cost allocation. - [Get ChargeItem with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_chargeitem-identifier-history-versionidentifier.md): **[ChargeItem on the FHIR specification website.](https://www.hl7.org/fhir/r4b/chargeitem.html)** The resource ChargeItem describes the provision of healthcare provider products for a certain patient, therefore referring not only to the product, but containing in addition details of the provision, like date, time, amounts and participating organizations and persons. Main Usage of the ChargeItem is to enable the billing process and internal cost allocation. - [Search ChargeItemDefinitions](https://api-reference.oystehr.com/reference/get_chargeitemdefinition.md): **[ChargeItemDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/chargeitemdefinition.html)** The ChargeItemDefinition resource provides the properties that apply to the (billing) codes necessary to calculate costs and prices. The properties may differ largely depending on type and realm, therefore this resource gives only a rough structure and requires profiling for each type of billing code system. - [Create a new ChargeItemDefinition](https://api-reference.oystehr.com/reference/post_chargeitemdefinition.md): **[ChargeItemDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/chargeitemdefinition.html)** The ChargeItemDefinition resource provides the properties that apply to the (billing) codes necessary to calculate costs and prices. The properties may differ largely depending on type and realm, therefore this resource gives only a rough structure and requires profiling for each type of billing code system. The body should be a valid FHIR object for ChargeItemDefinition. For example, if creating a [`Slot`](https://www.hl7.org/fhir/r4b/slot.html) resource, here is a valid object: ```json { "resourceType": "Slot", "schedule": { "reference": "schedule/a" }, "status": "free", "start": "2022-08-10T11:00:00Z", "end": "2022-08-10T12:00:00Z" } ``` You can reference the FHIR documentation to determine the format for [`ChargeItemDefinition`](https://www.hl7.org/fhir/r4b/ChargeItemDefinition.html). - [Search ChargeItemDefinitions](https://api-reference.oystehr.com/reference/post_chargeitemdefinition-search.md): **[ChargeItemDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/chargeitemdefinition.html)** The ChargeItemDefinition resource provides the properties that apply to the (billing) codes necessary to calculate costs and prices. The properties may differ largely depending on type and realm, therefore this resource gives only a rough structure and requires profiling for each type of billing code system. - [Get ChargeItemDefinition with identifier {identifier}](https://api-reference.oystehr.com/reference/get_chargeitemdefinition-identifier.md): **[ChargeItemDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/chargeitemdefinition.html)** The ChargeItemDefinition resource provides the properties that apply to the (billing) codes necessary to calculate costs and prices. The properties may differ largely depending on type and realm, therefore this resource gives only a rough structure and requires profiling for each type of billing code system. - [Update ChargeItemDefinition with identifier {identifier}](https://api-reference.oystehr.com/reference/put_chargeitemdefinition-identifier.md): **[ChargeItemDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/chargeitemdefinition.html)** The ChargeItemDefinition resource provides the properties that apply to the (billing) codes necessary to calculate costs and prices. The properties may differ largely depending on type and realm, therefore this resource gives only a rough structure and requires profiling for each type of billing code system. The body should be a valid FHIR object for ChargeItemDefinition. For example, if updating a [`Slot`](https://www.hl7.org/fhir/r4b/slot.html) resource, here is a valid object: ```json { "resourceType": "Slot", "schedule": { "reference": "schedule/a" }, "status": "free", "start": "2022-08-10T11:00:00Z", "end": "2022-08-10T12:00:00Z" } ``` You can reference the FHIR documentation to determine the format for [`ChargeItemDefinition`](https://www.hl7.org/fhir/r4b/ChargeItemDefinition.html). - [Patch ChargeItemDefinition with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_chargeitemdefinition-identifier.md): **[ChargeItemDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/chargeitemdefinition.html)** The ChargeItemDefinition resource provides the properties that apply to the (billing) codes necessary to calculate costs and prices. The properties may differ largely depending on type and realm, therefore this resource gives only a rough structure and requires profiling for each type of billing code system. The body should be a list of valid JSON patches for ChargeItemDefinition. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete ChargeItemDefinition with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_chargeitemdefinition-identifier.md): **[ChargeItemDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/chargeitemdefinition.html)** The ChargeItemDefinition resource provides the properties that apply to the (billing) codes necessary to calculate costs and prices. The properties may differ largely depending on type and realm, therefore this resource gives only a rough structure and requires profiling for each type of billing code system. - [Get history of ChargeItemDefinition with identifier {identifier}](https://api-reference.oystehr.com/reference/get_chargeitemdefinition-identifier-history.md): **[ChargeItemDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/chargeitemdefinition.html)** The ChargeItemDefinition resource provides the properties that apply to the (billing) codes necessary to calculate costs and prices. The properties may differ largely depending on type and realm, therefore this resource gives only a rough structure and requires profiling for each type of billing code system. - [Get ChargeItemDefinition with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_chargeitemdefinition-identifier-history-versionidentifier.md): **[ChargeItemDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/chargeitemdefinition.html)** The ChargeItemDefinition resource provides the properties that apply to the (billing) codes necessary to calculate costs and prices. The properties may differ largely depending on type and realm, therefore this resource gives only a rough structure and requires profiling for each type of billing code system. - [Search Citations](https://api-reference.oystehr.com/reference/get_citation.md): **[Citation on the FHIR specification website.](https://www.hl7.org/fhir/r4b/citation.html)** The Citation Resource enables reference to any knowledge artifact for purposes of identification and attribution. The Citation Resource supports existing reference structures and developing publication practices such as versioning, expressing complex contributorship roles, and referencing computable resources. - [Create a new Citation](https://api-reference.oystehr.com/reference/post_citation.md): **[Citation on the FHIR specification website.](https://www.hl7.org/fhir/r4b/citation.html)** The Citation Resource enables reference to any knowledge artifact for purposes of identification and attribution. The Citation Resource supports existing reference structures and developing publication practices such as versioning, expressing complex contributorship roles, and referencing computable resources. The body should be a valid FHIR object for Citation. For example, if creating a [`Slot`](https://www.hl7.org/fhir/r4b/slot.html) resource, here is a valid object: ```json { "resourceType": "Slot", "schedule": { "reference": "schedule/a" }, "status": "free", "start": "2022-08-10T11:00:00Z", "end": "2022-08-10T12:00:00Z" } ``` You can reference the FHIR documentation to determine the format for [`Citation`](https://www.hl7.org/fhir/r4b/Citation.html). - [Search Citations](https://api-reference.oystehr.com/reference/post_citation-search.md): **[Citation on the FHIR specification website.](https://www.hl7.org/fhir/r4b/citation.html)** The Citation Resource enables reference to any knowledge artifact for purposes of identification and attribution. The Citation Resource supports existing reference structures and developing publication practices such as versioning, expressing complex contributorship roles, and referencing computable resources. - [Get Citation with identifier {identifier}](https://api-reference.oystehr.com/reference/get_citation-identifier.md): **[Citation on the FHIR specification website.](https://www.hl7.org/fhir/r4b/citation.html)** The Citation Resource enables reference to any knowledge artifact for purposes of identification and attribution. The Citation Resource supports existing reference structures and developing publication practices such as versioning, expressing complex contributorship roles, and referencing computable resources. - [Update Citation with identifier {identifier}](https://api-reference.oystehr.com/reference/put_citation-identifier.md): **[Citation on the FHIR specification website.](https://www.hl7.org/fhir/r4b/citation.html)** The Citation Resource enables reference to any knowledge artifact for purposes of identification and attribution. The Citation Resource supports existing reference structures and developing publication practices such as versioning, expressing complex contributorship roles, and referencing computable resources. The body should be a valid FHIR object for Citation. For example, if updating a [`Slot`](https://www.hl7.org/fhir/r4b/slot.html) resource, here is a valid object: ```json { "resourceType": "Slot", "schedule": { "reference": "schedule/a" }, "status": "free", "start": "2022-08-10T11:00:00Z", "end": "2022-08-10T12:00:00Z" } ``` You can reference the FHIR documentation to determine the format for [`Citation`](https://www.hl7.org/fhir/r4b/Citation.html). - [Patch Citation with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_citation-identifier.md): **[Citation on the FHIR specification website.](https://www.hl7.org/fhir/r4b/citation.html)** The Citation Resource enables reference to any knowledge artifact for purposes of identification and attribution. The Citation Resource supports existing reference structures and developing publication practices such as versioning, expressing complex contributorship roles, and referencing computable resources. The body should be a list of valid JSON patches for Citation. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete Citation with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_citation-identifier.md): **[Citation on the FHIR specification website.](https://www.hl7.org/fhir/r4b/citation.html)** The Citation Resource enables reference to any knowledge artifact for purposes of identification and attribution. The Citation Resource supports existing reference structures and developing publication practices such as versioning, expressing complex contributorship roles, and referencing computable resources. - [Get history of Citation with identifier {identifier}](https://api-reference.oystehr.com/reference/get_citation-identifier-history.md): **[Citation on the FHIR specification website.](https://www.hl7.org/fhir/r4b/citation.html)** The Citation Resource enables reference to any knowledge artifact for purposes of identification and attribution. The Citation Resource supports existing reference structures and developing publication practices such as versioning, expressing complex contributorship roles, and referencing computable resources. - [Get Citation with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_citation-identifier-history-versionidentifier.md): **[Citation on the FHIR specification website.](https://www.hl7.org/fhir/r4b/citation.html)** The Citation Resource enables reference to any knowledge artifact for purposes of identification and attribution. The Citation Resource supports existing reference structures and developing publication practices such as versioning, expressing complex contributorship roles, and referencing computable resources. - [Search Claims](https://api-reference.oystehr.com/reference/get_claim.md): **[Claim on the FHIR specification website.](https://www.hl7.org/fhir/r4b/claim.html)** A provider issued list of professional services and products which have been provided, or are to be provided, to a patient which is sent to an insurer for reimbursement. - [Create a new Claim](https://api-reference.oystehr.com/reference/post_claim.md): **[Claim on the FHIR specification website.](https://www.hl7.org/fhir/r4b/claim.html)** A provider issued list of professional services and products which have been provided, or are to be provided, to a patient which is sent to an insurer for reimbursement. The body should be a valid FHIR object for Claim. Here is an example: ```json { "resourceType": "Claim", "id": "100150", "text": { "status": "generated", "div": "
A human-readable rendering of the Oral Health Claim
" }, "identifier": [ { "system": "http://happyvalley.com/claim", "value": "12345" } ], "status": "active", "type": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/claim-type", "code": "oral" } ] }, "use": "claim", "patient": { "reference": "Patient/1" }, "created": "2014-08-16", "insurer": { "reference": "Organization/2" }, "provider": { "reference": "Organization/1" }, "priority": { "coding": [ { "code": "normal" } ] }, "payee": { "type": { "coding": [ { "code": "provider" } ] } }, "careTeam": [ { "sequence": 1, "provider": { "reference": "Practitioner/example" } } ], "diagnosis": [ { "sequence": 1, "diagnosisCodeableConcept": { "coding": [ { "code": "123456" } ] } } ], "insurance": [ { "sequence": 1, "focal": true, "identifier": { "system": "http://happyvalley.com/claim", "value": "12345" }, "coverage": { "reference": "Coverage/9876B1" } } ], "item": [ { "sequence": 1, "careTeamSequence": [ 1 ], "productOrService": { "coding": [ { "code": "1200" } ] }, "servicedDate": "2014-08-16", "unitPrice": { "value": 135.57, "currency": "USD" }, "net": { "value": 135.57, "currency": "USD" } } ] } ``` You can reference the FHIR documentation to determine the format for [`Claim`](https://www.hl7.org/fhir/r4b/Claim.html). - [Search Claims](https://api-reference.oystehr.com/reference/post_claim-search.md): **[Claim on the FHIR specification website.](https://www.hl7.org/fhir/r4b/claim.html)** A provider issued list of professional services and products which have been provided, or are to be provided, to a patient which is sent to an insurer for reimbursement. - [Get Claim with identifier {identifier}](https://api-reference.oystehr.com/reference/get_claim-identifier.md): **[Claim on the FHIR specification website.](https://www.hl7.org/fhir/r4b/claim.html)** A provider issued list of professional services and products which have been provided, or are to be provided, to a patient which is sent to an insurer for reimbursement. - [Update Claim with identifier {identifier}](https://api-reference.oystehr.com/reference/put_claim-identifier.md): **[Claim on the FHIR specification website.](https://www.hl7.org/fhir/r4b/claim.html)** A provider issued list of professional services and products which have been provided, or are to be provided, to a patient which is sent to an insurer for reimbursement. The body should be a valid FHIR object for Claim. Here is an example: ```json { "resourceType": "Claim", "id": "100150", "text": { "status": "generated", "div": "
A human-readable rendering of the Oral Health Claim
" }, "identifier": [ { "system": "http://happyvalley.com/claim", "value": "12345" } ], "status": "active", "type": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/claim-type", "code": "oral" } ] }, "use": "claim", "patient": { "reference": "Patient/1" }, "created": "2014-08-16", "insurer": { "reference": "Organization/2" }, "provider": { "reference": "Organization/1" }, "priority": { "coding": [ { "code": "normal" } ] }, "payee": { "type": { "coding": [ { "code": "provider" } ] } }, "careTeam": [ { "sequence": 1, "provider": { "reference": "Practitioner/example" } } ], "diagnosis": [ { "sequence": 1, "diagnosisCodeableConcept": { "coding": [ { "code": "123456" } ] } } ], "insurance": [ { "sequence": 1, "focal": true, "identifier": { "system": "http://happyvalley.com/claim", "value": "12345" }, "coverage": { "reference": "Coverage/9876B1" } } ], "item": [ { "sequence": 1, "careTeamSequence": [ 1 ], "productOrService": { "coding": [ { "code": "1200" } ] }, "servicedDate": "2014-08-16", "unitPrice": { "value": 135.57, "currency": "USD" }, "net": { "value": 135.57, "currency": "USD" } } ] } ``` You can reference the FHIR documentation to determine the format for [`Claim`](https://www.hl7.org/fhir/r4b/Claim.html). - [Patch Claim with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_claim-identifier.md): **[Claim on the FHIR specification website.](https://www.hl7.org/fhir/r4b/claim.html)** A provider issued list of professional services and products which have been provided, or are to be provided, to a patient which is sent to an insurer for reimbursement. The body should be a list of valid JSON patches for Claim. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete Claim with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_claim-identifier.md): **[Claim on the FHIR specification website.](https://www.hl7.org/fhir/r4b/claim.html)** A provider issued list of professional services and products which have been provided, or are to be provided, to a patient which is sent to an insurer for reimbursement. - [Get history of Claim with identifier {identifier}](https://api-reference.oystehr.com/reference/get_claim-identifier-history.md): **[Claim on the FHIR specification website.](https://www.hl7.org/fhir/r4b/claim.html)** A provider issued list of professional services and products which have been provided, or are to be provided, to a patient which is sent to an insurer for reimbursement. - [Get Claim with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_claim-identifier-history-versionidentifier.md): **[Claim on the FHIR specification website.](https://www.hl7.org/fhir/r4b/claim.html)** A provider issued list of professional services and products which have been provided, or are to be provided, to a patient which is sent to an insurer for reimbursement. - [Search ClaimResponses](https://api-reference.oystehr.com/reference/get_claimresponse.md): **[ClaimResponse on the FHIR specification website.](https://www.hl7.org/fhir/r4b/claimresponse.html)** This resource provides the adjudication details from the processing of a Claim resource. - [Create a new ClaimResponse](https://api-reference.oystehr.com/reference/post_claimresponse.md): **[ClaimResponse on the FHIR specification website.](https://www.hl7.org/fhir/r4b/claimresponse.html)** This resource provides the adjudication details from the processing of a Claim resource. The body should be a valid FHIR object for ClaimResponse. Here is an example: ```json { "resourceType": "ClaimResponse", "id": "R3501", "text": { "status": "generated", "div": "
A human-readable rendering of the ClaimResponse that demonstrates returning errors
" }, "identifier": [ { "system": "http://www.BenefitsInc.com/fhir/remittance", "value": "R3501" } ], "status": "active", "type": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/claim-type", "code": "oral" } ] }, "use": "claim", "patient": { "reference": "Patient/1" }, "created": "2014-08-16", "insurer": { "identifier": { "system": "http://www.jurisdiction.org/insurers", "value": "555123" } }, "requestor": { "reference": "Practitioner/1" }, "request": { "reference": "Claim/100156" }, "outcome": "error", "disposition": "Claim could not be processed", "formCode": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/forms-codes", "code": "2" } ] }, "processNote": [ { "number": 1, "type": "display", "text": "Invalid claim", "language": { "coding": [ { "system": "urn:ietf:bcp:47", "code": "en-CA" } ] } } ], "communicationRequest": [ { "reference": "CommunicationRequest/fm-solicit" } ], "error": [ { "itemSequence": 3, "detailSequence": 2, "code": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/adjudication-error", "code": "a002" } ] } } ] } ``` You can reference the FHIR documentation to determine the format for [`ClaimResponse`](https://www.hl7.org/fhir/r4b/ClaimResponse.html). - [Search ClaimResponses](https://api-reference.oystehr.com/reference/post_claimresponse-search.md): **[ClaimResponse on the FHIR specification website.](https://www.hl7.org/fhir/r4b/claimresponse.html)** This resource provides the adjudication details from the processing of a Claim resource. - [Get ClaimResponse with identifier {identifier}](https://api-reference.oystehr.com/reference/get_claimresponse-identifier.md): **[ClaimResponse on the FHIR specification website.](https://www.hl7.org/fhir/r4b/claimresponse.html)** This resource provides the adjudication details from the processing of a Claim resource. - [Update ClaimResponse with identifier {identifier}](https://api-reference.oystehr.com/reference/put_claimresponse-identifier.md): **[ClaimResponse on the FHIR specification website.](https://www.hl7.org/fhir/r4b/claimresponse.html)** This resource provides the adjudication details from the processing of a Claim resource. The body should be a valid FHIR object for ClaimResponse. Here is an example: ```json { "resourceType": "ClaimResponse", "id": "R3501", "text": { "status": "generated", "div": "
A human-readable rendering of the ClaimResponse that demonstrates returning errors
" }, "identifier": [ { "system": "http://www.BenefitsInc.com/fhir/remittance", "value": "R3501" } ], "status": "active", "type": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/claim-type", "code": "oral" } ] }, "use": "claim", "patient": { "reference": "Patient/1" }, "created": "2014-08-16", "insurer": { "identifier": { "system": "http://www.jurisdiction.org/insurers", "value": "555123" } }, "requestor": { "reference": "Practitioner/1" }, "request": { "reference": "Claim/100156" }, "outcome": "error", "disposition": "Claim could not be processed", "formCode": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/forms-codes", "code": "2" } ] }, "processNote": [ { "number": 1, "type": "display", "text": "Invalid claim", "language": { "coding": [ { "system": "urn:ietf:bcp:47", "code": "en-CA" } ] } } ], "communicationRequest": [ { "reference": "CommunicationRequest/fm-solicit" } ], "error": [ { "itemSequence": 3, "detailSequence": 2, "code": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/adjudication-error", "code": "a002" } ] } } ] } ``` You can reference the FHIR documentation to determine the format for [`ClaimResponse`](https://www.hl7.org/fhir/r4b/ClaimResponse.html). - [Patch ClaimResponse with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_claimresponse-identifier.md): **[ClaimResponse on the FHIR specification website.](https://www.hl7.org/fhir/r4b/claimresponse.html)** This resource provides the adjudication details from the processing of a Claim resource. The body should be a list of valid JSON patches for ClaimResponse. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete ClaimResponse with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_claimresponse-identifier.md): **[ClaimResponse on the FHIR specification website.](https://www.hl7.org/fhir/r4b/claimresponse.html)** This resource provides the adjudication details from the processing of a Claim resource. - [Get history of ClaimResponse with identifier {identifier}](https://api-reference.oystehr.com/reference/get_claimresponse-identifier-history.md): **[ClaimResponse on the FHIR specification website.](https://www.hl7.org/fhir/r4b/claimresponse.html)** This resource provides the adjudication details from the processing of a Claim resource. - [Get ClaimResponse with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_claimresponse-identifier-history-versionidentifier.md): **[ClaimResponse on the FHIR specification website.](https://www.hl7.org/fhir/r4b/claimresponse.html)** This resource provides the adjudication details from the processing of a Claim resource. - [Search ClinicalImpressions](https://api-reference.oystehr.com/reference/get_clinicalimpression.md): **[ClinicalImpression on the FHIR specification website.](https://www.hl7.org/fhir/r4b/clinicalimpression.html)** A record of a clinical assessment performed to determine what problem(s) may affect the patient and before planning the treatments or management strategies that are best to manage a patient's condition. Assessments are often 1:1 with a clinical consultation / encounter, but this varies greatly depending on the clinical workflow. This resource is called "ClinicalImpression" rather than "ClinicalAssessment" to avoid confusion with the recording of assessment tools such as Apgar score. - [Create a new ClinicalImpression](https://api-reference.oystehr.com/reference/post_clinicalimpression.md): **[ClinicalImpression on the FHIR specification website.](https://www.hl7.org/fhir/r4b/clinicalimpression.html)** A record of a clinical assessment performed to determine what problem(s) may affect the patient and before planning the treatments or management strategies that are best to manage a patient's condition. Assessments are often 1:1 with a clinical consultation / encounter, but this varies greatly depending on the clinical workflow. This resource is called "ClinicalImpression" rather than "ClinicalAssessment" to avoid confusion with the recording of assessment tools such as Apgar score. The body should be a valid FHIR object for ClinicalImpression. For example, if creating a [`Slot`](https://www.hl7.org/fhir/r4b/slot.html) resource, here is a valid object: ```json { "resourceType": "Slot", "schedule": { "reference": "schedule/a" }, "status": "free", "start": "2022-08-10T11:00:00Z", "end": "2022-08-10T12:00:00Z" } ``` You can reference the FHIR documentation to determine the format for [`ClinicalImpression`](https://www.hl7.org/fhir/r4b/ClinicalImpression.html). - [Search ClinicalImpressions](https://api-reference.oystehr.com/reference/post_clinicalimpression-search.md): **[ClinicalImpression on the FHIR specification website.](https://www.hl7.org/fhir/r4b/clinicalimpression.html)** A record of a clinical assessment performed to determine what problem(s) may affect the patient and before planning the treatments or management strategies that are best to manage a patient's condition. Assessments are often 1:1 with a clinical consultation / encounter, but this varies greatly depending on the clinical workflow. This resource is called "ClinicalImpression" rather than "ClinicalAssessment" to avoid confusion with the recording of assessment tools such as Apgar score. - [Get ClinicalImpression with identifier {identifier}](https://api-reference.oystehr.com/reference/get_clinicalimpression-identifier.md): **[ClinicalImpression on the FHIR specification website.](https://www.hl7.org/fhir/r4b/clinicalimpression.html)** A record of a clinical assessment performed to determine what problem(s) may affect the patient and before planning the treatments or management strategies that are best to manage a patient's condition. Assessments are often 1:1 with a clinical consultation / encounter, but this varies greatly depending on the clinical workflow. This resource is called "ClinicalImpression" rather than "ClinicalAssessment" to avoid confusion with the recording of assessment tools such as Apgar score. - [Update ClinicalImpression with identifier {identifier}](https://api-reference.oystehr.com/reference/put_clinicalimpression-identifier.md): **[ClinicalImpression on the FHIR specification website.](https://www.hl7.org/fhir/r4b/clinicalimpression.html)** A record of a clinical assessment performed to determine what problem(s) may affect the patient and before planning the treatments or management strategies that are best to manage a patient's condition. Assessments are often 1:1 with a clinical consultation / encounter, but this varies greatly depending on the clinical workflow. This resource is called "ClinicalImpression" rather than "ClinicalAssessment" to avoid confusion with the recording of assessment tools such as Apgar score. The body should be a valid FHIR object for ClinicalImpression. For example, if updating a [`Slot`](https://www.hl7.org/fhir/r4b/slot.html) resource, here is a valid object: ```json { "resourceType": "Slot", "schedule": { "reference": "schedule/a" }, "status": "free", "start": "2022-08-10T11:00:00Z", "end": "2022-08-10T12:00:00Z" } ``` You can reference the FHIR documentation to determine the format for [`ClinicalImpression`](https://www.hl7.org/fhir/r4b/ClinicalImpression.html). - [Patch ClinicalImpression with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_clinicalimpression-identifier.md): **[ClinicalImpression on the FHIR specification website.](https://www.hl7.org/fhir/r4b/clinicalimpression.html)** A record of a clinical assessment performed to determine what problem(s) may affect the patient and before planning the treatments or management strategies that are best to manage a patient's condition. Assessments are often 1:1 with a clinical consultation / encounter, but this varies greatly depending on the clinical workflow. This resource is called "ClinicalImpression" rather than "ClinicalAssessment" to avoid confusion with the recording of assessment tools such as Apgar score. The body should be a list of valid JSON patches for ClinicalImpression. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete ClinicalImpression with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_clinicalimpression-identifier.md): **[ClinicalImpression on the FHIR specification website.](https://www.hl7.org/fhir/r4b/clinicalimpression.html)** A record of a clinical assessment performed to determine what problem(s) may affect the patient and before planning the treatments or management strategies that are best to manage a patient's condition. Assessments are often 1:1 with a clinical consultation / encounter, but this varies greatly depending on the clinical workflow. This resource is called "ClinicalImpression" rather than "ClinicalAssessment" to avoid confusion with the recording of assessment tools such as Apgar score. - [Get history of ClinicalImpression with identifier {identifier}](https://api-reference.oystehr.com/reference/get_clinicalimpression-identifier-history.md): **[ClinicalImpression on the FHIR specification website.](https://www.hl7.org/fhir/r4b/clinicalimpression.html)** A record of a clinical assessment performed to determine what problem(s) may affect the patient and before planning the treatments or management strategies that are best to manage a patient's condition. Assessments are often 1:1 with a clinical consultation / encounter, but this varies greatly depending on the clinical workflow. This resource is called "ClinicalImpression" rather than "ClinicalAssessment" to avoid confusion with the recording of assessment tools such as Apgar score. - [Get ClinicalImpression with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_clinicalimpression-identifier-history-versionidentifier.md): **[ClinicalImpression on the FHIR specification website.](https://www.hl7.org/fhir/r4b/clinicalimpression.html)** A record of a clinical assessment performed to determine what problem(s) may affect the patient and before planning the treatments or management strategies that are best to manage a patient's condition. Assessments are often 1:1 with a clinical consultation / encounter, but this varies greatly depending on the clinical workflow. This resource is called "ClinicalImpression" rather than "ClinicalAssessment" to avoid confusion with the recording of assessment tools such as Apgar score. - [Search ClinicalUseDefinitions](https://api-reference.oystehr.com/reference/get_clinicalusedefinition.md): **[ClinicalUseDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/clinicalusedefinition.html)** A single issue - either an indication, contraindication, interaction or an undesirable effect for a medicinal product, medication, device or procedure. - [Create a new ClinicalUseDefinition](https://api-reference.oystehr.com/reference/post_clinicalusedefinition.md): **[ClinicalUseDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/clinicalusedefinition.html)** A single issue - either an indication, contraindication, interaction or an undesirable effect for a medicinal product, medication, device or procedure. The body should be a valid FHIR object for ClinicalUseDefinition. For example, if creating a [`Slot`](https://www.hl7.org/fhir/r4b/slot.html) resource, here is a valid object: ```json { "resourceType": "Slot", "schedule": { "reference": "schedule/a" }, "status": "free", "start": "2022-08-10T11:00:00Z", "end": "2022-08-10T12:00:00Z" } ``` You can reference the FHIR documentation to determine the format for [`ClinicalUseDefinition`](https://www.hl7.org/fhir/r4b/ClinicalUseDefinition.html). - [Search ClinicalUseDefinitions](https://api-reference.oystehr.com/reference/post_clinicalusedefinition-search.md): **[ClinicalUseDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/clinicalusedefinition.html)** A single issue - either an indication, contraindication, interaction or an undesirable effect for a medicinal product, medication, device or procedure. - [Get ClinicalUseDefinition with identifier {identifier}](https://api-reference.oystehr.com/reference/get_clinicalusedefinition-identifier.md): **[ClinicalUseDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/clinicalusedefinition.html)** A single issue - either an indication, contraindication, interaction or an undesirable effect for a medicinal product, medication, device or procedure. - [Update ClinicalUseDefinition with identifier {identifier}](https://api-reference.oystehr.com/reference/put_clinicalusedefinition-identifier.md): **[ClinicalUseDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/clinicalusedefinition.html)** A single issue - either an indication, contraindication, interaction or an undesirable effect for a medicinal product, medication, device or procedure. The body should be a valid FHIR object for ClinicalUseDefinition. For example, if updating a [`Slot`](https://www.hl7.org/fhir/r4b/slot.html) resource, here is a valid object: ```json { "resourceType": "Slot", "schedule": { "reference": "schedule/a" }, "status": "free", "start": "2022-08-10T11:00:00Z", "end": "2022-08-10T12:00:00Z" } ``` You can reference the FHIR documentation to determine the format for [`ClinicalUseDefinition`](https://www.hl7.org/fhir/r4b/ClinicalUseDefinition.html). - [Patch ClinicalUseDefinition with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_clinicalusedefinition-identifier.md): **[ClinicalUseDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/clinicalusedefinition.html)** A single issue - either an indication, contraindication, interaction or an undesirable effect for a medicinal product, medication, device or procedure. The body should be a list of valid JSON patches for ClinicalUseDefinition. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete ClinicalUseDefinition with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_clinicalusedefinition-identifier.md): **[ClinicalUseDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/clinicalusedefinition.html)** A single issue - either an indication, contraindication, interaction or an undesirable effect for a medicinal product, medication, device or procedure. - [Get history of ClinicalUseDefinition with identifier {identifier}](https://api-reference.oystehr.com/reference/get_clinicalusedefinition-identifier-history.md): **[ClinicalUseDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/clinicalusedefinition.html)** A single issue - either an indication, contraindication, interaction or an undesirable effect for a medicinal product, medication, device or procedure. - [Get ClinicalUseDefinition with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_clinicalusedefinition-identifier-history-versionidentifier.md): **[ClinicalUseDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/clinicalusedefinition.html)** A single issue - either an indication, contraindication, interaction or an undesirable effect for a medicinal product, medication, device or procedure. - [Search CodeSystems](https://api-reference.oystehr.com/reference/get_codesystem.md): **[CodeSystem on the FHIR specification website.](https://www.hl7.org/fhir/r4b/codesystem.html)** The CodeSystem resource is used to declare the existence of and describe a code system or code system supplement and its key properties, and optionally define a part or all of its content. - [Create a new CodeSystem](https://api-reference.oystehr.com/reference/post_codesystem.md): **[CodeSystem on the FHIR specification website.](https://www.hl7.org/fhir/r4b/codesystem.html)** The CodeSystem resource is used to declare the existence of and describe a code system or code system supplement and its key properties, and optionally define a part or all of its content. The body should be a valid FHIR object for CodeSystem. Here is an example: ```json { "resourceType": "CodeSystem", "id": "catalogType", "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, "text": { "status": "generated", "div": "
\n

CatalogType

\n
\n

The type of catalog.

\n\n
\n

This code system http://terminology.hl7.org/CodeSystem/catalogType defines the following codes:

\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n Code\n \n Display\n \n Definition\n
medication\n \n Medication CatalogMedication Catalog.
device\n \n Device CatalogDevice Catalog.
protocol\n \n Protocol ListProtocol List.
\n
" }, "url": "http://terminology.hl7.org/CodeSystem/catalogType", "identifier": [ { "system": "urn:ietf:rfc:3986", "value": "urn:oid:2.16.840.1.113883.4.642.4.1288" } ], "version": "4.0.1", "name": "CatalogType", "title": "CatalogType", "status": "draft", "experimental": false, "date": "2019-11-01T09:29:23+11:00", "publisher": "HL7 (FHIR Project)", "contact": [ { "telecom": [ { "system": "url", "value": "http://hl7.org/fhir" }, { "system": "email", "value": "fhir@lists.hl7.org" } ] } ], "description": "The type of catalog.", "caseSensitive": true, "valueSet": "http://hl7.org/fhir/ValueSet/catalogType", "content": "complete", "concept": [ { "code": "medication", "display": "Medication Catalog", "definition": "Medication Catalog." }, { "code": "device", "display": "Device Catalog", "definition": "Device Catalog." }, { "code": "protocol", "display": "Protocol List", "definition": "Protocol List." } ] } ``` You can reference the FHIR documentation to determine the format for [`CodeSystem`](https://www.hl7.org/fhir/r4b/CodeSystem.html). - [Search CodeSystems](https://api-reference.oystehr.com/reference/post_codesystem-search.md): **[CodeSystem on the FHIR specification website.](https://www.hl7.org/fhir/r4b/codesystem.html)** The CodeSystem resource is used to declare the existence of and describe a code system or code system supplement and its key properties, and optionally define a part or all of its content. - [Get CodeSystem with identifier {identifier}](https://api-reference.oystehr.com/reference/get_codesystem-identifier.md): **[CodeSystem on the FHIR specification website.](https://www.hl7.org/fhir/r4b/codesystem.html)** The CodeSystem resource is used to declare the existence of and describe a code system or code system supplement and its key properties, and optionally define a part or all of its content. - [Update CodeSystem with identifier {identifier}](https://api-reference.oystehr.com/reference/put_codesystem-identifier.md): **[CodeSystem on the FHIR specification website.](https://www.hl7.org/fhir/r4b/codesystem.html)** The CodeSystem resource is used to declare the existence of and describe a code system or code system supplement and its key properties, and optionally define a part or all of its content. The body should be a valid FHIR object for CodeSystem. Here is an example: ```json { "resourceType": "CodeSystem", "id": "catalogType", "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, "text": { "status": "generated", "div": "
\n

CatalogType

\n
\n

The type of catalog.

\n\n
\n

This code system http://terminology.hl7.org/CodeSystem/catalogType defines the following codes:

\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n Code\n \n Display\n \n Definition\n
medication\n \n Medication CatalogMedication Catalog.
device\n \n Device CatalogDevice Catalog.
protocol\n \n Protocol ListProtocol List.
\n
" }, "url": "http://terminology.hl7.org/CodeSystem/catalogType", "identifier": [ { "system": "urn:ietf:rfc:3986", "value": "urn:oid:2.16.840.1.113883.4.642.4.1288" } ], "version": "4.0.1", "name": "CatalogType", "title": "CatalogType", "status": "draft", "experimental": false, "date": "2019-11-01T09:29:23+11:00", "publisher": "HL7 (FHIR Project)", "contact": [ { "telecom": [ { "system": "url", "value": "http://hl7.org/fhir" }, { "system": "email", "value": "fhir@lists.hl7.org" } ] } ], "description": "The type of catalog.", "caseSensitive": true, "valueSet": "http://hl7.org/fhir/ValueSet/catalogType", "content": "complete", "concept": [ { "code": "medication", "display": "Medication Catalog", "definition": "Medication Catalog." }, { "code": "device", "display": "Device Catalog", "definition": "Device Catalog." }, { "code": "protocol", "display": "Protocol List", "definition": "Protocol List." } ] } ``` You can reference the FHIR documentation to determine the format for [`CodeSystem`](https://www.hl7.org/fhir/r4b/CodeSystem.html). - [Patch CodeSystem with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_codesystem-identifier.md): **[CodeSystem on the FHIR specification website.](https://www.hl7.org/fhir/r4b/codesystem.html)** The CodeSystem resource is used to declare the existence of and describe a code system or code system supplement and its key properties, and optionally define a part or all of its content. The body should be a list of valid JSON patches for CodeSystem. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete CodeSystem with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_codesystem-identifier.md): **[CodeSystem on the FHIR specification website.](https://www.hl7.org/fhir/r4b/codesystem.html)** The CodeSystem resource is used to declare the existence of and describe a code system or code system supplement and its key properties, and optionally define a part or all of its content. - [Get history of CodeSystem with identifier {identifier}](https://api-reference.oystehr.com/reference/get_codesystem-identifier-history.md): **[CodeSystem on the FHIR specification website.](https://www.hl7.org/fhir/r4b/codesystem.html)** The CodeSystem resource is used to declare the existence of and describe a code system or code system supplement and its key properties, and optionally define a part or all of its content. - [Get CodeSystem with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_codesystem-identifier-history-versionidentifier.md): **[CodeSystem on the FHIR specification website.](https://www.hl7.org/fhir/r4b/codesystem.html)** The CodeSystem resource is used to declare the existence of and describe a code system or code system supplement and its key properties, and optionally define a part or all of its content. - [Search Communications](https://api-reference.oystehr.com/reference/get_communication.md): **[Communication on the FHIR specification website.](https://www.hl7.org/fhir/r4b/communication.html)** An occurrence of information being transmitted; e.g. an alert that was sent to a responsible provider, a public health agency that was notified about a reportable condition. - [Create a new Communication](https://api-reference.oystehr.com/reference/post_communication.md): **[Communication on the FHIR specification website.](https://www.hl7.org/fhir/r4b/communication.html)** An occurrence of information being transmitted; e.g. an alert that was sent to a responsible provider, a public health agency that was notified about a reportable condition. The body should be a valid FHIR object for Communication. Here is an example: ```json { "resourceType": "Communication", "id": "example", "text": { "status": "generated", "div": "
Patient has very high serum potassium
" }, "identifier": [ { "type": { "text": "Paging System" }, "system": "urn:oid:1.3.4.5.6.7", "value": "2345678901" } ], "instantiatesUri": [ "http://example.org/hyperkalemia" ], "partOf": [ { "display": "Serum Potassium Observation" } ], "status": "completed", "category": [ { "coding": [ { "system": "http://acme.org/messagetypes", "code": "Alert" } ], "text": "Alert" } ], "medium": [ { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationMode", "code": "WRITTEN", "display": "written" } ], "text": "written" } ], "subject": { "reference": "Patient/example" }, "encounter": { "reference": "Encounter/example" }, "sent": "2014-12-12T18:01:10-08:00", "received": "2014-12-12T18:01:11-08:00", "recipient": [ { "reference": "Practitioner/example" } ], "sender": { "reference": "Device/f001" }, "payload": [ { "contentString": "Patient 1 has a very high serum potassium value (7.2 mmol/L on 2014-Dec-12 at 5:55 pm)" }, { "contentReference": { "display": "Serum Potassium Observation" } } ] } ``` You can reference the FHIR documentation to determine the format for [`Communication`](https://www.hl7.org/fhir/r4b/Communication.html). - [Search Communications](https://api-reference.oystehr.com/reference/post_communication-search.md): **[Communication on the FHIR specification website.](https://www.hl7.org/fhir/r4b/communication.html)** An occurrence of information being transmitted; e.g. an alert that was sent to a responsible provider, a public health agency that was notified about a reportable condition. - [Get Communication with identifier {identifier}](https://api-reference.oystehr.com/reference/get_communication-identifier.md): **[Communication on the FHIR specification website.](https://www.hl7.org/fhir/r4b/communication.html)** An occurrence of information being transmitted; e.g. an alert that was sent to a responsible provider, a public health agency that was notified about a reportable condition. - [Update Communication with identifier {identifier}](https://api-reference.oystehr.com/reference/put_communication-identifier.md): **[Communication on the FHIR specification website.](https://www.hl7.org/fhir/r4b/communication.html)** An occurrence of information being transmitted; e.g. an alert that was sent to a responsible provider, a public health agency that was notified about a reportable condition. The body should be a valid FHIR object for Communication. Here is an example: ```json { "resourceType": "Communication", "id": "example", "text": { "status": "generated", "div": "
Patient has very high serum potassium
" }, "identifier": [ { "type": { "text": "Paging System" }, "system": "urn:oid:1.3.4.5.6.7", "value": "2345678901" } ], "instantiatesUri": [ "http://example.org/hyperkalemia" ], "partOf": [ { "display": "Serum Potassium Observation" } ], "status": "completed", "category": [ { "coding": [ { "system": "http://acme.org/messagetypes", "code": "Alert" } ], "text": "Alert" } ], "medium": [ { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationMode", "code": "WRITTEN", "display": "written" } ], "text": "written" } ], "subject": { "reference": "Patient/example" }, "encounter": { "reference": "Encounter/example" }, "sent": "2014-12-12T18:01:10-08:00", "received": "2014-12-12T18:01:11-08:00", "recipient": [ { "reference": "Practitioner/example" } ], "sender": { "reference": "Device/f001" }, "payload": [ { "contentString": "Patient 1 has a very high serum potassium value (7.2 mmol/L on 2014-Dec-12 at 5:55 pm)" }, { "contentReference": { "display": "Serum Potassium Observation" } } ] } ``` You can reference the FHIR documentation to determine the format for [`Communication`](https://www.hl7.org/fhir/r4b/Communication.html). - [Patch Communication with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_communication-identifier.md): **[Communication on the FHIR specification website.](https://www.hl7.org/fhir/r4b/communication.html)** An occurrence of information being transmitted; e.g. an alert that was sent to a responsible provider, a public health agency that was notified about a reportable condition. The body should be a list of valid JSON patches for Communication. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete Communication with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_communication-identifier.md): **[Communication on the FHIR specification website.](https://www.hl7.org/fhir/r4b/communication.html)** An occurrence of information being transmitted; e.g. an alert that was sent to a responsible provider, a public health agency that was notified about a reportable condition. - [Get history of Communication with identifier {identifier}](https://api-reference.oystehr.com/reference/get_communication-identifier-history.md): **[Communication on the FHIR specification website.](https://www.hl7.org/fhir/r4b/communication.html)** An occurrence of information being transmitted; e.g. an alert that was sent to a responsible provider, a public health agency that was notified about a reportable condition. - [Get Communication with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_communication-identifier-history-versionidentifier.md): **[Communication on the FHIR specification website.](https://www.hl7.org/fhir/r4b/communication.html)** An occurrence of information being transmitted; e.g. an alert that was sent to a responsible provider, a public health agency that was notified about a reportable condition. - [Search CommunicationRequests](https://api-reference.oystehr.com/reference/get_communicationrequest.md): **[CommunicationRequest on the FHIR specification website.](https://www.hl7.org/fhir/r4b/communicationrequest.html)** A request to convey information; e.g. the CDS system proposes that an alert be sent to a responsible provider, the CDS system proposes that the public health agency be notified about a reportable condition. - [Create a new CommunicationRequest](https://api-reference.oystehr.com/reference/post_communicationrequest.md): **[CommunicationRequest on the FHIR specification website.](https://www.hl7.org/fhir/r4b/communicationrequest.html)** A request to convey information; e.g. the CDS system proposes that an alert be sent to a responsible provider, the CDS system proposes that the public health agency be notified about a reportable condition. The body should be a valid FHIR object for CommunicationRequest. Here is an example: ```json { "resourceType": "CommunicationRequest", "id": "example", "text": { "status": "generated", "div": "
To be filled out at a later time
" }, "status": "active", "subject": { "reference": "Patient/example" }, "encounter": { "reference": "Encounter/example" } } ``` You can reference the FHIR documentation to determine the format for [`CommunicationRequest`](https://www.hl7.org/fhir/r4b/CommunicationRequest.html). - [Search CommunicationRequests](https://api-reference.oystehr.com/reference/post_communicationrequest-search.md): **[CommunicationRequest on the FHIR specification website.](https://www.hl7.org/fhir/r4b/communicationrequest.html)** A request to convey information; e.g. the CDS system proposes that an alert be sent to a responsible provider, the CDS system proposes that the public health agency be notified about a reportable condition. - [Get CommunicationRequest with identifier {identifier}](https://api-reference.oystehr.com/reference/get_communicationrequest-identifier.md): **[CommunicationRequest on the FHIR specification website.](https://www.hl7.org/fhir/r4b/communicationrequest.html)** A request to convey information; e.g. the CDS system proposes that an alert be sent to a responsible provider, the CDS system proposes that the public health agency be notified about a reportable condition. - [Update CommunicationRequest with identifier {identifier}](https://api-reference.oystehr.com/reference/put_communicationrequest-identifier.md): **[CommunicationRequest on the FHIR specification website.](https://www.hl7.org/fhir/r4b/communicationrequest.html)** A request to convey information; e.g. the CDS system proposes that an alert be sent to a responsible provider, the CDS system proposes that the public health agency be notified about a reportable condition. The body should be a valid FHIR object for CommunicationRequest. Here is an example: ```json { "resourceType": "CommunicationRequest", "id": "example", "text": { "status": "generated", "div": "
To be filled out at a later time
" }, "status": "active", "subject": { "reference": "Patient/example" }, "encounter": { "reference": "Encounter/example" } } ``` You can reference the FHIR documentation to determine the format for [`CommunicationRequest`](https://www.hl7.org/fhir/r4b/CommunicationRequest.html). - [Patch CommunicationRequest with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_communicationrequest-identifier.md): **[CommunicationRequest on the FHIR specification website.](https://www.hl7.org/fhir/r4b/communicationrequest.html)** A request to convey information; e.g. the CDS system proposes that an alert be sent to a responsible provider, the CDS system proposes that the public health agency be notified about a reportable condition. The body should be a list of valid JSON patches for CommunicationRequest. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete CommunicationRequest with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_communicationrequest-identifier.md): **[CommunicationRequest on the FHIR specification website.](https://www.hl7.org/fhir/r4b/communicationrequest.html)** A request to convey information; e.g. the CDS system proposes that an alert be sent to a responsible provider, the CDS system proposes that the public health agency be notified about a reportable condition. - [Get history of CommunicationRequest with identifier {identifier}](https://api-reference.oystehr.com/reference/get_communicationrequest-identifier-history.md): **[CommunicationRequest on the FHIR specification website.](https://www.hl7.org/fhir/r4b/communicationrequest.html)** A request to convey information; e.g. the CDS system proposes that an alert be sent to a responsible provider, the CDS system proposes that the public health agency be notified about a reportable condition. - [Get CommunicationRequest with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_communicationrequest-identifier-history-versionidentifier.md): **[CommunicationRequest on the FHIR specification website.](https://www.hl7.org/fhir/r4b/communicationrequest.html)** A request to convey information; e.g. the CDS system proposes that an alert be sent to a responsible provider, the CDS system proposes that the public health agency be notified about a reportable condition. - [Search CompartmentDefinitions](https://api-reference.oystehr.com/reference/get_compartmentdefinition.md): **[CompartmentDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/compartmentdefinition.html)** A compartment definition that defines how resources are accessed on a server. - [Create a new CompartmentDefinition](https://api-reference.oystehr.com/reference/post_compartmentdefinition.md): **[CompartmentDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/compartmentdefinition.html)** A compartment definition that defines how resources are accessed on a server. The body should be a valid FHIR object for CompartmentDefinition. For example, if creating a [`Slot`](https://www.hl7.org/fhir/r4b/slot.html) resource, here is a valid object: ```json { "resourceType": "Slot", "schedule": { "reference": "schedule/a" }, "status": "free", "start": "2022-08-10T11:00:00Z", "end": "2022-08-10T12:00:00Z" } ``` You can reference the FHIR documentation to determine the format for [`CompartmentDefinition`](https://www.hl7.org/fhir/r4b/CompartmentDefinition.html). - [Search CompartmentDefinitions](https://api-reference.oystehr.com/reference/post_compartmentdefinition-search.md): **[CompartmentDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/compartmentdefinition.html)** A compartment definition that defines how resources are accessed on a server. - [Get CompartmentDefinition with identifier {identifier}](https://api-reference.oystehr.com/reference/get_compartmentdefinition-identifier.md): **[CompartmentDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/compartmentdefinition.html)** A compartment definition that defines how resources are accessed on a server. - [Update CompartmentDefinition with identifier {identifier}](https://api-reference.oystehr.com/reference/put_compartmentdefinition-identifier.md): **[CompartmentDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/compartmentdefinition.html)** A compartment definition that defines how resources are accessed on a server. The body should be a valid FHIR object for CompartmentDefinition. For example, if updating a [`Slot`](https://www.hl7.org/fhir/r4b/slot.html) resource, here is a valid object: ```json { "resourceType": "Slot", "schedule": { "reference": "schedule/a" }, "status": "free", "start": "2022-08-10T11:00:00Z", "end": "2022-08-10T12:00:00Z" } ``` You can reference the FHIR documentation to determine the format for [`CompartmentDefinition`](https://www.hl7.org/fhir/r4b/CompartmentDefinition.html). - [Patch CompartmentDefinition with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_compartmentdefinition-identifier.md): **[CompartmentDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/compartmentdefinition.html)** A compartment definition that defines how resources are accessed on a server. The body should be a list of valid JSON patches for CompartmentDefinition. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete CompartmentDefinition with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_compartmentdefinition-identifier.md): **[CompartmentDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/compartmentdefinition.html)** A compartment definition that defines how resources are accessed on a server. - [Get history of CompartmentDefinition with identifier {identifier}](https://api-reference.oystehr.com/reference/get_compartmentdefinition-identifier-history.md): **[CompartmentDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/compartmentdefinition.html)** A compartment definition that defines how resources are accessed on a server. - [Get CompartmentDefinition with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_compartmentdefinition-identifier-history-versionidentifier.md): **[CompartmentDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/compartmentdefinition.html)** A compartment definition that defines how resources are accessed on a server. - [Search Compositions](https://api-reference.oystehr.com/reference/get_composition.md): **[Composition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/composition.html)** A set of healthcare-related information that is assembled together into a single logical package that provides a single coherent statement of meaning, establishes its own context and that has clinical attestation with regard to who is making the statement. A Composition defines the structure and narrative content necessary for a document. However, a Composition alone does not constitute a document. Rather, the Composition must be the first entry in a Bundle where Bundle.type=document, and any other resources referenced from Composition must be included as subsequent entries in the Bundle (for example Patient, Practitioner, Encounter, etc.). - [Create a new Composition](https://api-reference.oystehr.com/reference/post_composition.md): **[Composition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/composition.html)** A set of healthcare-related information that is assembled together into a single logical package that provides a single coherent statement of meaning, establishes its own context and that has clinical attestation with regard to who is making the statement. A Composition defines the structure and narrative content necessary for a document. However, a Composition alone does not constitute a document. Rather, the Composition must be the first entry in a Bundle where Bundle.type=document, and any other resources referenced from Composition must be included as subsequent entries in the Bundle (for example Patient, Practitioner, Encounter, etc.). The body should be a valid FHIR object for Composition. For example, if creating a [`Slot`](https://www.hl7.org/fhir/r4b/slot.html) resource, here is a valid object: ```json { "resourceType": "Slot", "schedule": { "reference": "schedule/a" }, "status": "free", "start": "2022-08-10T11:00:00Z", "end": "2022-08-10T12:00:00Z" } ``` You can reference the FHIR documentation to determine the format for [`Composition`](https://www.hl7.org/fhir/r4b/Composition.html). - [Search Compositions](https://api-reference.oystehr.com/reference/post_composition-search.md): **[Composition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/composition.html)** A set of healthcare-related information that is assembled together into a single logical package that provides a single coherent statement of meaning, establishes its own context and that has clinical attestation with regard to who is making the statement. A Composition defines the structure and narrative content necessary for a document. However, a Composition alone does not constitute a document. Rather, the Composition must be the first entry in a Bundle where Bundle.type=document, and any other resources referenced from Composition must be included as subsequent entries in the Bundle (for example Patient, Practitioner, Encounter, etc.). - [Get Composition with identifier {identifier}](https://api-reference.oystehr.com/reference/get_composition-identifier.md): **[Composition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/composition.html)** A set of healthcare-related information that is assembled together into a single logical package that provides a single coherent statement of meaning, establishes its own context and that has clinical attestation with regard to who is making the statement. A Composition defines the structure and narrative content necessary for a document. However, a Composition alone does not constitute a document. Rather, the Composition must be the first entry in a Bundle where Bundle.type=document, and any other resources referenced from Composition must be included as subsequent entries in the Bundle (for example Patient, Practitioner, Encounter, etc.). - [Update Composition with identifier {identifier}](https://api-reference.oystehr.com/reference/put_composition-identifier.md): **[Composition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/composition.html)** A set of healthcare-related information that is assembled together into a single logical package that provides a single coherent statement of meaning, establishes its own context and that has clinical attestation with regard to who is making the statement. A Composition defines the structure and narrative content necessary for a document. However, a Composition alone does not constitute a document. Rather, the Composition must be the first entry in a Bundle where Bundle.type=document, and any other resources referenced from Composition must be included as subsequent entries in the Bundle (for example Patient, Practitioner, Encounter, etc.). The body should be a valid FHIR object for Composition. For example, if updating a [`Slot`](https://www.hl7.org/fhir/r4b/slot.html) resource, here is a valid object: ```json { "resourceType": "Slot", "schedule": { "reference": "schedule/a" }, "status": "free", "start": "2022-08-10T11:00:00Z", "end": "2022-08-10T12:00:00Z" } ``` You can reference the FHIR documentation to determine the format for [`Composition`](https://www.hl7.org/fhir/r4b/Composition.html). - [Patch Composition with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_composition-identifier.md): **[Composition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/composition.html)** A set of healthcare-related information that is assembled together into a single logical package that provides a single coherent statement of meaning, establishes its own context and that has clinical attestation with regard to who is making the statement. A Composition defines the structure and narrative content necessary for a document. However, a Composition alone does not constitute a document. Rather, the Composition must be the first entry in a Bundle where Bundle.type=document, and any other resources referenced from Composition must be included as subsequent entries in the Bundle (for example Patient, Practitioner, Encounter, etc.). The body should be a list of valid JSON patches for Composition. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete Composition with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_composition-identifier.md): **[Composition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/composition.html)** A set of healthcare-related information that is assembled together into a single logical package that provides a single coherent statement of meaning, establishes its own context and that has clinical attestation with regard to who is making the statement. A Composition defines the structure and narrative content necessary for a document. However, a Composition alone does not constitute a document. Rather, the Composition must be the first entry in a Bundle where Bundle.type=document, and any other resources referenced from Composition must be included as subsequent entries in the Bundle (for example Patient, Practitioner, Encounter, etc.). - [Get history of Composition with identifier {identifier}](https://api-reference.oystehr.com/reference/get_composition-identifier-history.md): **[Composition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/composition.html)** A set of healthcare-related information that is assembled together into a single logical package that provides a single coherent statement of meaning, establishes its own context and that has clinical attestation with regard to who is making the statement. A Composition defines the structure and narrative content necessary for a document. However, a Composition alone does not constitute a document. Rather, the Composition must be the first entry in a Bundle where Bundle.type=document, and any other resources referenced from Composition must be included as subsequent entries in the Bundle (for example Patient, Practitioner, Encounter, etc.). - [Get Composition with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_composition-identifier-history-versionidentifier.md): **[Composition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/composition.html)** A set of healthcare-related information that is assembled together into a single logical package that provides a single coherent statement of meaning, establishes its own context and that has clinical attestation with regard to who is making the statement. A Composition defines the structure and narrative content necessary for a document. However, a Composition alone does not constitute a document. Rather, the Composition must be the first entry in a Bundle where Bundle.type=document, and any other resources referenced from Composition must be included as subsequent entries in the Bundle (for example Patient, Practitioner, Encounter, etc.). - [Search ConceptMaps](https://api-reference.oystehr.com/reference/get_conceptmap.md): **[ConceptMap on the FHIR specification website.](https://www.hl7.org/fhir/r4b/conceptmap.html)** A statement of relationships from one set of concepts to one or more other concepts - either concepts in code systems, or data element/data element concepts, or classes in class models. - [Create a new ConceptMap](https://api-reference.oystehr.com/reference/post_conceptmap.md): **[ConceptMap on the FHIR specification website.](https://www.hl7.org/fhir/r4b/conceptmap.html)** A statement of relationships from one set of concepts to one or more other concepts - either concepts in code systems, or data element/data element concepts, or classes in class models. The body should be a valid FHIR object for ConceptMap. Here is an example: ```json { "resourceType": "ConceptMap", "id": "cm-address-type-v3", "text": { "status": "generated", "div": "
\n

v3.AddressType (http://hl7.org/fhir/ConceptMap/cm-address-type-v3)

\n

Mapping from \n http://hl7.org/fhir/ValueSet/address-type to \n http://terminology.hl7.org/ValueSet/v3-AddressUse\n

\n

DRAFT. Published on 01/11/2019 9:29:23 AM by HL7 (FHIR Project) (\n http://hl7.org/fhir, \n fhir@lists.hl7.org). \n

\n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n Source Code\n \n Equivalence\n \n Destination Code\n
postalequalPST (postal address)
physicalequalPHYS (physical visit address)
\n
" }, "url": "http://hl7.org/fhir/ConceptMap/cm-address-type-v3", "version": "4.0.1", "name": "v3.AddressType", "title": "v3 map for AddressType", "status": "draft", "date": "2019-11-01T09:29:23+11:00", "publisher": "HL7 (FHIR Project)", "contact": [ { "telecom": [ { "system": "url", "value": "http://hl7.org/fhir" }, { "system": "email", "value": "fhir@lists.hl7.org" } ] } ], "sourceCanonical": "http://hl7.org/fhir/ValueSet/address-type", "targetCanonical": "http://terminology.hl7.org/ValueSet/v3-AddressUse", "group": [ { "source": "http://hl7.org/fhir/address-type", "target": "http://terminology.hl7.org/CodeSystem/v3-AddressUse", "element": [ { "code": "postal", "target": [ { "code": "PST", "equivalence": "equal" } ] }, { "code": "physical", "target": [ { "code": "PHYS", "equivalence": "equal" } ] } ] } ] } ``` You can reference the FHIR documentation to determine the format for [`ConceptMap`](https://www.hl7.org/fhir/r4b/ConceptMap.html). - [Search ConceptMaps](https://api-reference.oystehr.com/reference/post_conceptmap-search.md): **[ConceptMap on the FHIR specification website.](https://www.hl7.org/fhir/r4b/conceptmap.html)** A statement of relationships from one set of concepts to one or more other concepts - either concepts in code systems, or data element/data element concepts, or classes in class models. - [Get ConceptMap with identifier {identifier}](https://api-reference.oystehr.com/reference/get_conceptmap-identifier.md): **[ConceptMap on the FHIR specification website.](https://www.hl7.org/fhir/r4b/conceptmap.html)** A statement of relationships from one set of concepts to one or more other concepts - either concepts in code systems, or data element/data element concepts, or classes in class models. - [Update ConceptMap with identifier {identifier}](https://api-reference.oystehr.com/reference/put_conceptmap-identifier.md): **[ConceptMap on the FHIR specification website.](https://www.hl7.org/fhir/r4b/conceptmap.html)** A statement of relationships from one set of concepts to one or more other concepts - either concepts in code systems, or data element/data element concepts, or classes in class models. The body should be a valid FHIR object for ConceptMap. Here is an example: ```json { "resourceType": "ConceptMap", "id": "cm-address-type-v3", "text": { "status": "generated", "div": "
\n

v3.AddressType (http://hl7.org/fhir/ConceptMap/cm-address-type-v3)

\n

Mapping from \n http://hl7.org/fhir/ValueSet/address-type to \n http://terminology.hl7.org/ValueSet/v3-AddressUse\n

\n

DRAFT. Published on 01/11/2019 9:29:23 AM by HL7 (FHIR Project) (\n http://hl7.org/fhir, \n fhir@lists.hl7.org). \n

\n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n Source Code\n \n Equivalence\n \n Destination Code\n
postalequalPST (postal address)
physicalequalPHYS (physical visit address)
\n
" }, "url": "http://hl7.org/fhir/ConceptMap/cm-address-type-v3", "version": "4.0.1", "name": "v3.AddressType", "title": "v3 map for AddressType", "status": "draft", "date": "2019-11-01T09:29:23+11:00", "publisher": "HL7 (FHIR Project)", "contact": [ { "telecom": [ { "system": "url", "value": "http://hl7.org/fhir" }, { "system": "email", "value": "fhir@lists.hl7.org" } ] } ], "sourceCanonical": "http://hl7.org/fhir/ValueSet/address-type", "targetCanonical": "http://terminology.hl7.org/ValueSet/v3-AddressUse", "group": [ { "source": "http://hl7.org/fhir/address-type", "target": "http://terminology.hl7.org/CodeSystem/v3-AddressUse", "element": [ { "code": "postal", "target": [ { "code": "PST", "equivalence": "equal" } ] }, { "code": "physical", "target": [ { "code": "PHYS", "equivalence": "equal" } ] } ] } ] } ``` You can reference the FHIR documentation to determine the format for [`ConceptMap`](https://www.hl7.org/fhir/r4b/ConceptMap.html). - [Patch ConceptMap with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_conceptmap-identifier.md): **[ConceptMap on the FHIR specification website.](https://www.hl7.org/fhir/r4b/conceptmap.html)** A statement of relationships from one set of concepts to one or more other concepts - either concepts in code systems, or data element/data element concepts, or classes in class models. The body should be a list of valid JSON patches for ConceptMap. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete ConceptMap with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_conceptmap-identifier.md): **[ConceptMap on the FHIR specification website.](https://www.hl7.org/fhir/r4b/conceptmap.html)** A statement of relationships from one set of concepts to one or more other concepts - either concepts in code systems, or data element/data element concepts, or classes in class models. - [Get history of ConceptMap with identifier {identifier}](https://api-reference.oystehr.com/reference/get_conceptmap-identifier-history.md): **[ConceptMap on the FHIR specification website.](https://www.hl7.org/fhir/r4b/conceptmap.html)** A statement of relationships from one set of concepts to one or more other concepts - either concepts in code systems, or data element/data element concepts, or classes in class models. - [Get ConceptMap with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_conceptmap-identifier-history-versionidentifier.md): **[ConceptMap on the FHIR specification website.](https://www.hl7.org/fhir/r4b/conceptmap.html)** A statement of relationships from one set of concepts to one or more other concepts - either concepts in code systems, or data element/data element concepts, or classes in class models. - [Search Conditions](https://api-reference.oystehr.com/reference/get_condition.md): **[Condition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/condition.html)** A clinical condition, problem, diagnosis, or other event, situation, issue, or clinical concept that has risen to a level of concern. - [Create a new Condition](https://api-reference.oystehr.com/reference/post_condition.md): **[Condition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/condition.html)** A clinical condition, problem, diagnosis, or other event, situation, issue, or clinical concept that has risen to a level of concern. The body should be a valid FHIR object for Condition. Here is an example: ```json { "resourceType": "Condition", "id": "example", "text": { "status": "generated", "div": "
Severe burn of left ear (Date: 24-May 2012)
" }, "clinicalStatus": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/condition-clinical", "code": "active" } ] }, "verificationStatus": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status", "code": "confirmed" } ] }, "category": [ { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/condition-category", "code": "encounter-diagnosis", "display": "Encounter Diagnosis" }, { "system": "http://snomed.info/sct", "code": "439401001", "display": "Diagnosis" } ] } ], "severity": { "coding": [ { "system": "http://snomed.info/sct", "code": "24484000", "display": "Severe" } ] }, "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "39065001", "display": "Burn of ear" } ], "text": "Burnt Ear" }, "bodySite": [ { "coding": [ { "system": "http://snomed.info/sct", "code": "49521004", "display": "Left external ear structure" } ], "text": "Left Ear" } ], "subject": { "reference": "Patient/example" }, "onsetDateTime": "2012-05-24" } ``` You can reference the FHIR documentation to determine the format for [`Condition`](https://www.hl7.org/fhir/r4b/Condition.html). - [Search Conditions](https://api-reference.oystehr.com/reference/post_condition-search.md): **[Condition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/condition.html)** A clinical condition, problem, diagnosis, or other event, situation, issue, or clinical concept that has risen to a level of concern. - [Get Condition with identifier {identifier}](https://api-reference.oystehr.com/reference/get_condition-identifier.md): **[Condition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/condition.html)** A clinical condition, problem, diagnosis, or other event, situation, issue, or clinical concept that has risen to a level of concern. - [Update Condition with identifier {identifier}](https://api-reference.oystehr.com/reference/put_condition-identifier.md): **[Condition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/condition.html)** A clinical condition, problem, diagnosis, or other event, situation, issue, or clinical concept that has risen to a level of concern. The body should be a valid FHIR object for Condition. Here is an example: ```json { "resourceType": "Condition", "id": "example", "text": { "status": "generated", "div": "
Severe burn of left ear (Date: 24-May 2012)
" }, "clinicalStatus": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/condition-clinical", "code": "active" } ] }, "verificationStatus": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status", "code": "confirmed" } ] }, "category": [ { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/condition-category", "code": "encounter-diagnosis", "display": "Encounter Diagnosis" }, { "system": "http://snomed.info/sct", "code": "439401001", "display": "Diagnosis" } ] } ], "severity": { "coding": [ { "system": "http://snomed.info/sct", "code": "24484000", "display": "Severe" } ] }, "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "39065001", "display": "Burn of ear" } ], "text": "Burnt Ear" }, "bodySite": [ { "coding": [ { "system": "http://snomed.info/sct", "code": "49521004", "display": "Left external ear structure" } ], "text": "Left Ear" } ], "subject": { "reference": "Patient/example" }, "onsetDateTime": "2012-05-24" } ``` You can reference the FHIR documentation to determine the format for [`Condition`](https://www.hl7.org/fhir/r4b/Condition.html). - [Patch Condition with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_condition-identifier.md): **[Condition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/condition.html)** A clinical condition, problem, diagnosis, or other event, situation, issue, or clinical concept that has risen to a level of concern. The body should be a list of valid JSON patches for Condition. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete Condition with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_condition-identifier.md): **[Condition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/condition.html)** A clinical condition, problem, diagnosis, or other event, situation, issue, or clinical concept that has risen to a level of concern. - [Get history of Condition with identifier {identifier}](https://api-reference.oystehr.com/reference/get_condition-identifier-history.md): **[Condition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/condition.html)** A clinical condition, problem, diagnosis, or other event, situation, issue, or clinical concept that has risen to a level of concern. - [Get Condition with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_condition-identifier-history-versionidentifier.md): **[Condition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/condition.html)** A clinical condition, problem, diagnosis, or other event, situation, issue, or clinical concept that has risen to a level of concern. - [Search Consents](https://api-reference.oystehr.com/reference/get_consent.md): **[Consent on the FHIR specification website.](https://www.hl7.org/fhir/r4b/consent.html)** A record of a healthcare consumer’s choices, which permits or denies identified recipient(s) or recipient role(s) to perform one or more actions within a given policy context, for specific purposes and periods of time. - [Create a new Consent](https://api-reference.oystehr.com/reference/post_consent.md): **[Consent on the FHIR specification website.](https://www.hl7.org/fhir/r4b/consent.html)** A record of a healthcare consumer’s choices, which permits or denies identified recipient(s) or recipient role(s) to perform one or more actions within a given policy context, for specific purposes and periods of time. The body should be a valid FHIR object for Consent. Here is an example: ```json { "resourceType": "Consent", "id": "consent-example-Emergency", "text": { "status": "generated", "div": "
\n

\n\tWithhold Authorization for Treatment rule for Emegency Treatment\n\t

\n

\n Patient "P. van de Heuvel" wishes to have no data at the Good Health Psychiatric Hospital \n available rule for Emergency treatment use.\n An overall Deny consent Directive, with an exception "Permit" of purposeOfUse "ETREAT" \n at "Good Health" hospital, and exception "Deny" all other purposeOfUse from good health hospital.\n

\n
" }, "status": "active", "scope": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/consentscope", "code": "patient-privacy" } ] }, "category": [ { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode", "code": "EMRGONLY" } ] } ], "patient": { "reference": "Patient/f001", "display": "P. van de Heuvel" }, "dateTime": "2015-11-18", "organization": [ { "reference": "Organization/f001" } ], "sourceAttachment": { "title": "The terms of the consent in lawyer speak." }, "policyRule": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode", "code": "OPTOUT" } ] }, "provision": { "actor": [ { "role": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", "code": "CST" } ] }, "reference": { "reference": "Organization/f001" } } ], "purpose": [ { "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason", "code": "ETREAT" } ], "provision": [ { "type": "deny", "actor": [ { "role": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", "code": "CST" } ] }, "reference": { "reference": "Organization/f001" } } ] } ] } } ``` You can reference the FHIR documentation to determine the format for [`Consent`](https://www.hl7.org/fhir/r4b/Consent.html). - [Search Consents](https://api-reference.oystehr.com/reference/post_consent-search.md): **[Consent on the FHIR specification website.](https://www.hl7.org/fhir/r4b/consent.html)** A record of a healthcare consumer’s choices, which permits or denies identified recipient(s) or recipient role(s) to perform one or more actions within a given policy context, for specific purposes and periods of time. - [Get Consent with identifier {identifier}](https://api-reference.oystehr.com/reference/get_consent-identifier.md): **[Consent on the FHIR specification website.](https://www.hl7.org/fhir/r4b/consent.html)** A record of a healthcare consumer’s choices, which permits or denies identified recipient(s) or recipient role(s) to perform one or more actions within a given policy context, for specific purposes and periods of time. - [Update Consent with identifier {identifier}](https://api-reference.oystehr.com/reference/put_consent-identifier.md): **[Consent on the FHIR specification website.](https://www.hl7.org/fhir/r4b/consent.html)** A record of a healthcare consumer’s choices, which permits or denies identified recipient(s) or recipient role(s) to perform one or more actions within a given policy context, for specific purposes and periods of time. The body should be a valid FHIR object for Consent. Here is an example: ```json { "resourceType": "Consent", "id": "consent-example-Emergency", "text": { "status": "generated", "div": "
\n

\n\tWithhold Authorization for Treatment rule for Emegency Treatment\n\t

\n

\n Patient "P. van de Heuvel" wishes to have no data at the Good Health Psychiatric Hospital \n available rule for Emergency treatment use.\n An overall Deny consent Directive, with an exception "Permit" of purposeOfUse "ETREAT" \n at "Good Health" hospital, and exception "Deny" all other purposeOfUse from good health hospital.\n

\n
" }, "status": "active", "scope": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/consentscope", "code": "patient-privacy" } ] }, "category": [ { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode", "code": "EMRGONLY" } ] } ], "patient": { "reference": "Patient/f001", "display": "P. van de Heuvel" }, "dateTime": "2015-11-18", "organization": [ { "reference": "Organization/f001" } ], "sourceAttachment": { "title": "The terms of the consent in lawyer speak." }, "policyRule": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode", "code": "OPTOUT" } ] }, "provision": { "actor": [ { "role": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", "code": "CST" } ] }, "reference": { "reference": "Organization/f001" } } ], "purpose": [ { "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason", "code": "ETREAT" } ], "provision": [ { "type": "deny", "actor": [ { "role": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", "code": "CST" } ] }, "reference": { "reference": "Organization/f001" } } ] } ] } } ``` You can reference the FHIR documentation to determine the format for [`Consent`](https://www.hl7.org/fhir/r4b/Consent.html). - [Patch Consent with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_consent-identifier.md): **[Consent on the FHIR specification website.](https://www.hl7.org/fhir/r4b/consent.html)** A record of a healthcare consumer’s choices, which permits or denies identified recipient(s) or recipient role(s) to perform one or more actions within a given policy context, for specific purposes and periods of time. The body should be a list of valid JSON patches for Consent. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete Consent with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_consent-identifier.md): **[Consent on the FHIR specification website.](https://www.hl7.org/fhir/r4b/consent.html)** A record of a healthcare consumer’s choices, which permits or denies identified recipient(s) or recipient role(s) to perform one or more actions within a given policy context, for specific purposes and periods of time. - [Get history of Consent with identifier {identifier}](https://api-reference.oystehr.com/reference/get_consent-identifier-history.md): **[Consent on the FHIR specification website.](https://www.hl7.org/fhir/r4b/consent.html)** A record of a healthcare consumer’s choices, which permits or denies identified recipient(s) or recipient role(s) to perform one or more actions within a given policy context, for specific purposes and periods of time. - [Get Consent with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_consent-identifier-history-versionidentifier.md): **[Consent on the FHIR specification website.](https://www.hl7.org/fhir/r4b/consent.html)** A record of a healthcare consumer’s choices, which permits or denies identified recipient(s) or recipient role(s) to perform one or more actions within a given policy context, for specific purposes and periods of time. - [Search Contracts](https://api-reference.oystehr.com/reference/get_contract.md): **[Contract on the FHIR specification website.](https://www.hl7.org/fhir/r4b/contract.html)** Legally enforceable, formally recorded unilateral or bilateral directive i.e., a policy or agreement. - [Create a new Contract](https://api-reference.oystehr.com/reference/post_contract.md): **[Contract on the FHIR specification website.](https://www.hl7.org/fhir/r4b/contract.html)** Legally enforceable, formally recorded unilateral or bilateral directive i.e., a policy or agreement. The body should be a valid FHIR object for Contract. Here is an example: ```json { "resourceType": "Contract", "id": "C-123", "text": { "status": "generated", "div": "
A human-readable rendering of the contract
" }, "identifier": [ { "system": "http://happyvalley.com/contract", "value": "12347" } ], "term": [ { "offer": { "text": "Can't refuse" }, "asset": [ { "type": [ { "coding": [ { "system": "urn:ietf:rfc:3986", "code": "RicardianContract" } ] } ], "subtype": [ { "text": "sample" } ], "period": [ { "start": "2017-06-01" } ], "valuedItem": [ { "entityCodeableConcept": { "text": "Ford Bobcat" }, "identifier": { "system": "http://somewhere.motor-vehicle.com/vin", "value": "XXSVT34-7665t952236" }, "effectiveTime": "1995", "quantity": { "value": 1 }, "unitPrice": { "value": 200, "currency": "CAD" }, "factor": 1, "points": 1, "net": { "value": 200, "currency": "CAD" } } ] } ] } ], "rule": [ { "contentAttachment": { "contentType": "application/txt", "url": "http://www.rfc-editor.org/bcp/bcp13.txt" } } ], "legallyBindingAttachment": { "contentType": "application/pdf", "url": "http://www.aws3.com/storage/doc.pdf" } } ``` You can reference the FHIR documentation to determine the format for [`Contract`](https://www.hl7.org/fhir/r4b/Contract.html). - [Search Contracts](https://api-reference.oystehr.com/reference/post_contract-search.md): **[Contract on the FHIR specification website.](https://www.hl7.org/fhir/r4b/contract.html)** Legally enforceable, formally recorded unilateral or bilateral directive i.e., a policy or agreement. - [Get Contract with identifier {identifier}](https://api-reference.oystehr.com/reference/get_contract-identifier.md): **[Contract on the FHIR specification website.](https://www.hl7.org/fhir/r4b/contract.html)** Legally enforceable, formally recorded unilateral or bilateral directive i.e., a policy or agreement. - [Update Contract with identifier {identifier}](https://api-reference.oystehr.com/reference/put_contract-identifier.md): **[Contract on the FHIR specification website.](https://www.hl7.org/fhir/r4b/contract.html)** Legally enforceable, formally recorded unilateral or bilateral directive i.e., a policy or agreement. The body should be a valid FHIR object for Contract. Here is an example: ```json { "resourceType": "Contract", "id": "C-123", "text": { "status": "generated", "div": "
A human-readable rendering of the contract
" }, "identifier": [ { "system": "http://happyvalley.com/contract", "value": "12347" } ], "term": [ { "offer": { "text": "Can't refuse" }, "asset": [ { "type": [ { "coding": [ { "system": "urn:ietf:rfc:3986", "code": "RicardianContract" } ] } ], "subtype": [ { "text": "sample" } ], "period": [ { "start": "2017-06-01" } ], "valuedItem": [ { "entityCodeableConcept": { "text": "Ford Bobcat" }, "identifier": { "system": "http://somewhere.motor-vehicle.com/vin", "value": "XXSVT34-7665t952236" }, "effectiveTime": "1995", "quantity": { "value": 1 }, "unitPrice": { "value": 200, "currency": "CAD" }, "factor": 1, "points": 1, "net": { "value": 200, "currency": "CAD" } } ] } ] } ], "rule": [ { "contentAttachment": { "contentType": "application/txt", "url": "http://www.rfc-editor.org/bcp/bcp13.txt" } } ], "legallyBindingAttachment": { "contentType": "application/pdf", "url": "http://www.aws3.com/storage/doc.pdf" } } ``` You can reference the FHIR documentation to determine the format for [`Contract`](https://www.hl7.org/fhir/r4b/Contract.html). - [Patch Contract with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_contract-identifier.md): **[Contract on the FHIR specification website.](https://www.hl7.org/fhir/r4b/contract.html)** Legally enforceable, formally recorded unilateral or bilateral directive i.e., a policy or agreement. The body should be a list of valid JSON patches for Contract. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete Contract with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_contract-identifier.md): **[Contract on the FHIR specification website.](https://www.hl7.org/fhir/r4b/contract.html)** Legally enforceable, formally recorded unilateral or bilateral directive i.e., a policy or agreement. - [Get history of Contract with identifier {identifier}](https://api-reference.oystehr.com/reference/get_contract-identifier-history.md): **[Contract on the FHIR specification website.](https://www.hl7.org/fhir/r4b/contract.html)** Legally enforceable, formally recorded unilateral or bilateral directive i.e., a policy or agreement. - [Get Contract with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_contract-identifier-history-versionidentifier.md): **[Contract on the FHIR specification website.](https://www.hl7.org/fhir/r4b/contract.html)** Legally enforceable, formally recorded unilateral or bilateral directive i.e., a policy or agreement. - [Search Coverages](https://api-reference.oystehr.com/reference/get_coverage.md): **[Coverage on the FHIR specification website.](https://www.hl7.org/fhir/r4b/coverage.html)** Financial instrument which may be used to reimburse or pay for health care products and services. Includes both insurance and self-payment. - [Create a new Coverage](https://api-reference.oystehr.com/reference/post_coverage.md): **[Coverage on the FHIR specification website.](https://www.hl7.org/fhir/r4b/coverage.html)** Financial instrument which may be used to reimburse or pay for health care products and services. Includes both insurance and self-payment. The body should be a valid FHIR object for Coverage. Here is an example: ```json { "resourceType": "Coverage", "id": "7547E", "text": { "status": "generated", "div": "
A human-readable rendering of the European Health Insurance Card
" }, "identifier": [ { "system": "http://ehic.com/insurer/123456789/member", "value": "A123456780" } ], "status": "active", "type": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode", "code": "EHCPOL", "display": "extended healthcare" } ] }, "subscriber": { "reference": "Patient/5" }, "beneficiary": { "reference": "Patient/5" }, "relationship": { "coding": [ { "code": "self" } ] }, "period": { "end": "2012-03-17" }, "payor": [ { "identifier": { "system": "http://ehic.com/insurer", "value": "123456789" } } ] } ``` You can reference the FHIR documentation to determine the format for [`Coverage`](https://www.hl7.org/fhir/r4b/Coverage.html). - [Search Coverages](https://api-reference.oystehr.com/reference/post_coverage-search.md): **[Coverage on the FHIR specification website.](https://www.hl7.org/fhir/r4b/coverage.html)** Financial instrument which may be used to reimburse or pay for health care products and services. Includes both insurance and self-payment. - [Get Coverage with identifier {identifier}](https://api-reference.oystehr.com/reference/get_coverage-identifier.md): **[Coverage on the FHIR specification website.](https://www.hl7.org/fhir/r4b/coverage.html)** Financial instrument which may be used to reimburse or pay for health care products and services. Includes both insurance and self-payment. - [Update Coverage with identifier {identifier}](https://api-reference.oystehr.com/reference/put_coverage-identifier.md): **[Coverage on the FHIR specification website.](https://www.hl7.org/fhir/r4b/coverage.html)** Financial instrument which may be used to reimburse or pay for health care products and services. Includes both insurance and self-payment. The body should be a valid FHIR object for Coverage. Here is an example: ```json { "resourceType": "Coverage", "id": "7547E", "text": { "status": "generated", "div": "
A human-readable rendering of the European Health Insurance Card
" }, "identifier": [ { "system": "http://ehic.com/insurer/123456789/member", "value": "A123456780" } ], "status": "active", "type": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode", "code": "EHCPOL", "display": "extended healthcare" } ] }, "subscriber": { "reference": "Patient/5" }, "beneficiary": { "reference": "Patient/5" }, "relationship": { "coding": [ { "code": "self" } ] }, "period": { "end": "2012-03-17" }, "payor": [ { "identifier": { "system": "http://ehic.com/insurer", "value": "123456789" } } ] } ``` You can reference the FHIR documentation to determine the format for [`Coverage`](https://www.hl7.org/fhir/r4b/Coverage.html). - [Patch Coverage with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_coverage-identifier.md): **[Coverage on the FHIR specification website.](https://www.hl7.org/fhir/r4b/coverage.html)** Financial instrument which may be used to reimburse or pay for health care products and services. Includes both insurance and self-payment. The body should be a list of valid JSON patches for Coverage. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete Coverage with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_coverage-identifier.md): **[Coverage on the FHIR specification website.](https://www.hl7.org/fhir/r4b/coverage.html)** Financial instrument which may be used to reimburse or pay for health care products and services. Includes both insurance and self-payment. - [Get history of Coverage with identifier {identifier}](https://api-reference.oystehr.com/reference/get_coverage-identifier-history.md): **[Coverage on the FHIR specification website.](https://www.hl7.org/fhir/r4b/coverage.html)** Financial instrument which may be used to reimburse or pay for health care products and services. Includes both insurance and self-payment. - [Get Coverage with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_coverage-identifier-history-versionidentifier.md): **[Coverage on the FHIR specification website.](https://www.hl7.org/fhir/r4b/coverage.html)** Financial instrument which may be used to reimburse or pay for health care products and services. Includes both insurance and self-payment. - [Search CoverageEligibilityRequests](https://api-reference.oystehr.com/reference/get_coverageeligibilityrequest.md): **[CoverageEligibilityRequest on the FHIR specification website.](https://www.hl7.org/fhir/r4b/coverageeligibilityrequest.html)** The CoverageEligibilityRequest provides patient and insurance coverage information to an insurer for them to respond, in the form of an CoverageEligibilityResponse, with information regarding whether the stated coverage is valid and in-force and optionally to provide the insurance details of the policy. - [Create a new CoverageEligibilityRequest](https://api-reference.oystehr.com/reference/post_coverageeligibilityrequest.md): **[CoverageEligibilityRequest on the FHIR specification website.](https://www.hl7.org/fhir/r4b/coverageeligibilityrequest.html)** The CoverageEligibilityRequest provides patient and insurance coverage information to an insurer for them to respond, in the form of an CoverageEligibilityResponse, with information regarding whether the stated coverage is valid and in-force and optionally to provide the insurance details of the policy. The body should be a valid FHIR object for CoverageEligibilityRequest. Here is an example: ```json { "resourceType": "CoverageEligibilityRequest", "id": "52345", "text": { "status": "generated", "div": "
A human-readable rendering of the CoverageEligibilityRequest
" }, "identifier": [ { "system": "http://happyvalley.com/coverageelegibilityrequest", "value": "52345" } ], "status": "active", "priority": { "coding": [ { "code": "normal" } ] }, "purpose": [ "validation" ], "patient": { "reference": "Patient/pat1" }, "created": "2014-08-16", "provider": { "reference": "Organization/1" }, "insurer": { "reference": "Organization/2" }, "insurance": [ { "focal": true, "coverage": { "reference": "Coverage/9876B1" } } ] } ``` You can reference the FHIR documentation to determine the format for [`CoverageEligibilityRequest`](https://www.hl7.org/fhir/r4b/CoverageEligibilityRequest.html). - [Search CoverageEligibilityRequests](https://api-reference.oystehr.com/reference/post_coverageeligibilityrequest-search.md): **[CoverageEligibilityRequest on the FHIR specification website.](https://www.hl7.org/fhir/r4b/coverageeligibilityrequest.html)** The CoverageEligibilityRequest provides patient and insurance coverage information to an insurer for them to respond, in the form of an CoverageEligibilityResponse, with information regarding whether the stated coverage is valid and in-force and optionally to provide the insurance details of the policy. - [Get CoverageEligibilityRequest with identifier {identifier}](https://api-reference.oystehr.com/reference/get_coverageeligibilityrequest-identifier.md): **[CoverageEligibilityRequest on the FHIR specification website.](https://www.hl7.org/fhir/r4b/coverageeligibilityrequest.html)** The CoverageEligibilityRequest provides patient and insurance coverage information to an insurer for them to respond, in the form of an CoverageEligibilityResponse, with information regarding whether the stated coverage is valid and in-force and optionally to provide the insurance details of the policy. - [Update CoverageEligibilityRequest with identifier {identifier}](https://api-reference.oystehr.com/reference/put_coverageeligibilityrequest-identifier.md): **[CoverageEligibilityRequest on the FHIR specification website.](https://www.hl7.org/fhir/r4b/coverageeligibilityrequest.html)** The CoverageEligibilityRequest provides patient and insurance coverage information to an insurer for them to respond, in the form of an CoverageEligibilityResponse, with information regarding whether the stated coverage is valid and in-force and optionally to provide the insurance details of the policy. The body should be a valid FHIR object for CoverageEligibilityRequest. Here is an example: ```json { "resourceType": "CoverageEligibilityRequest", "id": "52345", "text": { "status": "generated", "div": "
A human-readable rendering of the CoverageEligibilityRequest
" }, "identifier": [ { "system": "http://happyvalley.com/coverageelegibilityrequest", "value": "52345" } ], "status": "active", "priority": { "coding": [ { "code": "normal" } ] }, "purpose": [ "validation" ], "patient": { "reference": "Patient/pat1" }, "created": "2014-08-16", "provider": { "reference": "Organization/1" }, "insurer": { "reference": "Organization/2" }, "insurance": [ { "focal": true, "coverage": { "reference": "Coverage/9876B1" } } ] } ``` You can reference the FHIR documentation to determine the format for [`CoverageEligibilityRequest`](https://www.hl7.org/fhir/r4b/CoverageEligibilityRequest.html). - [Patch CoverageEligibilityRequest with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_coverageeligibilityrequest-identifier.md): **[CoverageEligibilityRequest on the FHIR specification website.](https://www.hl7.org/fhir/r4b/coverageeligibilityrequest.html)** The CoverageEligibilityRequest provides patient and insurance coverage information to an insurer for them to respond, in the form of an CoverageEligibilityResponse, with information regarding whether the stated coverage is valid and in-force and optionally to provide the insurance details of the policy. The body should be a list of valid JSON patches for CoverageEligibilityRequest. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete CoverageEligibilityRequest with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_coverageeligibilityrequest-identifier.md): **[CoverageEligibilityRequest on the FHIR specification website.](https://www.hl7.org/fhir/r4b/coverageeligibilityrequest.html)** The CoverageEligibilityRequest provides patient and insurance coverage information to an insurer for them to respond, in the form of an CoverageEligibilityResponse, with information regarding whether the stated coverage is valid and in-force and optionally to provide the insurance details of the policy. - [Get history of CoverageEligibilityRequest with identifier {identifier}](https://api-reference.oystehr.com/reference/get_coverageeligibilityrequest-identifier-history.md): **[CoverageEligibilityRequest on the FHIR specification website.](https://www.hl7.org/fhir/r4b/coverageeligibilityrequest.html)** The CoverageEligibilityRequest provides patient and insurance coverage information to an insurer for them to respond, in the form of an CoverageEligibilityResponse, with information regarding whether the stated coverage is valid and in-force and optionally to provide the insurance details of the policy. - [Get CoverageEligibilityRequest with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_coverageeligibilityrequest-identifier-history-versionidentifier.md): **[CoverageEligibilityRequest on the FHIR specification website.](https://www.hl7.org/fhir/r4b/coverageeligibilityrequest.html)** The CoverageEligibilityRequest provides patient and insurance coverage information to an insurer for them to respond, in the form of an CoverageEligibilityResponse, with information regarding whether the stated coverage is valid and in-force and optionally to provide the insurance details of the policy. - [Search CoverageEligibilityResponses](https://api-reference.oystehr.com/reference/get_coverageeligibilityresponse.md): **[CoverageEligibilityResponse on the FHIR specification website.](https://www.hl7.org/fhir/r4b/coverageeligibilityresponse.html)** This resource provides eligibility and plan details from the processing of an CoverageEligibilityRequest resource. - [Create a new CoverageEligibilityResponse](https://api-reference.oystehr.com/reference/post_coverageeligibilityresponse.md): **[CoverageEligibilityResponse on the FHIR specification website.](https://www.hl7.org/fhir/r4b/coverageeligibilityresponse.html)** This resource provides eligibility and plan details from the processing of an CoverageEligibilityRequest resource. The body should be a valid FHIR object for CoverageEligibilityResponse. Here is an example: ```json { "resourceType": "CoverageEligibilityResponse", "id": "E2500", "text": { "status": "generated", "div": "
A human-readable rendering of the CoverageEligibilityResponse.
" }, "identifier": [ { "system": "http://www.BenefitsInc.com/fhir/coverageeligibilityresponse", "value": "881234" } ], "status": "active", "purpose": [ "validation" ], "patient": { "reference": "Patient/pat1" }, "created": "2014-08-16", "request": { "reference": "http://www.BenefitsInc.com/fhir/coverageeligibilityrequest/225476332402" }, "outcome": "complete", "disposition": "Policy is currently in-force.", "insurer": { "reference": "Organization/2" }, "insurance": [ { "coverage": { "reference": "Coverage/9876B1" }, "inforce": true } ] } ``` You can reference the FHIR documentation to determine the format for [`CoverageEligibilityResponse`](https://www.hl7.org/fhir/r4b/CoverageEligibilityResponse.html). - [Search CoverageEligibilityResponses](https://api-reference.oystehr.com/reference/post_coverageeligibilityresponse-search.md): **[CoverageEligibilityResponse on the FHIR specification website.](https://www.hl7.org/fhir/r4b/coverageeligibilityresponse.html)** This resource provides eligibility and plan details from the processing of an CoverageEligibilityRequest resource. - [Get CoverageEligibilityResponse with identifier {identifier}](https://api-reference.oystehr.com/reference/get_coverageeligibilityresponse-identifier.md): **[CoverageEligibilityResponse on the FHIR specification website.](https://www.hl7.org/fhir/r4b/coverageeligibilityresponse.html)** This resource provides eligibility and plan details from the processing of an CoverageEligibilityRequest resource. - [Update CoverageEligibilityResponse with identifier {identifier}](https://api-reference.oystehr.com/reference/put_coverageeligibilityresponse-identifier.md): **[CoverageEligibilityResponse on the FHIR specification website.](https://www.hl7.org/fhir/r4b/coverageeligibilityresponse.html)** This resource provides eligibility and plan details from the processing of an CoverageEligibilityRequest resource. The body should be a valid FHIR object for CoverageEligibilityResponse. Here is an example: ```json { "resourceType": "CoverageEligibilityResponse", "id": "E2500", "text": { "status": "generated", "div": "
A human-readable rendering of the CoverageEligibilityResponse.
" }, "identifier": [ { "system": "http://www.BenefitsInc.com/fhir/coverageeligibilityresponse", "value": "881234" } ], "status": "active", "purpose": [ "validation" ], "patient": { "reference": "Patient/pat1" }, "created": "2014-08-16", "request": { "reference": "http://www.BenefitsInc.com/fhir/coverageeligibilityrequest/225476332402" }, "outcome": "complete", "disposition": "Policy is currently in-force.", "insurer": { "reference": "Organization/2" }, "insurance": [ { "coverage": { "reference": "Coverage/9876B1" }, "inforce": true } ] } ``` You can reference the FHIR documentation to determine the format for [`CoverageEligibilityResponse`](https://www.hl7.org/fhir/r4b/CoverageEligibilityResponse.html). - [Patch CoverageEligibilityResponse with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_coverageeligibilityresponse-identifier.md): **[CoverageEligibilityResponse on the FHIR specification website.](https://www.hl7.org/fhir/r4b/coverageeligibilityresponse.html)** This resource provides eligibility and plan details from the processing of an CoverageEligibilityRequest resource. The body should be a list of valid JSON patches for CoverageEligibilityResponse. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete CoverageEligibilityResponse with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_coverageeligibilityresponse-identifier.md): **[CoverageEligibilityResponse on the FHIR specification website.](https://www.hl7.org/fhir/r4b/coverageeligibilityresponse.html)** This resource provides eligibility and plan details from the processing of an CoverageEligibilityRequest resource. - [Get history of CoverageEligibilityResponse with identifier {identifier}](https://api-reference.oystehr.com/reference/get_coverageeligibilityresponse-identifier-history.md): **[CoverageEligibilityResponse on the FHIR specification website.](https://www.hl7.org/fhir/r4b/coverageeligibilityresponse.html)** This resource provides eligibility and plan details from the processing of an CoverageEligibilityRequest resource. - [Get CoverageEligibilityResponse with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_coverageeligibilityresponse-identifier-history-versionidentifier.md): **[CoverageEligibilityResponse on the FHIR specification website.](https://www.hl7.org/fhir/r4b/coverageeligibilityresponse.html)** This resource provides eligibility and plan details from the processing of an CoverageEligibilityRequest resource. - [Search DetectedIssues](https://api-reference.oystehr.com/reference/get_detectedissue.md): **[DetectedIssue on the FHIR specification website.](https://www.hl7.org/fhir/r4b/detectedissue.html)** Indicates an actual or potential clinical issue with or between one or more active or proposed clinical actions for a patient; e.g. Drug-drug interaction, Ineffective treatment frequency, Procedure-condition conflict, etc. - [Create a new DetectedIssue](https://api-reference.oystehr.com/reference/post_detectedissue.md): **[DetectedIssue on the FHIR specification website.](https://www.hl7.org/fhir/r4b/detectedissue.html)** Indicates an actual or potential clinical issue with or between one or more active or proposed clinical actions for a patient; e.g. Drug-drug interaction, Ineffective treatment frequency, Procedure-condition conflict, etc. The body should be a valid FHIR object for DetectedIssue. Here is an example: ```json { "resourceType": "DetectedIssue", "id": "allergy", "text": { "status": "generated", "div": "
[Put rendering here]
" }, "status": "final" } ``` You can reference the FHIR documentation to determine the format for [`DetectedIssue`](https://www.hl7.org/fhir/r4b/DetectedIssue.html). - [Search DetectedIssues](https://api-reference.oystehr.com/reference/post_detectedissue-search.md): **[DetectedIssue on the FHIR specification website.](https://www.hl7.org/fhir/r4b/detectedissue.html)** Indicates an actual or potential clinical issue with or between one or more active or proposed clinical actions for a patient; e.g. Drug-drug interaction, Ineffective treatment frequency, Procedure-condition conflict, etc. - [Get DetectedIssue with identifier {identifier}](https://api-reference.oystehr.com/reference/get_detectedissue-identifier.md): **[DetectedIssue on the FHIR specification website.](https://www.hl7.org/fhir/r4b/detectedissue.html)** Indicates an actual or potential clinical issue with or between one or more active or proposed clinical actions for a patient; e.g. Drug-drug interaction, Ineffective treatment frequency, Procedure-condition conflict, etc. - [Update DetectedIssue with identifier {identifier}](https://api-reference.oystehr.com/reference/put_detectedissue-identifier.md): **[DetectedIssue on the FHIR specification website.](https://www.hl7.org/fhir/r4b/detectedissue.html)** Indicates an actual or potential clinical issue with or between one or more active or proposed clinical actions for a patient; e.g. Drug-drug interaction, Ineffective treatment frequency, Procedure-condition conflict, etc. The body should be a valid FHIR object for DetectedIssue. Here is an example: ```json { "resourceType": "DetectedIssue", "id": "allergy", "text": { "status": "generated", "div": "
[Put rendering here]
" }, "status": "final" } ``` You can reference the FHIR documentation to determine the format for [`DetectedIssue`](https://www.hl7.org/fhir/r4b/DetectedIssue.html). - [Patch DetectedIssue with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_detectedissue-identifier.md): **[DetectedIssue on the FHIR specification website.](https://www.hl7.org/fhir/r4b/detectedissue.html)** Indicates an actual or potential clinical issue with or between one or more active or proposed clinical actions for a patient; e.g. Drug-drug interaction, Ineffective treatment frequency, Procedure-condition conflict, etc. The body should be a list of valid JSON patches for DetectedIssue. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete DetectedIssue with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_detectedissue-identifier.md): **[DetectedIssue on the FHIR specification website.](https://www.hl7.org/fhir/r4b/detectedissue.html)** Indicates an actual or potential clinical issue with or between one or more active or proposed clinical actions for a patient; e.g. Drug-drug interaction, Ineffective treatment frequency, Procedure-condition conflict, etc. - [Get history of DetectedIssue with identifier {identifier}](https://api-reference.oystehr.com/reference/get_detectedissue-identifier-history.md): **[DetectedIssue on the FHIR specification website.](https://www.hl7.org/fhir/r4b/detectedissue.html)** Indicates an actual or potential clinical issue with or between one or more active or proposed clinical actions for a patient; e.g. Drug-drug interaction, Ineffective treatment frequency, Procedure-condition conflict, etc. - [Get DetectedIssue with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_detectedissue-identifier-history-versionidentifier.md): **[DetectedIssue on the FHIR specification website.](https://www.hl7.org/fhir/r4b/detectedissue.html)** Indicates an actual or potential clinical issue with or between one or more active or proposed clinical actions for a patient; e.g. Drug-drug interaction, Ineffective treatment frequency, Procedure-condition conflict, etc. - [Search Devices](https://api-reference.oystehr.com/reference/get_device.md): **[Device on the FHIR specification website.](https://www.hl7.org/fhir/r4b/device.html)** A type of a manufactured item that is used in the provision of healthcare without being substantially changed through that activity. The device may be a medical or non-medical device. - [Create a new Device](https://api-reference.oystehr.com/reference/post_device.md): **[Device on the FHIR specification website.](https://www.hl7.org/fhir/r4b/device.html)** A type of a manufactured item that is used in the provision of healthcare without being substantially changed through that activity. The device may be a medical or non-medical device. The body should be a valid FHIR object for Device. Here is an example: ```json { "resourceType": "Device", "id": "example", "text": { "status": "generated", "div": "

Generated Narrative with Details

id: example

identifier: 345675

" }, "identifier": [ { "system": "http://goodcare.org/devices/id", "value": "345675" } ] } ``` You can reference the FHIR documentation to determine the format for [`Device`](https://www.hl7.org/fhir/r4b/Device.html). - [Search Devices](https://api-reference.oystehr.com/reference/post_device-search.md): **[Device on the FHIR specification website.](https://www.hl7.org/fhir/r4b/device.html)** A type of a manufactured item that is used in the provision of healthcare without being substantially changed through that activity. The device may be a medical or non-medical device. - [Get Device with identifier {identifier}](https://api-reference.oystehr.com/reference/get_device-identifier.md): **[Device on the FHIR specification website.](https://www.hl7.org/fhir/r4b/device.html)** A type of a manufactured item that is used in the provision of healthcare without being substantially changed through that activity. The device may be a medical or non-medical device. - [Update Device with identifier {identifier}](https://api-reference.oystehr.com/reference/put_device-identifier.md): **[Device on the FHIR specification website.](https://www.hl7.org/fhir/r4b/device.html)** A type of a manufactured item that is used in the provision of healthcare without being substantially changed through that activity. The device may be a medical or non-medical device. The body should be a valid FHIR object for Device. Here is an example: ```json { "resourceType": "Device", "id": "example", "text": { "status": "generated", "div": "

Generated Narrative with Details

id: example

identifier: 345675

" }, "identifier": [ { "system": "http://goodcare.org/devices/id", "value": "345675" } ] } ``` You can reference the FHIR documentation to determine the format for [`Device`](https://www.hl7.org/fhir/r4b/Device.html). - [Patch Device with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_device-identifier.md): **[Device on the FHIR specification website.](https://www.hl7.org/fhir/r4b/device.html)** A type of a manufactured item that is used in the provision of healthcare without being substantially changed through that activity. The device may be a medical or non-medical device. The body should be a list of valid JSON patches for Device. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete Device with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_device-identifier.md): **[Device on the FHIR specification website.](https://www.hl7.org/fhir/r4b/device.html)** A type of a manufactured item that is used in the provision of healthcare without being substantially changed through that activity. The device may be a medical or non-medical device. - [Get history of Device with identifier {identifier}](https://api-reference.oystehr.com/reference/get_device-identifier-history.md): **[Device on the FHIR specification website.](https://www.hl7.org/fhir/r4b/device.html)** A type of a manufactured item that is used in the provision of healthcare without being substantially changed through that activity. The device may be a medical or non-medical device. - [Get Device with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_device-identifier-history-versionidentifier.md): **[Device on the FHIR specification website.](https://www.hl7.org/fhir/r4b/device.html)** A type of a manufactured item that is used in the provision of healthcare without being substantially changed through that activity. The device may be a medical or non-medical device. - [Search DeviceDefinitions](https://api-reference.oystehr.com/reference/get_devicedefinition.md): **[DeviceDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/devicedefinition.html)** The characteristics, operational status and capabilities of a medical-related component of a medical device. - [Create a new DeviceDefinition](https://api-reference.oystehr.com/reference/post_devicedefinition.md): **[DeviceDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/devicedefinition.html)** The characteristics, operational status and capabilities of a medical-related component of a medical device. The body should be a valid FHIR object for DeviceDefinition. Here is an example: ```json { "resourceType": "DeviceDefinition", "id": "example", "text": { "status": "generated", "div": "

Generated Narrative with Details

id: example

identifier: 0

" }, "identifier": [ { "value": "0" } ] } ``` You can reference the FHIR documentation to determine the format for [`DeviceDefinition`](https://www.hl7.org/fhir/r4b/DeviceDefinition.html). - [Search DeviceDefinitions](https://api-reference.oystehr.com/reference/post_devicedefinition-search.md): **[DeviceDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/devicedefinition.html)** The characteristics, operational status and capabilities of a medical-related component of a medical device. - [Get DeviceDefinition with identifier {identifier}](https://api-reference.oystehr.com/reference/get_devicedefinition-identifier.md): **[DeviceDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/devicedefinition.html)** The characteristics, operational status and capabilities of a medical-related component of a medical device. - [Update DeviceDefinition with identifier {identifier}](https://api-reference.oystehr.com/reference/put_devicedefinition-identifier.md): **[DeviceDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/devicedefinition.html)** The characteristics, operational status and capabilities of a medical-related component of a medical device. The body should be a valid FHIR object for DeviceDefinition. Here is an example: ```json { "resourceType": "DeviceDefinition", "id": "example", "text": { "status": "generated", "div": "

Generated Narrative with Details

id: example

identifier: 0

" }, "identifier": [ { "value": "0" } ] } ``` You can reference the FHIR documentation to determine the format for [`DeviceDefinition`](https://www.hl7.org/fhir/r4b/DeviceDefinition.html). - [Patch DeviceDefinition with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_devicedefinition-identifier.md): **[DeviceDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/devicedefinition.html)** The characteristics, operational status and capabilities of a medical-related component of a medical device. The body should be a list of valid JSON patches for DeviceDefinition. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete DeviceDefinition with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_devicedefinition-identifier.md): **[DeviceDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/devicedefinition.html)** The characteristics, operational status and capabilities of a medical-related component of a medical device. - [Get history of DeviceDefinition with identifier {identifier}](https://api-reference.oystehr.com/reference/get_devicedefinition-identifier-history.md): **[DeviceDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/devicedefinition.html)** The characteristics, operational status and capabilities of a medical-related component of a medical device. - [Get DeviceDefinition with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_devicedefinition-identifier-history-versionidentifier.md): **[DeviceDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/devicedefinition.html)** The characteristics, operational status and capabilities of a medical-related component of a medical device. - [Search DeviceMetrics](https://api-reference.oystehr.com/reference/get_devicemetric.md): **[DeviceMetric on the FHIR specification website.](https://www.hl7.org/fhir/r4b/devicemetric.html)** Describes a measurement, calculation or setting capability of a medical device. - [Create a new DeviceMetric](https://api-reference.oystehr.com/reference/post_devicemetric.md): **[DeviceMetric on the FHIR specification website.](https://www.hl7.org/fhir/r4b/devicemetric.html)** Describes a measurement, calculation or setting capability of a medical device. The body should be a valid FHIR object for DeviceMetric. Here is an example: ```json { "resourceType": "DeviceMetric", "id": "example", "text": { "status": "generated", "div": "

Generated Narrative with Details

id: example

identifier: 345675

type: MDC_PULS_OXIM_SAT_O2 (Details : {urn:iso:std:iso:11073:10101 code '150456' = '150456', given as 'MDC_PULS_OXIM_SAT_O2'})

unit: MDC_DIM_PERCENT (Details : {urn:iso:std:iso:11073:10101 code '262688' = '262688', given as 'MDC_DIM_PERCENT'})

source: Device/dev1

parent: DeviceDefinition/dc102

operationalStatus: on

color: blue

category: measurement

measurementPeriod: Do Once per 1 seconds

Calibrations

-TypeStateTime
*two-pointcalibrated28/12/2016 9:03:04 AM
" }, "identifier": [ { "system": "http://goodcare.org/devicemetric/id", "value": "345675" } ], "type": { "coding": [ { "system": "urn:iso:std:iso:11073:10101", "code": "150456", "display": "MDC_PULS_OXIM_SAT_O2" } ] }, "unit": { "coding": [ { "system": "urn:iso:std:iso:11073:10101", "code": "262688", "display": "MDC_DIM_PERCENT" } ] }, "source": { "reference": "Device/dev1" }, "parent": { "reference": "DeviceDefinition/dc102" }, "operationalStatus": "on", "color": "blue", "category": "measurement", "measurementPeriod": { "repeat": { "frequency": 1, "period": 1, "periodUnit": "s" } }, "calibration": [ { "type": "two-point", "state": "calibrated", "time": "2016-12-28T09:03:04-05:00" } ] } ``` You can reference the FHIR documentation to determine the format for [`DeviceMetric`](https://www.hl7.org/fhir/r4b/DeviceMetric.html). - [Search DeviceMetrics](https://api-reference.oystehr.com/reference/post_devicemetric-search.md): **[DeviceMetric on the FHIR specification website.](https://www.hl7.org/fhir/r4b/devicemetric.html)** Describes a measurement, calculation or setting capability of a medical device. - [Get DeviceMetric with identifier {identifier}](https://api-reference.oystehr.com/reference/get_devicemetric-identifier.md): **[DeviceMetric on the FHIR specification website.](https://www.hl7.org/fhir/r4b/devicemetric.html)** Describes a measurement, calculation or setting capability of a medical device. - [Update DeviceMetric with identifier {identifier}](https://api-reference.oystehr.com/reference/put_devicemetric-identifier.md): **[DeviceMetric on the FHIR specification website.](https://www.hl7.org/fhir/r4b/devicemetric.html)** Describes a measurement, calculation or setting capability of a medical device. The body should be a valid FHIR object for DeviceMetric. Here is an example: ```json { "resourceType": "DeviceMetric", "id": "example", "text": { "status": "generated", "div": "

Generated Narrative with Details

id: example

identifier: 345675

type: MDC_PULS_OXIM_SAT_O2 (Details : {urn:iso:std:iso:11073:10101 code '150456' = '150456', given as 'MDC_PULS_OXIM_SAT_O2'})

unit: MDC_DIM_PERCENT (Details : {urn:iso:std:iso:11073:10101 code '262688' = '262688', given as 'MDC_DIM_PERCENT'})

source: Device/dev1

parent: DeviceDefinition/dc102

operationalStatus: on

color: blue

category: measurement

measurementPeriod: Do Once per 1 seconds

Calibrations

-TypeStateTime
*two-pointcalibrated28/12/2016 9:03:04 AM
" }, "identifier": [ { "system": "http://goodcare.org/devicemetric/id", "value": "345675" } ], "type": { "coding": [ { "system": "urn:iso:std:iso:11073:10101", "code": "150456", "display": "MDC_PULS_OXIM_SAT_O2" } ] }, "unit": { "coding": [ { "system": "urn:iso:std:iso:11073:10101", "code": "262688", "display": "MDC_DIM_PERCENT" } ] }, "source": { "reference": "Device/dev1" }, "parent": { "reference": "DeviceDefinition/dc102" }, "operationalStatus": "on", "color": "blue", "category": "measurement", "measurementPeriod": { "repeat": { "frequency": 1, "period": 1, "periodUnit": "s" } }, "calibration": [ { "type": "two-point", "state": "calibrated", "time": "2016-12-28T09:03:04-05:00" } ] } ``` You can reference the FHIR documentation to determine the format for [`DeviceMetric`](https://www.hl7.org/fhir/r4b/DeviceMetric.html). - [Patch DeviceMetric with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_devicemetric-identifier.md): **[DeviceMetric on the FHIR specification website.](https://www.hl7.org/fhir/r4b/devicemetric.html)** Describes a measurement, calculation or setting capability of a medical device. The body should be a list of valid JSON patches for DeviceMetric. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete DeviceMetric with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_devicemetric-identifier.md): **[DeviceMetric on the FHIR specification website.](https://www.hl7.org/fhir/r4b/devicemetric.html)** Describes a measurement, calculation or setting capability of a medical device. - [Get history of DeviceMetric with identifier {identifier}](https://api-reference.oystehr.com/reference/get_devicemetric-identifier-history.md): **[DeviceMetric on the FHIR specification website.](https://www.hl7.org/fhir/r4b/devicemetric.html)** Describes a measurement, calculation or setting capability of a medical device. - [Get DeviceMetric with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_devicemetric-identifier-history-versionidentifier.md): **[DeviceMetric on the FHIR specification website.](https://www.hl7.org/fhir/r4b/devicemetric.html)** Describes a measurement, calculation or setting capability of a medical device. - [Search DeviceRequests](https://api-reference.oystehr.com/reference/get_devicerequest.md): **[DeviceRequest on the FHIR specification website.](https://www.hl7.org/fhir/r4b/devicerequest.html)** Represents a request for a patient to employ a medical device. The device may be an implantable device, or an external assistive device, such as a walker. - [Create a new DeviceRequest](https://api-reference.oystehr.com/reference/post_devicerequest.md): **[DeviceRequest on the FHIR specification website.](https://www.hl7.org/fhir/r4b/devicerequest.html)** Represents a request for a patient to employ a medical device. The device may be an implantable device, or an external assistive device, such as a walker. The body should be a valid FHIR object for DeviceRequest. Here is an example: ```json { "resourceType": "DeviceRequest", "id": "example", "text": { "status": "generated", "div": "

Generated Narrative with Details

id: example

status: completed

intent: original-order

code: Device/example

subject: Patient/example

" }, "status": "completed", "intent": "original-order", "codeReference": { "reference": "Device/example" }, "subject": { "reference": "Patient/example" } } ``` You can reference the FHIR documentation to determine the format for [`DeviceRequest`](https://www.hl7.org/fhir/r4b/DeviceRequest.html). - [Search DeviceRequests](https://api-reference.oystehr.com/reference/post_devicerequest-search.md): **[DeviceRequest on the FHIR specification website.](https://www.hl7.org/fhir/r4b/devicerequest.html)** Represents a request for a patient to employ a medical device. The device may be an implantable device, or an external assistive device, such as a walker. - [Get DeviceRequest with identifier {identifier}](https://api-reference.oystehr.com/reference/get_devicerequest-identifier.md): **[DeviceRequest on the FHIR specification website.](https://www.hl7.org/fhir/r4b/devicerequest.html)** Represents a request for a patient to employ a medical device. The device may be an implantable device, or an external assistive device, such as a walker. - [Update DeviceRequest with identifier {identifier}](https://api-reference.oystehr.com/reference/put_devicerequest-identifier.md): **[DeviceRequest on the FHIR specification website.](https://www.hl7.org/fhir/r4b/devicerequest.html)** Represents a request for a patient to employ a medical device. The device may be an implantable device, or an external assistive device, such as a walker. The body should be a valid FHIR object for DeviceRequest. Here is an example: ```json { "resourceType": "DeviceRequest", "id": "example", "text": { "status": "generated", "div": "

Generated Narrative with Details

id: example

status: completed

intent: original-order

code: Device/example

subject: Patient/example

" }, "status": "completed", "intent": "original-order", "codeReference": { "reference": "Device/example" }, "subject": { "reference": "Patient/example" } } ``` You can reference the FHIR documentation to determine the format for [`DeviceRequest`](https://www.hl7.org/fhir/r4b/DeviceRequest.html). - [Patch DeviceRequest with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_devicerequest-identifier.md): **[DeviceRequest on the FHIR specification website.](https://www.hl7.org/fhir/r4b/devicerequest.html)** Represents a request for a patient to employ a medical device. The device may be an implantable device, or an external assistive device, such as a walker. The body should be a list of valid JSON patches for DeviceRequest. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete DeviceRequest with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_devicerequest-identifier.md): **[DeviceRequest on the FHIR specification website.](https://www.hl7.org/fhir/r4b/devicerequest.html)** Represents a request for a patient to employ a medical device. The device may be an implantable device, or an external assistive device, such as a walker. - [Get history of DeviceRequest with identifier {identifier}](https://api-reference.oystehr.com/reference/get_devicerequest-identifier-history.md): **[DeviceRequest on the FHIR specification website.](https://www.hl7.org/fhir/r4b/devicerequest.html)** Represents a request for a patient to employ a medical device. The device may be an implantable device, or an external assistive device, such as a walker. - [Get DeviceRequest with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_devicerequest-identifier-history-versionidentifier.md): **[DeviceRequest on the FHIR specification website.](https://www.hl7.org/fhir/r4b/devicerequest.html)** Represents a request for a patient to employ a medical device. The device may be an implantable device, or an external assistive device, such as a walker. - [Search DeviceUseStatements](https://api-reference.oystehr.com/reference/get_deviceusestatement.md): **[DeviceUseStatement on the FHIR specification website.](https://www.hl7.org/fhir/r4b/deviceusestatement.html)** A record of a device being used by a patient where the record is the result of a report from the patient or another clinician. - [Create a new DeviceUseStatement](https://api-reference.oystehr.com/reference/post_deviceusestatement.md): **[DeviceUseStatement on the FHIR specification website.](https://www.hl7.org/fhir/r4b/deviceusestatement.html)** A record of a device being used by a patient where the record is the result of a report from the patient or another clinician. The body should be a valid FHIR object for DeviceUseStatement. Here is an example: ```json { "resourceType": "DeviceUseStatement", "id": "example", "text": { "status": "generated", "div": "

Generated Narrative with Details

id: example

identifier: 51ebb7a9-4e3a-4360-9a05-0cc2d869086f

status: active

subject: Patient/example

device: Device/example

reasonReference: Appendectomy (surgery)

" }, "identifier": [ { "system": "http:goodhealth.org/identifiers", "value": "51ebb7a9-4e3a-4360-9a05-0cc2d869086f" } ], "status": "active", "subject": { "reference": "Patient/example" }, "device": { "reference": "Device/example" }, "reasonReference": [ { "reference": "Procedure/example", "display": "Appendectomy (surgery)" } ] } ``` You can reference the FHIR documentation to determine the format for [`DeviceUseStatement`](https://www.hl7.org/fhir/r4b/DeviceUseStatement.html). - [Search DeviceUseStatements](https://api-reference.oystehr.com/reference/post_deviceusestatement-search.md): **[DeviceUseStatement on the FHIR specification website.](https://www.hl7.org/fhir/r4b/deviceusestatement.html)** A record of a device being used by a patient where the record is the result of a report from the patient or another clinician. - [Get DeviceUseStatement with identifier {identifier}](https://api-reference.oystehr.com/reference/get_deviceusestatement-identifier.md): **[DeviceUseStatement on the FHIR specification website.](https://www.hl7.org/fhir/r4b/deviceusestatement.html)** A record of a device being used by a patient where the record is the result of a report from the patient or another clinician. - [Update DeviceUseStatement with identifier {identifier}](https://api-reference.oystehr.com/reference/put_deviceusestatement-identifier.md): **[DeviceUseStatement on the FHIR specification website.](https://www.hl7.org/fhir/r4b/deviceusestatement.html)** A record of a device being used by a patient where the record is the result of a report from the patient or another clinician. The body should be a valid FHIR object for DeviceUseStatement. Here is an example: ```json { "resourceType": "DeviceUseStatement", "id": "example", "text": { "status": "generated", "div": "

Generated Narrative with Details

id: example

identifier: 51ebb7a9-4e3a-4360-9a05-0cc2d869086f

status: active

subject: Patient/example

device: Device/example

reasonReference: Appendectomy (surgery)

" }, "identifier": [ { "system": "http:goodhealth.org/identifiers", "value": "51ebb7a9-4e3a-4360-9a05-0cc2d869086f" } ], "status": "active", "subject": { "reference": "Patient/example" }, "device": { "reference": "Device/example" }, "reasonReference": [ { "reference": "Procedure/example", "display": "Appendectomy (surgery)" } ] } ``` You can reference the FHIR documentation to determine the format for [`DeviceUseStatement`](https://www.hl7.org/fhir/r4b/DeviceUseStatement.html). - [Patch DeviceUseStatement with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_deviceusestatement-identifier.md): **[DeviceUseStatement on the FHIR specification website.](https://www.hl7.org/fhir/r4b/deviceusestatement.html)** A record of a device being used by a patient where the record is the result of a report from the patient or another clinician. The body should be a list of valid JSON patches for DeviceUseStatement. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete DeviceUseStatement with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_deviceusestatement-identifier.md): **[DeviceUseStatement on the FHIR specification website.](https://www.hl7.org/fhir/r4b/deviceusestatement.html)** A record of a device being used by a patient where the record is the result of a report from the patient or another clinician. - [Get history of DeviceUseStatement with identifier {identifier}](https://api-reference.oystehr.com/reference/get_deviceusestatement-identifier-history.md): **[DeviceUseStatement on the FHIR specification website.](https://www.hl7.org/fhir/r4b/deviceusestatement.html)** A record of a device being used by a patient where the record is the result of a report from the patient or another clinician. - [Get DeviceUseStatement with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_deviceusestatement-identifier-history-versionidentifier.md): **[DeviceUseStatement on the FHIR specification website.](https://www.hl7.org/fhir/r4b/deviceusestatement.html)** A record of a device being used by a patient where the record is the result of a report from the patient or another clinician. - [Search DiagnosticReports](https://api-reference.oystehr.com/reference/get_diagnosticreport.md): **[DiagnosticReport on the FHIR specification website.](https://www.hl7.org/fhir/r4b/diagnosticreport.html)** The findings and interpretation of diagnostic tests performed on patients, groups of patients, devices, and locations, and/or specimens derived from these. The report includes clinical context such as requesting and provider information, and some mix of atomic results, images, textual and coded interpretations, and formatted representation of diagnostic reports. - [Create a new DiagnosticReport](https://api-reference.oystehr.com/reference/post_diagnosticreport.md): **[DiagnosticReport on the FHIR specification website.](https://www.hl7.org/fhir/r4b/diagnosticreport.html)** The findings and interpretation of diagnostic tests performed on patients, groups of patients, devices, and locations, and/or specimens derived from these. The report includes clinical context such as requesting and provider information, and some mix of atomic results, images, textual and coded interpretations, and formatted representation of diagnostic reports. The body should be a valid FHIR object for DiagnosticReport. Here is an example: ```json { "resourceType": "DiagnosticReport", "id": "example-pgx", "text": { "status": "generated", "div": "

Generated Narrative with Details

id: example-pgx

basedOn: ServiceRequest/example-pgx

status: final

code: Pharmacogenetics Report (Details : {https://system/PGxReport code 'PGxReport' = 'PGxReport', given as 'Pharmacogenetics Report'})

subject: Bob Smith

effective: 15/10/2016 12:34:56 PM

issued: 20/10/2016 2:00:05 PM

performer: Organization/4829

result: Observation/example-phenotype

presentedForm:

" }, "basedOn": [ { "reference": "ServiceRequest/example-pgx" } ], "status": "final", "code": { "coding": [ { "system": "https://system/PGxReport", "code": "PGxReport", "display": "Pharmacogenetics Report" } ], "text": "Pharmacogenetics Report" }, "subject": { "reference": "Patient/899962", "display": "Bob Smith" }, "effectiveDateTime": "2016-10-15T12:34:56+11:00", "issued": "2016-10-20T14:00:05+11:00", "performer": [ { "reference": "Organization/4829" } ], "result": [ { "reference": "Observation/example-phenotype" } ], "presentedForm": [ { "contentType": "application/pdf", "language": "en", "data": "cGRmSW5CYXNlNjRCaW5hcnk=", "hash": "571ef9c5655840f324e679072ed62b1b95eef8a0", "title": "Pharmacogenetics Report", "creation": "2016-10-20T20:00:00+11:00" } ] } ``` You can reference the FHIR documentation to determine the format for [`DiagnosticReport`](https://www.hl7.org/fhir/r4b/DiagnosticReport.html). - [Search DiagnosticReports](https://api-reference.oystehr.com/reference/post_diagnosticreport-search.md): **[DiagnosticReport on the FHIR specification website.](https://www.hl7.org/fhir/r4b/diagnosticreport.html)** The findings and interpretation of diagnostic tests performed on patients, groups of patients, devices, and locations, and/or specimens derived from these. The report includes clinical context such as requesting and provider information, and some mix of atomic results, images, textual and coded interpretations, and formatted representation of diagnostic reports. - [Get DiagnosticReport with identifier {identifier}](https://api-reference.oystehr.com/reference/get_diagnosticreport-identifier.md): **[DiagnosticReport on the FHIR specification website.](https://www.hl7.org/fhir/r4b/diagnosticreport.html)** The findings and interpretation of diagnostic tests performed on patients, groups of patients, devices, and locations, and/or specimens derived from these. The report includes clinical context such as requesting and provider information, and some mix of atomic results, images, textual and coded interpretations, and formatted representation of diagnostic reports. - [Update DiagnosticReport with identifier {identifier}](https://api-reference.oystehr.com/reference/put_diagnosticreport-identifier.md): **[DiagnosticReport on the FHIR specification website.](https://www.hl7.org/fhir/r4b/diagnosticreport.html)** The findings and interpretation of diagnostic tests performed on patients, groups of patients, devices, and locations, and/or specimens derived from these. The report includes clinical context such as requesting and provider information, and some mix of atomic results, images, textual and coded interpretations, and formatted representation of diagnostic reports. The body should be a valid FHIR object for DiagnosticReport. Here is an example: ```json { "resourceType": "DiagnosticReport", "id": "example-pgx", "text": { "status": "generated", "div": "

Generated Narrative with Details

id: example-pgx

basedOn: ServiceRequest/example-pgx

status: final

code: Pharmacogenetics Report (Details : {https://system/PGxReport code 'PGxReport' = 'PGxReport', given as 'Pharmacogenetics Report'})

subject: Bob Smith

effective: 15/10/2016 12:34:56 PM

issued: 20/10/2016 2:00:05 PM

performer: Organization/4829

result: Observation/example-phenotype

presentedForm:

" }, "basedOn": [ { "reference": "ServiceRequest/example-pgx" } ], "status": "final", "code": { "coding": [ { "system": "https://system/PGxReport", "code": "PGxReport", "display": "Pharmacogenetics Report" } ], "text": "Pharmacogenetics Report" }, "subject": { "reference": "Patient/899962", "display": "Bob Smith" }, "effectiveDateTime": "2016-10-15T12:34:56+11:00", "issued": "2016-10-20T14:00:05+11:00", "performer": [ { "reference": "Organization/4829" } ], "result": [ { "reference": "Observation/example-phenotype" } ], "presentedForm": [ { "contentType": "application/pdf", "language": "en", "data": "cGRmSW5CYXNlNjRCaW5hcnk=", "hash": "571ef9c5655840f324e679072ed62b1b95eef8a0", "title": "Pharmacogenetics Report", "creation": "2016-10-20T20:00:00+11:00" } ] } ``` You can reference the FHIR documentation to determine the format for [`DiagnosticReport`](https://www.hl7.org/fhir/r4b/DiagnosticReport.html). - [Patch DiagnosticReport with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_diagnosticreport-identifier.md): **[DiagnosticReport on the FHIR specification website.](https://www.hl7.org/fhir/r4b/diagnosticreport.html)** The findings and interpretation of diagnostic tests performed on patients, groups of patients, devices, and locations, and/or specimens derived from these. The report includes clinical context such as requesting and provider information, and some mix of atomic results, images, textual and coded interpretations, and formatted representation of diagnostic reports. The body should be a list of valid JSON patches for DiagnosticReport. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete DiagnosticReport with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_diagnosticreport-identifier.md): **[DiagnosticReport on the FHIR specification website.](https://www.hl7.org/fhir/r4b/diagnosticreport.html)** The findings and interpretation of diagnostic tests performed on patients, groups of patients, devices, and locations, and/or specimens derived from these. The report includes clinical context such as requesting and provider information, and some mix of atomic results, images, textual and coded interpretations, and formatted representation of diagnostic reports. - [Get history of DiagnosticReport with identifier {identifier}](https://api-reference.oystehr.com/reference/get_diagnosticreport-identifier-history.md): **[DiagnosticReport on the FHIR specification website.](https://www.hl7.org/fhir/r4b/diagnosticreport.html)** The findings and interpretation of diagnostic tests performed on patients, groups of patients, devices, and locations, and/or specimens derived from these. The report includes clinical context such as requesting and provider information, and some mix of atomic results, images, textual and coded interpretations, and formatted representation of diagnostic reports. - [Get DiagnosticReport with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_diagnosticreport-identifier-history-versionidentifier.md): **[DiagnosticReport on the FHIR specification website.](https://www.hl7.org/fhir/r4b/diagnosticreport.html)** The findings and interpretation of diagnostic tests performed on patients, groups of patients, devices, and locations, and/or specimens derived from these. The report includes clinical context such as requesting and provider information, and some mix of atomic results, images, textual and coded interpretations, and formatted representation of diagnostic reports. - [Search DocumentManifests](https://api-reference.oystehr.com/reference/get_documentmanifest.md): **[DocumentManifest on the FHIR specification website.](https://www.hl7.org/fhir/r4b/documentmanifest.html)** A collection of documents compiled for a purpose together with metadata that applies to the collection. - [Create a new DocumentManifest](https://api-reference.oystehr.com/reference/post_documentmanifest.md): **[DocumentManifest on the FHIR specification website.](https://www.hl7.org/fhir/r4b/documentmanifest.html)** A collection of documents compiled for a purpose together with metadata that applies to the collection. The body should be a valid FHIR object for DocumentManifest. Here is an example: ```json { "resourceType": "DocumentManifest", "id": "654789", "text": { "status": "generated", "div": "
A Financial Management Attachment example
" }, "contained": [ { "resourceType": "Organization", "id": "org-1", "identifier": [ { "system": "http://nationalidentifiers.org/insurers", "value": "52345" } ] }, { "resourceType": "DocumentReference", "id": "a1", "status": "current", "content": [ { "attachment": { "contentType": "application/pdf", "data": "SGVsbG8=", "title": "accident notes 20100201.pdf", "creation": "2010-02-01T11:50:23-05:00" } } ] }, { "resourceType": "DocumentReference", "id": "a2", "status": "current", "content": [ { "attachment": { "contentType": "application/pdf", "url": "http://happyvalley.com/docs/AB12345", "size": 104274, "hash": "SGVsbG8gdGhlcmU=", "creation": "2010-02-01T10:57:34+01:00" } } ] } ], "identifier": [ { "system": "http://happyvalley.com/supportingdocumentation", "value": "52345" } ], "status": "current", "created": "2014-09-21T11:50:23-05:00", "recipient": [ { "reference": "#org-1" } ], "content": [ { "reference": "#a1" }, { "reference": "#a2" }, { "reference": "DocumentReference/example" }, { "reference": "DiagnosticReport/f001" } ], "related": [ { "identifier": { "system": "http://happyvalley.com/claim", "value": "12345" } }, { "identifier": { "system": "http://www.BenefitsInc.com/fhir/remittance", "value": "R3500" } } ] } ``` You can reference the FHIR documentation to determine the format for [`DocumentManifest`](https://www.hl7.org/fhir/r4b/DocumentManifest.html). - [Search DocumentManifests](https://api-reference.oystehr.com/reference/post_documentmanifest-search.md): **[DocumentManifest on the FHIR specification website.](https://www.hl7.org/fhir/r4b/documentmanifest.html)** A collection of documents compiled for a purpose together with metadata that applies to the collection. - [Get DocumentManifest with identifier {identifier}](https://api-reference.oystehr.com/reference/get_documentmanifest-identifier.md): **[DocumentManifest on the FHIR specification website.](https://www.hl7.org/fhir/r4b/documentmanifest.html)** A collection of documents compiled for a purpose together with metadata that applies to the collection. - [Update DocumentManifest with identifier {identifier}](https://api-reference.oystehr.com/reference/put_documentmanifest-identifier.md): **[DocumentManifest on the FHIR specification website.](https://www.hl7.org/fhir/r4b/documentmanifest.html)** A collection of documents compiled for a purpose together with metadata that applies to the collection. The body should be a valid FHIR object for DocumentManifest. Here is an example: ```json { "resourceType": "DocumentManifest", "id": "654789", "text": { "status": "generated", "div": "
A Financial Management Attachment example
" }, "contained": [ { "resourceType": "Organization", "id": "org-1", "identifier": [ { "system": "http://nationalidentifiers.org/insurers", "value": "52345" } ] }, { "resourceType": "DocumentReference", "id": "a1", "status": "current", "content": [ { "attachment": { "contentType": "application/pdf", "data": "SGVsbG8=", "title": "accident notes 20100201.pdf", "creation": "2010-02-01T11:50:23-05:00" } } ] }, { "resourceType": "DocumentReference", "id": "a2", "status": "current", "content": [ { "attachment": { "contentType": "application/pdf", "url": "http://happyvalley.com/docs/AB12345", "size": 104274, "hash": "SGVsbG8gdGhlcmU=", "creation": "2010-02-01T10:57:34+01:00" } } ] } ], "identifier": [ { "system": "http://happyvalley.com/supportingdocumentation", "value": "52345" } ], "status": "current", "created": "2014-09-21T11:50:23-05:00", "recipient": [ { "reference": "#org-1" } ], "content": [ { "reference": "#a1" }, { "reference": "#a2" }, { "reference": "DocumentReference/example" }, { "reference": "DiagnosticReport/f001" } ], "related": [ { "identifier": { "system": "http://happyvalley.com/claim", "value": "12345" } }, { "identifier": { "system": "http://www.BenefitsInc.com/fhir/remittance", "value": "R3500" } } ] } ``` You can reference the FHIR documentation to determine the format for [`DocumentManifest`](https://www.hl7.org/fhir/r4b/DocumentManifest.html). - [Patch DocumentManifest with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_documentmanifest-identifier.md): **[DocumentManifest on the FHIR specification website.](https://www.hl7.org/fhir/r4b/documentmanifest.html)** A collection of documents compiled for a purpose together with metadata that applies to the collection. The body should be a list of valid JSON patches for DocumentManifest. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete DocumentManifest with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_documentmanifest-identifier.md): **[DocumentManifest on the FHIR specification website.](https://www.hl7.org/fhir/r4b/documentmanifest.html)** A collection of documents compiled for a purpose together with metadata that applies to the collection. - [Get history of DocumentManifest with identifier {identifier}](https://api-reference.oystehr.com/reference/get_documentmanifest-identifier-history.md): **[DocumentManifest on the FHIR specification website.](https://www.hl7.org/fhir/r4b/documentmanifest.html)** A collection of documents compiled for a purpose together with metadata that applies to the collection. - [Get DocumentManifest with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_documentmanifest-identifier-history-versionidentifier.md): **[DocumentManifest on the FHIR specification website.](https://www.hl7.org/fhir/r4b/documentmanifest.html)** A collection of documents compiled for a purpose together with metadata that applies to the collection. - [Search DocumentReferences](https://api-reference.oystehr.com/reference/get_documentreference.md): **[DocumentReference on the FHIR specification website.](https://www.hl7.org/fhir/r4b/documentreference.html)** A reference to a document of any kind for any purpose. Provides metadata about the document so that the document can be discovered and managed. The scope of a document is any seralized object with a mime-type, so includes formal patient centric documents (CDA), cliical notes, scanned paper, and non-patient specific documents like policy text. - [Create a new DocumentReference](https://api-reference.oystehr.com/reference/post_documentreference.md): **[DocumentReference on the FHIR specification website.](https://www.hl7.org/fhir/r4b/documentreference.html)** A reference to a document of any kind for any purpose. Provides metadata about the document so that the document can be discovered and managed. The scope of a document is any seralized object with a mime-type, so includes formal patient centric documents (CDA), cliical notes, scanned paper, and non-patient specific documents like policy text. The body should be a valid FHIR object for DocumentReference. For example, if creating a [`Slot`](https://www.hl7.org/fhir/r4b/slot.html) resource, here is a valid object: ```json { "resourceType": "Slot", "schedule": { "reference": "schedule/a" }, "status": "free", "start": "2022-08-10T11:00:00Z", "end": "2022-08-10T12:00:00Z" } ``` You can reference the FHIR documentation to determine the format for [`DocumentReference`](https://www.hl7.org/fhir/r4b/DocumentReference.html). - [Search DocumentReferences](https://api-reference.oystehr.com/reference/post_documentreference-search.md): **[DocumentReference on the FHIR specification website.](https://www.hl7.org/fhir/r4b/documentreference.html)** A reference to a document of any kind for any purpose. Provides metadata about the document so that the document can be discovered and managed. The scope of a document is any seralized object with a mime-type, so includes formal patient centric documents (CDA), cliical notes, scanned paper, and non-patient specific documents like policy text. - [Get DocumentReference with identifier {identifier}](https://api-reference.oystehr.com/reference/get_documentreference-identifier.md): **[DocumentReference on the FHIR specification website.](https://www.hl7.org/fhir/r4b/documentreference.html)** A reference to a document of any kind for any purpose. Provides metadata about the document so that the document can be discovered and managed. The scope of a document is any seralized object with a mime-type, so includes formal patient centric documents (CDA), cliical notes, scanned paper, and non-patient specific documents like policy text. - [Update DocumentReference with identifier {identifier}](https://api-reference.oystehr.com/reference/put_documentreference-identifier.md): **[DocumentReference on the FHIR specification website.](https://www.hl7.org/fhir/r4b/documentreference.html)** A reference to a document of any kind for any purpose. Provides metadata about the document so that the document can be discovered and managed. The scope of a document is any seralized object with a mime-type, so includes formal patient centric documents (CDA), cliical notes, scanned paper, and non-patient specific documents like policy text. The body should be a valid FHIR object for DocumentReference. For example, if updating a [`Slot`](https://www.hl7.org/fhir/r4b/slot.html) resource, here is a valid object: ```json { "resourceType": "Slot", "schedule": { "reference": "schedule/a" }, "status": "free", "start": "2022-08-10T11:00:00Z", "end": "2022-08-10T12:00:00Z" } ``` You can reference the FHIR documentation to determine the format for [`DocumentReference`](https://www.hl7.org/fhir/r4b/DocumentReference.html). - [Patch DocumentReference with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_documentreference-identifier.md): **[DocumentReference on the FHIR specification website.](https://www.hl7.org/fhir/r4b/documentreference.html)** A reference to a document of any kind for any purpose. Provides metadata about the document so that the document can be discovered and managed. The scope of a document is any seralized object with a mime-type, so includes formal patient centric documents (CDA), cliical notes, scanned paper, and non-patient specific documents like policy text. The body should be a list of valid JSON patches for DocumentReference. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete DocumentReference with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_documentreference-identifier.md): **[DocumentReference on the FHIR specification website.](https://www.hl7.org/fhir/r4b/documentreference.html)** A reference to a document of any kind for any purpose. Provides metadata about the document so that the document can be discovered and managed. The scope of a document is any seralized object with a mime-type, so includes formal patient centric documents (CDA), cliical notes, scanned paper, and non-patient specific documents like policy text. - [Get history of DocumentReference with identifier {identifier}](https://api-reference.oystehr.com/reference/get_documentreference-identifier-history.md): **[DocumentReference on the FHIR specification website.](https://www.hl7.org/fhir/r4b/documentreference.html)** A reference to a document of any kind for any purpose. Provides metadata about the document so that the document can be discovered and managed. The scope of a document is any seralized object with a mime-type, so includes formal patient centric documents (CDA), cliical notes, scanned paper, and non-patient specific documents like policy text. - [Get DocumentReference with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_documentreference-identifier-history-versionidentifier.md): **[DocumentReference on the FHIR specification website.](https://www.hl7.org/fhir/r4b/documentreference.html)** A reference to a document of any kind for any purpose. Provides metadata about the document so that the document can be discovered and managed. The scope of a document is any seralized object with a mime-type, so includes formal patient centric documents (CDA), cliical notes, scanned paper, and non-patient specific documents like policy text. - [Search Encounters](https://api-reference.oystehr.com/reference/get_encounter.md): **[Encounter on the FHIR specification website.](https://www.hl7.org/fhir/r4b/encounter.html)** An interaction between a patient and healthcare provider(s) for the purpose of providing healthcare service(s) or assessing the health status of a patient. - [Create a new Encounter](https://api-reference.oystehr.com/reference/post_encounter.md): **[Encounter on the FHIR specification website.](https://www.hl7.org/fhir/r4b/encounter.html)** An interaction between a patient and healthcare provider(s) for the purpose of providing healthcare service(s) or assessing the health status of a patient. The body should be a valid FHIR object for Encounter. Here is an example: ```json { "resourceType": "Encounter", "id": "example", "text": { "status": "generated", "div": "
Encounter with patient @example
" }, "status": "in-progress", "class": { "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode", "code": "IMP", "display": "inpatient encounter" }, "subject": { "reference": "Patient/example" } } ``` You can reference the FHIR documentation to determine the format for [`Encounter`](https://www.hl7.org/fhir/r4b/Encounter.html). - [Search Encounters](https://api-reference.oystehr.com/reference/post_encounter-search.md): **[Encounter on the FHIR specification website.](https://www.hl7.org/fhir/r4b/encounter.html)** An interaction between a patient and healthcare provider(s) for the purpose of providing healthcare service(s) or assessing the health status of a patient. - [Get Encounter with identifier {identifier}](https://api-reference.oystehr.com/reference/get_encounter-identifier.md): **[Encounter on the FHIR specification website.](https://www.hl7.org/fhir/r4b/encounter.html)** An interaction between a patient and healthcare provider(s) for the purpose of providing healthcare service(s) or assessing the health status of a patient. - [Update Encounter with identifier {identifier}](https://api-reference.oystehr.com/reference/put_encounter-identifier.md): **[Encounter on the FHIR specification website.](https://www.hl7.org/fhir/r4b/encounter.html)** An interaction between a patient and healthcare provider(s) for the purpose of providing healthcare service(s) or assessing the health status of a patient. The body should be a valid FHIR object for Encounter. Here is an example: ```json { "resourceType": "Encounter", "id": "example", "text": { "status": "generated", "div": "
Encounter with patient @example
" }, "status": "in-progress", "class": { "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode", "code": "IMP", "display": "inpatient encounter" }, "subject": { "reference": "Patient/example" } } ``` You can reference the FHIR documentation to determine the format for [`Encounter`](https://www.hl7.org/fhir/r4b/Encounter.html). - [Patch Encounter with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_encounter-identifier.md): **[Encounter on the FHIR specification website.](https://www.hl7.org/fhir/r4b/encounter.html)** An interaction between a patient and healthcare provider(s) for the purpose of providing healthcare service(s) or assessing the health status of a patient. The body should be a list of valid JSON patches for Encounter. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete Encounter with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_encounter-identifier.md): **[Encounter on the FHIR specification website.](https://www.hl7.org/fhir/r4b/encounter.html)** An interaction between a patient and healthcare provider(s) for the purpose of providing healthcare service(s) or assessing the health status of a patient. - [Get history of Encounter with identifier {identifier}](https://api-reference.oystehr.com/reference/get_encounter-identifier-history.md): **[Encounter on the FHIR specification website.](https://www.hl7.org/fhir/r4b/encounter.html)** An interaction between a patient and healthcare provider(s) for the purpose of providing healthcare service(s) or assessing the health status of a patient. - [Get Encounter with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_encounter-identifier-history-versionidentifier.md): **[Encounter on the FHIR specification website.](https://www.hl7.org/fhir/r4b/encounter.html)** An interaction between a patient and healthcare provider(s) for the purpose of providing healthcare service(s) or assessing the health status of a patient. - [Search Endpoints](https://api-reference.oystehr.com/reference/get_endpoint.md): **[Endpoint on the FHIR specification website.](https://www.hl7.org/fhir/r4b/endpoint.html)** The technical details of an endpoint that can be used for electronic services, such as for web services providing XDS.b or a REST endpoint for another FHIR server. This may include any security context information. - [Create a new Endpoint](https://api-reference.oystehr.com/reference/post_endpoint.md): **[Endpoint on the FHIR specification website.](https://www.hl7.org/fhir/r4b/endpoint.html)** The technical details of an endpoint that can be used for electronic services, such as for web services providing XDS.b or a REST endpoint for another FHIR server. This may include any security context information. The body should be a valid FHIR object for Endpoint. Here is an example: ```json { "resourceType": "Endpoint", "id": "direct-endpoint", "text": { "status": "generated", "div": "

Generated Narrative with Details

id: direct-endpoint

status: active

connectionType: direct-project (Details: [not stated] code direct-project = 'direct-project', stated as 'null')

name: MARTIN SMIETANKA

managingOrganization: Organization/299

payloadType: urn:hl7-org:sdwg:ccda-structuredBody:1.1 (Details : {urn:oid:1.3.6.1.4.1.19376.1.2.3 code 'urn:hl7-org:sdwg:ccda-structuredBody:1.1' = 'urn:hl7-org:sdwg:ccda-structuredBody:1.1)

address: MARTIN.SMIETANKA@directnppes.com

" }, "status": "active", "connectionType": { "code": "direct-project" }, "name": "MARTIN SMIETANKA", "managingOrganization": { "reference": "Organization/299" }, "payloadType": [ { "coding": [ { "system": "urn:oid:1.3.6.1.4.1.19376.1.2.3", "code": "urn:hl7-org:sdwg:ccda-structuredBody:1.1" } ] } ], "address": "mailto:MARTIN.SMIETANKA@directnppes.com" } ``` You can reference the FHIR documentation to determine the format for [`Endpoint`](https://www.hl7.org/fhir/r4b/Endpoint.html). - [Search Endpoints](https://api-reference.oystehr.com/reference/post_endpoint-search.md): **[Endpoint on the FHIR specification website.](https://www.hl7.org/fhir/r4b/endpoint.html)** The technical details of an endpoint that can be used for electronic services, such as for web services providing XDS.b or a REST endpoint for another FHIR server. This may include any security context information. - [Get Endpoint with identifier {identifier}](https://api-reference.oystehr.com/reference/get_endpoint-identifier.md): **[Endpoint on the FHIR specification website.](https://www.hl7.org/fhir/r4b/endpoint.html)** The technical details of an endpoint that can be used for electronic services, such as for web services providing XDS.b or a REST endpoint for another FHIR server. This may include any security context information. - [Update Endpoint with identifier {identifier}](https://api-reference.oystehr.com/reference/put_endpoint-identifier.md): **[Endpoint on the FHIR specification website.](https://www.hl7.org/fhir/r4b/endpoint.html)** The technical details of an endpoint that can be used for electronic services, such as for web services providing XDS.b or a REST endpoint for another FHIR server. This may include any security context information. The body should be a valid FHIR object for Endpoint. Here is an example: ```json { "resourceType": "Endpoint", "id": "direct-endpoint", "text": { "status": "generated", "div": "

Generated Narrative with Details

id: direct-endpoint

status: active

connectionType: direct-project (Details: [not stated] code direct-project = 'direct-project', stated as 'null')

name: MARTIN SMIETANKA

managingOrganization: Organization/299

payloadType: urn:hl7-org:sdwg:ccda-structuredBody:1.1 (Details : {urn:oid:1.3.6.1.4.1.19376.1.2.3 code 'urn:hl7-org:sdwg:ccda-structuredBody:1.1' = 'urn:hl7-org:sdwg:ccda-structuredBody:1.1)

address: MARTIN.SMIETANKA@directnppes.com

" }, "status": "active", "connectionType": { "code": "direct-project" }, "name": "MARTIN SMIETANKA", "managingOrganization": { "reference": "Organization/299" }, "payloadType": [ { "coding": [ { "system": "urn:oid:1.3.6.1.4.1.19376.1.2.3", "code": "urn:hl7-org:sdwg:ccda-structuredBody:1.1" } ] } ], "address": "mailto:MARTIN.SMIETANKA@directnppes.com" } ``` You can reference the FHIR documentation to determine the format for [`Endpoint`](https://www.hl7.org/fhir/r4b/Endpoint.html). - [Patch Endpoint with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_endpoint-identifier.md): **[Endpoint on the FHIR specification website.](https://www.hl7.org/fhir/r4b/endpoint.html)** The technical details of an endpoint that can be used for electronic services, such as for web services providing XDS.b or a REST endpoint for another FHIR server. This may include any security context information. The body should be a list of valid JSON patches for Endpoint. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete Endpoint with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_endpoint-identifier.md): **[Endpoint on the FHIR specification website.](https://www.hl7.org/fhir/r4b/endpoint.html)** The technical details of an endpoint that can be used for electronic services, such as for web services providing XDS.b or a REST endpoint for another FHIR server. This may include any security context information. - [Get history of Endpoint with identifier {identifier}](https://api-reference.oystehr.com/reference/get_endpoint-identifier-history.md): **[Endpoint on the FHIR specification website.](https://www.hl7.org/fhir/r4b/endpoint.html)** The technical details of an endpoint that can be used for electronic services, such as for web services providing XDS.b or a REST endpoint for another FHIR server. This may include any security context information. - [Get Endpoint with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_endpoint-identifier-history-versionidentifier.md): **[Endpoint on the FHIR specification website.](https://www.hl7.org/fhir/r4b/endpoint.html)** The technical details of an endpoint that can be used for electronic services, such as for web services providing XDS.b or a REST endpoint for another FHIR server. This may include any security context information. - [Search EnrollmentRequests](https://api-reference.oystehr.com/reference/get_enrollmentrequest.md): **[EnrollmentRequest on the FHIR specification website.](https://www.hl7.org/fhir/r4b/enrollmentrequest.html)** This resource provides the insurance enrollment details to the insurer regarding a specified coverage. - [Create a new EnrollmentRequest](https://api-reference.oystehr.com/reference/post_enrollmentrequest.md): **[EnrollmentRequest on the FHIR specification website.](https://www.hl7.org/fhir/r4b/enrollmentrequest.html)** This resource provides the insurance enrollment details to the insurer regarding a specified coverage. The body should be a valid FHIR object for EnrollmentRequest. Here is an example: ```json { "resourceType": "EnrollmentRequest", "id": "22345", "text": { "status": "generated", "div": "
A human-readable rendering of the EnrollmentRequest.
" }, "identifier": [ { "system": "http://happyvalley.com/enrollmentrequest", "value": "EN22345" } ], "status": "active", "created": "2014-08-16", "insurer": { "reference": "Organization/2" }, "provider": { "reference": "Organization/1" }, "candidate": { "reference": "Patient/1" }, "coverage": { "reference": "Coverage/9876B1" } } ``` You can reference the FHIR documentation to determine the format for [`EnrollmentRequest`](https://www.hl7.org/fhir/r4b/EnrollmentRequest.html). - [Search EnrollmentRequests](https://api-reference.oystehr.com/reference/post_enrollmentrequest-search.md): **[EnrollmentRequest on the FHIR specification website.](https://www.hl7.org/fhir/r4b/enrollmentrequest.html)** This resource provides the insurance enrollment details to the insurer regarding a specified coverage. - [Get EnrollmentRequest with identifier {identifier}](https://api-reference.oystehr.com/reference/get_enrollmentrequest-identifier.md): **[EnrollmentRequest on the FHIR specification website.](https://www.hl7.org/fhir/r4b/enrollmentrequest.html)** This resource provides the insurance enrollment details to the insurer regarding a specified coverage. - [Update EnrollmentRequest with identifier {identifier}](https://api-reference.oystehr.com/reference/put_enrollmentrequest-identifier.md): **[EnrollmentRequest on the FHIR specification website.](https://www.hl7.org/fhir/r4b/enrollmentrequest.html)** This resource provides the insurance enrollment details to the insurer regarding a specified coverage. The body should be a valid FHIR object for EnrollmentRequest. Here is an example: ```json { "resourceType": "EnrollmentRequest", "id": "22345", "text": { "status": "generated", "div": "
A human-readable rendering of the EnrollmentRequest.
" }, "identifier": [ { "system": "http://happyvalley.com/enrollmentrequest", "value": "EN22345" } ], "status": "active", "created": "2014-08-16", "insurer": { "reference": "Organization/2" }, "provider": { "reference": "Organization/1" }, "candidate": { "reference": "Patient/1" }, "coverage": { "reference": "Coverage/9876B1" } } ``` You can reference the FHIR documentation to determine the format for [`EnrollmentRequest`](https://www.hl7.org/fhir/r4b/EnrollmentRequest.html). - [Patch EnrollmentRequest with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_enrollmentrequest-identifier.md): **[EnrollmentRequest on the FHIR specification website.](https://www.hl7.org/fhir/r4b/enrollmentrequest.html)** This resource provides the insurance enrollment details to the insurer regarding a specified coverage. The body should be a list of valid JSON patches for EnrollmentRequest. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete EnrollmentRequest with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_enrollmentrequest-identifier.md): **[EnrollmentRequest on the FHIR specification website.](https://www.hl7.org/fhir/r4b/enrollmentrequest.html)** This resource provides the insurance enrollment details to the insurer regarding a specified coverage. - [Get history of EnrollmentRequest with identifier {identifier}](https://api-reference.oystehr.com/reference/get_enrollmentrequest-identifier-history.md): **[EnrollmentRequest on the FHIR specification website.](https://www.hl7.org/fhir/r4b/enrollmentrequest.html)** This resource provides the insurance enrollment details to the insurer regarding a specified coverage. - [Get EnrollmentRequest with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_enrollmentrequest-identifier-history-versionidentifier.md): **[EnrollmentRequest on the FHIR specification website.](https://www.hl7.org/fhir/r4b/enrollmentrequest.html)** This resource provides the insurance enrollment details to the insurer regarding a specified coverage. - [Search EnrollmentResponses](https://api-reference.oystehr.com/reference/get_enrollmentresponse.md): **[EnrollmentResponse on the FHIR specification website.](https://www.hl7.org/fhir/r4b/enrollmentresponse.html)** This resource provides enrollment and plan details from the processing of an EnrollmentRequest resource. - [Create a new EnrollmentResponse](https://api-reference.oystehr.com/reference/post_enrollmentresponse.md): **[EnrollmentResponse on the FHIR specification website.](https://www.hl7.org/fhir/r4b/enrollmentresponse.html)** This resource provides enrollment and plan details from the processing of an EnrollmentRequest resource. The body should be a valid FHIR object for EnrollmentResponse. Here is an example: ```json { "resourceType": "EnrollmentResponse", "id": "ER2500", "text": { "status": "generated", "div": "
A human-readable rendering of the EnrollmentResponse
" }, "identifier": [ { "system": "http://www.BenefitsInc.com/fhir/enrollmentresponse", "value": "781234" } ], "status": "active", "request": { "reference": "http://www.BenefitsInc.com/fhir/eligibility/225476332402" }, "outcome": "complete", "disposition": "Dependant added to policy.", "created": "2014-08-16", "organization": { "reference": "Organization/2" }, "requestProvider": { "reference": "Organization/1" } } ``` You can reference the FHIR documentation to determine the format for [`EnrollmentResponse`](https://www.hl7.org/fhir/r4b/EnrollmentResponse.html). - [Search EnrollmentResponses](https://api-reference.oystehr.com/reference/post_enrollmentresponse-search.md): **[EnrollmentResponse on the FHIR specification website.](https://www.hl7.org/fhir/r4b/enrollmentresponse.html)** This resource provides enrollment and plan details from the processing of an EnrollmentRequest resource. - [Get EnrollmentResponse with identifier {identifier}](https://api-reference.oystehr.com/reference/get_enrollmentresponse-identifier.md): **[EnrollmentResponse on the FHIR specification website.](https://www.hl7.org/fhir/r4b/enrollmentresponse.html)** This resource provides enrollment and plan details from the processing of an EnrollmentRequest resource. - [Update EnrollmentResponse with identifier {identifier}](https://api-reference.oystehr.com/reference/put_enrollmentresponse-identifier.md): **[EnrollmentResponse on the FHIR specification website.](https://www.hl7.org/fhir/r4b/enrollmentresponse.html)** This resource provides enrollment and plan details from the processing of an EnrollmentRequest resource. The body should be a valid FHIR object for EnrollmentResponse. Here is an example: ```json { "resourceType": "EnrollmentResponse", "id": "ER2500", "text": { "status": "generated", "div": "
A human-readable rendering of the EnrollmentResponse
" }, "identifier": [ { "system": "http://www.BenefitsInc.com/fhir/enrollmentresponse", "value": "781234" } ], "status": "active", "request": { "reference": "http://www.BenefitsInc.com/fhir/eligibility/225476332402" }, "outcome": "complete", "disposition": "Dependant added to policy.", "created": "2014-08-16", "organization": { "reference": "Organization/2" }, "requestProvider": { "reference": "Organization/1" } } ``` You can reference the FHIR documentation to determine the format for [`EnrollmentResponse`](https://www.hl7.org/fhir/r4b/EnrollmentResponse.html). - [Patch EnrollmentResponse with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_enrollmentresponse-identifier.md): **[EnrollmentResponse on the FHIR specification website.](https://www.hl7.org/fhir/r4b/enrollmentresponse.html)** This resource provides enrollment and plan details from the processing of an EnrollmentRequest resource. The body should be a list of valid JSON patches for EnrollmentResponse. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete EnrollmentResponse with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_enrollmentresponse-identifier.md): **[EnrollmentResponse on the FHIR specification website.](https://www.hl7.org/fhir/r4b/enrollmentresponse.html)** This resource provides enrollment and plan details from the processing of an EnrollmentRequest resource. - [Get history of EnrollmentResponse with identifier {identifier}](https://api-reference.oystehr.com/reference/get_enrollmentresponse-identifier-history.md): **[EnrollmentResponse on the FHIR specification website.](https://www.hl7.org/fhir/r4b/enrollmentresponse.html)** This resource provides enrollment and plan details from the processing of an EnrollmentRequest resource. - [Get EnrollmentResponse with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_enrollmentresponse-identifier-history-versionidentifier.md): **[EnrollmentResponse on the FHIR specification website.](https://www.hl7.org/fhir/r4b/enrollmentresponse.html)** This resource provides enrollment and plan details from the processing of an EnrollmentRequest resource. - [Search EpisodeOfCares](https://api-reference.oystehr.com/reference/get_episodeofcare.md): **[EpisodeOfCare on the FHIR specification website.](https://www.hl7.org/fhir/r4b/episodeofcare.html)** An association between a patient and an organization / healthcare provider(s) during which time encounters may occur. The managing organization assumes a level of responsibility for the patient during this time. - [Create a new EpisodeOfCare](https://api-reference.oystehr.com/reference/post_episodeofcare.md): **[EpisodeOfCare on the FHIR specification website.](https://www.hl7.org/fhir/r4b/episodeofcare.html)** An association between a patient and an organization / healthcare provider(s) during which time encounters may occur. The managing organization assumes a level of responsibility for the patient during this time. The body should be a valid FHIR object for EpisodeOfCare. Here is an example: ```json { "resourceType": "EpisodeOfCare", "id": "example", "text": { "status": "generated", "div": "
\n HACC Program for Peter James Chalmers at HL7 Healthcare 15 Sept 2014 - current
\n\t\t\twas on leave from 22 Sept - 24 Sept while in respite care\n
" }, "identifier": [ { "system": "http://example.org/sampleepisodeofcare-identifier", "value": "123" } ], "status": "active", "statusHistory": [ { "status": "planned", "period": { "start": "2014-09-01", "end": "2014-09-14" } }, { "status": "active", "period": { "start": "2014-09-15", "end": "2014-09-21" } }, { "status": "onhold", "period": { "start": "2014-09-22", "end": "2014-09-24" } }, { "status": "active", "period": { "start": "2014-09-25" } } ], "type": [ { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/episodeofcare-type", "code": "hacc", "display": "Home and Community Care" } ] } ], "diagnosis": [ { "condition": { "reference": "Condition/stroke" }, "role": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/diagnosis-role", "code": "CC", "display": "Chief complaint" } ] }, "rank": 1 } ], "patient": { "reference": "Patient/example" }, "managingOrganization": { "reference": "Organization/hl7" }, "period": { "start": "2014-09-01" }, "referralRequest": [ { "display": "Referral from Example Aged Care Services" } ], "careManager": { "reference": "Practitioner/14", "display": "Amanda Assigned" }, "team": [ { "reference": "CareTeam/example", "display": "example care team" } ], "account": [ { "reference": "Account/example", "display": "example account" } ] } ``` You can reference the FHIR documentation to determine the format for [`EpisodeOfCare`](https://www.hl7.org/fhir/r4b/EpisodeOfCare.html). - [Search EpisodeOfCares](https://api-reference.oystehr.com/reference/post_episodeofcare-search.md): **[EpisodeOfCare on the FHIR specification website.](https://www.hl7.org/fhir/r4b/episodeofcare.html)** An association between a patient and an organization / healthcare provider(s) during which time encounters may occur. The managing organization assumes a level of responsibility for the patient during this time. - [Get EpisodeOfCare with identifier {identifier}](https://api-reference.oystehr.com/reference/get_episodeofcare-identifier.md): **[EpisodeOfCare on the FHIR specification website.](https://www.hl7.org/fhir/r4b/episodeofcare.html)** An association between a patient and an organization / healthcare provider(s) during which time encounters may occur. The managing organization assumes a level of responsibility for the patient during this time. - [Update EpisodeOfCare with identifier {identifier}](https://api-reference.oystehr.com/reference/put_episodeofcare-identifier.md): **[EpisodeOfCare on the FHIR specification website.](https://www.hl7.org/fhir/r4b/episodeofcare.html)** An association between a patient and an organization / healthcare provider(s) during which time encounters may occur. The managing organization assumes a level of responsibility for the patient during this time. The body should be a valid FHIR object for EpisodeOfCare. Here is an example: ```json { "resourceType": "EpisodeOfCare", "id": "example", "text": { "status": "generated", "div": "
\n HACC Program for Peter James Chalmers at HL7 Healthcare 15 Sept 2014 - current
\n\t\t\twas on leave from 22 Sept - 24 Sept while in respite care\n
" }, "identifier": [ { "system": "http://example.org/sampleepisodeofcare-identifier", "value": "123" } ], "status": "active", "statusHistory": [ { "status": "planned", "period": { "start": "2014-09-01", "end": "2014-09-14" } }, { "status": "active", "period": { "start": "2014-09-15", "end": "2014-09-21" } }, { "status": "onhold", "period": { "start": "2014-09-22", "end": "2014-09-24" } }, { "status": "active", "period": { "start": "2014-09-25" } } ], "type": [ { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/episodeofcare-type", "code": "hacc", "display": "Home and Community Care" } ] } ], "diagnosis": [ { "condition": { "reference": "Condition/stroke" }, "role": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/diagnosis-role", "code": "CC", "display": "Chief complaint" } ] }, "rank": 1 } ], "patient": { "reference": "Patient/example" }, "managingOrganization": { "reference": "Organization/hl7" }, "period": { "start": "2014-09-01" }, "referralRequest": [ { "display": "Referral from Example Aged Care Services" } ], "careManager": { "reference": "Practitioner/14", "display": "Amanda Assigned" }, "team": [ { "reference": "CareTeam/example", "display": "example care team" } ], "account": [ { "reference": "Account/example", "display": "example account" } ] } ``` You can reference the FHIR documentation to determine the format for [`EpisodeOfCare`](https://www.hl7.org/fhir/r4b/EpisodeOfCare.html). - [Patch EpisodeOfCare with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_episodeofcare-identifier.md): **[EpisodeOfCare on the FHIR specification website.](https://www.hl7.org/fhir/r4b/episodeofcare.html)** An association between a patient and an organization / healthcare provider(s) during which time encounters may occur. The managing organization assumes a level of responsibility for the patient during this time. The body should be a list of valid JSON patches for EpisodeOfCare. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete EpisodeOfCare with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_episodeofcare-identifier.md): **[EpisodeOfCare on the FHIR specification website.](https://www.hl7.org/fhir/r4b/episodeofcare.html)** An association between a patient and an organization / healthcare provider(s) during which time encounters may occur. The managing organization assumes a level of responsibility for the patient during this time. - [Get history of EpisodeOfCare with identifier {identifier}](https://api-reference.oystehr.com/reference/get_episodeofcare-identifier-history.md): **[EpisodeOfCare on the FHIR specification website.](https://www.hl7.org/fhir/r4b/episodeofcare.html)** An association between a patient and an organization / healthcare provider(s) during which time encounters may occur. The managing organization assumes a level of responsibility for the patient during this time. - [Get EpisodeOfCare with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_episodeofcare-identifier-history-versionidentifier.md): **[EpisodeOfCare on the FHIR specification website.](https://www.hl7.org/fhir/r4b/episodeofcare.html)** An association between a patient and an organization / healthcare provider(s) during which time encounters may occur. The managing organization assumes a level of responsibility for the patient during this time. - [Search EventDefinitions](https://api-reference.oystehr.com/reference/get_eventdefinition.md): **[EventDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/eventdefinition.html)** The EventDefinition resource provides a reusable description of when a particular event can occur. - [Create a new EventDefinition](https://api-reference.oystehr.com/reference/post_eventdefinition.md): **[EventDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/eventdefinition.html)** The EventDefinition resource provides a reusable description of when a particular event can occur. The body should be a valid FHIR object for EventDefinition. Here is an example: ```json { "resourceType": "EventDefinition", "id": "example", "text": { "status": "generated", "div": "
\n
" }, "status": "draft", "purpose": "Monitor all admissions to Emergency", "trigger": [ { "type": "named-event", "name": "monitor-emergency-admissions", "data": [ { "type": "Encounter" } ], "condition": { "description": "Encounter Location = emergency (active/completed encounters, current or previous)", "language": "text/fhirpath", "expression": "(this | %previous).location.where(location = 'Location/emergency' and status in {'active', 'completed'}).exists()" } } ] } ``` You can reference the FHIR documentation to determine the format for [`EventDefinition`](https://www.hl7.org/fhir/r4b/EventDefinition.html). - [Search EventDefinitions](https://api-reference.oystehr.com/reference/post_eventdefinition-search.md): **[EventDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/eventdefinition.html)** The EventDefinition resource provides a reusable description of when a particular event can occur. - [Get EventDefinition with identifier {identifier}](https://api-reference.oystehr.com/reference/get_eventdefinition-identifier.md): **[EventDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/eventdefinition.html)** The EventDefinition resource provides a reusable description of when a particular event can occur. - [Update EventDefinition with identifier {identifier}](https://api-reference.oystehr.com/reference/put_eventdefinition-identifier.md): **[EventDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/eventdefinition.html)** The EventDefinition resource provides a reusable description of when a particular event can occur. The body should be a valid FHIR object for EventDefinition. Here is an example: ```json { "resourceType": "EventDefinition", "id": "example", "text": { "status": "generated", "div": "
\n
" }, "status": "draft", "purpose": "Monitor all admissions to Emergency", "trigger": [ { "type": "named-event", "name": "monitor-emergency-admissions", "data": [ { "type": "Encounter" } ], "condition": { "description": "Encounter Location = emergency (active/completed encounters, current or previous)", "language": "text/fhirpath", "expression": "(this | %previous).location.where(location = 'Location/emergency' and status in {'active', 'completed'}).exists()" } } ] } ``` You can reference the FHIR documentation to determine the format for [`EventDefinition`](https://www.hl7.org/fhir/r4b/EventDefinition.html). - [Patch EventDefinition with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_eventdefinition-identifier.md): **[EventDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/eventdefinition.html)** The EventDefinition resource provides a reusable description of when a particular event can occur. The body should be a list of valid JSON patches for EventDefinition. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete EventDefinition with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_eventdefinition-identifier.md): **[EventDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/eventdefinition.html)** The EventDefinition resource provides a reusable description of when a particular event can occur. - [Get history of EventDefinition with identifier {identifier}](https://api-reference.oystehr.com/reference/get_eventdefinition-identifier-history.md): **[EventDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/eventdefinition.html)** The EventDefinition resource provides a reusable description of when a particular event can occur. - [Get EventDefinition with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_eventdefinition-identifier-history-versionidentifier.md): **[EventDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/eventdefinition.html)** The EventDefinition resource provides a reusable description of when a particular event can occur. - [Search Evidences](https://api-reference.oystehr.com/reference/get_evidence.md): **[Evidence on the FHIR specification website.](https://www.hl7.org/fhir/r4b/evidence.html)** The Evidence Resource provides a machine-interpretable expression of an evidence concept including the evidence variables (eg population, exposures/interventions, comparators, outcomes, measured variables, confounding variables), the statistics, and the certainty of this evidence. - [Create a new Evidence](https://api-reference.oystehr.com/reference/post_evidence.md): **[Evidence on the FHIR specification website.](https://www.hl7.org/fhir/r4b/evidence.html)** The Evidence Resource provides a machine-interpretable expression of an evidence concept including the evidence variables (eg population, exposures/interventions, comparators, outcomes, measured variables, confounding variables), the statistics, and the certainty of this evidence. The body should be a valid FHIR object for Evidence. Here is an example: ```json { "resourceType": "Evidence", "id": "example", "text": { "status": "generated", "div": "
[Put rendering here]
" }, "status": "draft", "exposureBackground": { "reference": "EvidenceVariable/example" } } ``` You can reference the FHIR documentation to determine the format for [`Evidence`](https://www.hl7.org/fhir/r4b/Evidence.html). - [Search Evidences](https://api-reference.oystehr.com/reference/post_evidence-search.md): **[Evidence on the FHIR specification website.](https://www.hl7.org/fhir/r4b/evidence.html)** The Evidence Resource provides a machine-interpretable expression of an evidence concept including the evidence variables (eg population, exposures/interventions, comparators, outcomes, measured variables, confounding variables), the statistics, and the certainty of this evidence. - [Get Evidence with identifier {identifier}](https://api-reference.oystehr.com/reference/get_evidence-identifier.md): **[Evidence on the FHIR specification website.](https://www.hl7.org/fhir/r4b/evidence.html)** The Evidence Resource provides a machine-interpretable expression of an evidence concept including the evidence variables (eg population, exposures/interventions, comparators, outcomes, measured variables, confounding variables), the statistics, and the certainty of this evidence. - [Update Evidence with identifier {identifier}](https://api-reference.oystehr.com/reference/put_evidence-identifier.md): **[Evidence on the FHIR specification website.](https://www.hl7.org/fhir/r4b/evidence.html)** The Evidence Resource provides a machine-interpretable expression of an evidence concept including the evidence variables (eg population, exposures/interventions, comparators, outcomes, measured variables, confounding variables), the statistics, and the certainty of this evidence. The body should be a valid FHIR object for Evidence. Here is an example: ```json { "resourceType": "Evidence", "id": "example", "text": { "status": "generated", "div": "
[Put rendering here]
" }, "status": "draft", "exposureBackground": { "reference": "EvidenceVariable/example" } } ``` You can reference the FHIR documentation to determine the format for [`Evidence`](https://www.hl7.org/fhir/r4b/Evidence.html). - [Patch Evidence with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_evidence-identifier.md): **[Evidence on the FHIR specification website.](https://www.hl7.org/fhir/r4b/evidence.html)** The Evidence Resource provides a machine-interpretable expression of an evidence concept including the evidence variables (eg population, exposures/interventions, comparators, outcomes, measured variables, confounding variables), the statistics, and the certainty of this evidence. The body should be a list of valid JSON patches for Evidence. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete Evidence with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_evidence-identifier.md): **[Evidence on the FHIR specification website.](https://www.hl7.org/fhir/r4b/evidence.html)** The Evidence Resource provides a machine-interpretable expression of an evidence concept including the evidence variables (eg population, exposures/interventions, comparators, outcomes, measured variables, confounding variables), the statistics, and the certainty of this evidence. - [Get history of Evidence with identifier {identifier}](https://api-reference.oystehr.com/reference/get_evidence-identifier-history.md): **[Evidence on the FHIR specification website.](https://www.hl7.org/fhir/r4b/evidence.html)** The Evidence Resource provides a machine-interpretable expression of an evidence concept including the evidence variables (eg population, exposures/interventions, comparators, outcomes, measured variables, confounding variables), the statistics, and the certainty of this evidence. - [Get Evidence with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_evidence-identifier-history-versionidentifier.md): **[Evidence on the FHIR specification website.](https://www.hl7.org/fhir/r4b/evidence.html)** The Evidence Resource provides a machine-interpretable expression of an evidence concept including the evidence variables (eg population, exposures/interventions, comparators, outcomes, measured variables, confounding variables), the statistics, and the certainty of this evidence. - [Search EvidenceReports](https://api-reference.oystehr.com/reference/get_evidencereport.md): **[EvidenceReport on the FHIR specification website.](https://www.hl7.org/fhir/r4b/evidencereport.html)** The EvidenceReport Resource is a specialized container for a collection of resources and codable concepts, adapted to support compositions of Evidence, EvidenceVariable, and Citation resources and related concepts. - [Create a new EvidenceReport](https://api-reference.oystehr.com/reference/post_evidencereport.md): **[EvidenceReport on the FHIR specification website.](https://www.hl7.org/fhir/r4b/evidencereport.html)** The EvidenceReport Resource is a specialized container for a collection of resources and codable concepts, adapted to support compositions of Evidence, EvidenceVariable, and Citation resources and related concepts. The body should be a valid FHIR object for EvidenceReport. For example, if creating a [`Slot`](https://www.hl7.org/fhir/r4b/slot.html) resource, here is a valid object: ```json { "resourceType": "Slot", "schedule": { "reference": "schedule/a" }, "status": "free", "start": "2022-08-10T11:00:00Z", "end": "2022-08-10T12:00:00Z" } ``` You can reference the FHIR documentation to determine the format for [`EvidenceReport`](https://www.hl7.org/fhir/r4b/EvidenceReport.html). - [Search EvidenceReports](https://api-reference.oystehr.com/reference/post_evidencereport-search.md): **[EvidenceReport on the FHIR specification website.](https://www.hl7.org/fhir/r4b/evidencereport.html)** The EvidenceReport Resource is a specialized container for a collection of resources and codable concepts, adapted to support compositions of Evidence, EvidenceVariable, and Citation resources and related concepts. - [Get EvidenceReport with identifier {identifier}](https://api-reference.oystehr.com/reference/get_evidencereport-identifier.md): **[EvidenceReport on the FHIR specification website.](https://www.hl7.org/fhir/r4b/evidencereport.html)** The EvidenceReport Resource is a specialized container for a collection of resources and codable concepts, adapted to support compositions of Evidence, EvidenceVariable, and Citation resources and related concepts. - [Update EvidenceReport with identifier {identifier}](https://api-reference.oystehr.com/reference/put_evidencereport-identifier.md): **[EvidenceReport on the FHIR specification website.](https://www.hl7.org/fhir/r4b/evidencereport.html)** The EvidenceReport Resource is a specialized container for a collection of resources and codable concepts, adapted to support compositions of Evidence, EvidenceVariable, and Citation resources and related concepts. The body should be a valid FHIR object for EvidenceReport. For example, if updating a [`Slot`](https://www.hl7.org/fhir/r4b/slot.html) resource, here is a valid object: ```json { "resourceType": "Slot", "schedule": { "reference": "schedule/a" }, "status": "free", "start": "2022-08-10T11:00:00Z", "end": "2022-08-10T12:00:00Z" } ``` You can reference the FHIR documentation to determine the format for [`EvidenceReport`](https://www.hl7.org/fhir/r4b/EvidenceReport.html). - [Patch EvidenceReport with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_evidencereport-identifier.md): **[EvidenceReport on the FHIR specification website.](https://www.hl7.org/fhir/r4b/evidencereport.html)** The EvidenceReport Resource is a specialized container for a collection of resources and codable concepts, adapted to support compositions of Evidence, EvidenceVariable, and Citation resources and related concepts. The body should be a list of valid JSON patches for EvidenceReport. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete EvidenceReport with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_evidencereport-identifier.md): **[EvidenceReport on the FHIR specification website.](https://www.hl7.org/fhir/r4b/evidencereport.html)** The EvidenceReport Resource is a specialized container for a collection of resources and codable concepts, adapted to support compositions of Evidence, EvidenceVariable, and Citation resources and related concepts. - [Get history of EvidenceReport with identifier {identifier}](https://api-reference.oystehr.com/reference/get_evidencereport-identifier-history.md): **[EvidenceReport on the FHIR specification website.](https://www.hl7.org/fhir/r4b/evidencereport.html)** The EvidenceReport Resource is a specialized container for a collection of resources and codable concepts, adapted to support compositions of Evidence, EvidenceVariable, and Citation resources and related concepts. - [Get EvidenceReport with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_evidencereport-identifier-history-versionidentifier.md): **[EvidenceReport on the FHIR specification website.](https://www.hl7.org/fhir/r4b/evidencereport.html)** The EvidenceReport Resource is a specialized container for a collection of resources and codable concepts, adapted to support compositions of Evidence, EvidenceVariable, and Citation resources and related concepts. - [Search EvidenceVariables](https://api-reference.oystehr.com/reference/get_evidencevariable.md): **[EvidenceVariable on the FHIR specification website.](https://www.hl7.org/fhir/r4b/evidencevariable.html)** The EvidenceVariable resource describes an element that knowledge (Evidence) is about. - [Create a new EvidenceVariable](https://api-reference.oystehr.com/reference/post_evidencevariable.md): **[EvidenceVariable on the FHIR specification website.](https://www.hl7.org/fhir/r4b/evidencevariable.html)** The EvidenceVariable resource describes an element that knowledge (Evidence) is about. The body should be a valid FHIR object for EvidenceVariable. Here is an example: ```json { "resourceType": "EvidenceVariable", "id": "example", "text": { "status": "generated", "div": "
[Put rendering here]
" }, "status": "draft", "characteristic": [ { "definitionCodeableConcept": { "text": "Diabetic patients over 65" } } ] } ``` You can reference the FHIR documentation to determine the format for [`EvidenceVariable`](https://www.hl7.org/fhir/r4b/EvidenceVariable.html). - [Search EvidenceVariables](https://api-reference.oystehr.com/reference/post_evidencevariable-search.md): **[EvidenceVariable on the FHIR specification website.](https://www.hl7.org/fhir/r4b/evidencevariable.html)** The EvidenceVariable resource describes an element that knowledge (Evidence) is about. - [Get EvidenceVariable with identifier {identifier}](https://api-reference.oystehr.com/reference/get_evidencevariable-identifier.md): **[EvidenceVariable on the FHIR specification website.](https://www.hl7.org/fhir/r4b/evidencevariable.html)** The EvidenceVariable resource describes an element that knowledge (Evidence) is about. - [Update EvidenceVariable with identifier {identifier}](https://api-reference.oystehr.com/reference/put_evidencevariable-identifier.md): **[EvidenceVariable on the FHIR specification website.](https://www.hl7.org/fhir/r4b/evidencevariable.html)** The EvidenceVariable resource describes an element that knowledge (Evidence) is about. The body should be a valid FHIR object for EvidenceVariable. Here is an example: ```json { "resourceType": "EvidenceVariable", "id": "example", "text": { "status": "generated", "div": "
[Put rendering here]
" }, "status": "draft", "characteristic": [ { "definitionCodeableConcept": { "text": "Diabetic patients over 65" } } ] } ``` You can reference the FHIR documentation to determine the format for [`EvidenceVariable`](https://www.hl7.org/fhir/r4b/EvidenceVariable.html). - [Patch EvidenceVariable with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_evidencevariable-identifier.md): **[EvidenceVariable on the FHIR specification website.](https://www.hl7.org/fhir/r4b/evidencevariable.html)** The EvidenceVariable resource describes an element that knowledge (Evidence) is about. The body should be a list of valid JSON patches for EvidenceVariable. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete EvidenceVariable with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_evidencevariable-identifier.md): **[EvidenceVariable on the FHIR specification website.](https://www.hl7.org/fhir/r4b/evidencevariable.html)** The EvidenceVariable resource describes an element that knowledge (Evidence) is about. - [Get history of EvidenceVariable with identifier {identifier}](https://api-reference.oystehr.com/reference/get_evidencevariable-identifier-history.md): **[EvidenceVariable on the FHIR specification website.](https://www.hl7.org/fhir/r4b/evidencevariable.html)** The EvidenceVariable resource describes an element that knowledge (Evidence) is about. - [Get EvidenceVariable with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_evidencevariable-identifier-history-versionidentifier.md): **[EvidenceVariable on the FHIR specification website.](https://www.hl7.org/fhir/r4b/evidencevariable.html)** The EvidenceVariable resource describes an element that knowledge (Evidence) is about. - [Search ExampleScenarios](https://api-reference.oystehr.com/reference/get_examplescenario.md): **[ExampleScenario on the FHIR specification website.](https://www.hl7.org/fhir/r4b/examplescenario.html)** Example of workflow instance. - [Create a new ExampleScenario](https://api-reference.oystehr.com/reference/post_examplescenario.md): **[ExampleScenario on the FHIR specification website.](https://www.hl7.org/fhir/r4b/examplescenario.html)** Example of workflow instance. The body should be a valid FHIR object for ExampleScenario. For example, if creating a [`Slot`](https://www.hl7.org/fhir/r4b/slot.html) resource, here is a valid object: ```json { "resourceType": "Slot", "schedule": { "reference": "schedule/a" }, "status": "free", "start": "2022-08-10T11:00:00Z", "end": "2022-08-10T12:00:00Z" } ``` You can reference the FHIR documentation to determine the format for [`ExampleScenario`](https://www.hl7.org/fhir/r4b/ExampleScenario.html). - [Search ExampleScenarios](https://api-reference.oystehr.com/reference/post_examplescenario-search.md): **[ExampleScenario on the FHIR specification website.](https://www.hl7.org/fhir/r4b/examplescenario.html)** Example of workflow instance. - [Get ExampleScenario with identifier {identifier}](https://api-reference.oystehr.com/reference/get_examplescenario-identifier.md): **[ExampleScenario on the FHIR specification website.](https://www.hl7.org/fhir/r4b/examplescenario.html)** Example of workflow instance. - [Update ExampleScenario with identifier {identifier}](https://api-reference.oystehr.com/reference/put_examplescenario-identifier.md): **[ExampleScenario on the FHIR specification website.](https://www.hl7.org/fhir/r4b/examplescenario.html)** Example of workflow instance. The body should be a valid FHIR object for ExampleScenario. For example, if updating a [`Slot`](https://www.hl7.org/fhir/r4b/slot.html) resource, here is a valid object: ```json { "resourceType": "Slot", "schedule": { "reference": "schedule/a" }, "status": "free", "start": "2022-08-10T11:00:00Z", "end": "2022-08-10T12:00:00Z" } ``` You can reference the FHIR documentation to determine the format for [`ExampleScenario`](https://www.hl7.org/fhir/r4b/ExampleScenario.html). - [Patch ExampleScenario with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_examplescenario-identifier.md): **[ExampleScenario on the FHIR specification website.](https://www.hl7.org/fhir/r4b/examplescenario.html)** Example of workflow instance. The body should be a list of valid JSON patches for ExampleScenario. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete ExampleScenario with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_examplescenario-identifier.md): **[ExampleScenario on the FHIR specification website.](https://www.hl7.org/fhir/r4b/examplescenario.html)** Example of workflow instance. - [Get history of ExampleScenario with identifier {identifier}](https://api-reference.oystehr.com/reference/get_examplescenario-identifier-history.md): **[ExampleScenario on the FHIR specification website.](https://www.hl7.org/fhir/r4b/examplescenario.html)** Example of workflow instance. - [Get ExampleScenario with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_examplescenario-identifier-history-versionidentifier.md): **[ExampleScenario on the FHIR specification website.](https://www.hl7.org/fhir/r4b/examplescenario.html)** Example of workflow instance. - [Search ExplanationOfBenefits](https://api-reference.oystehr.com/reference/get_explanationofbenefit.md): **[ExplanationOfBenefit on the FHIR specification website.](https://www.hl7.org/fhir/r4b/explanationofbenefit.html)** This resource provides: the claim details; adjudication details from the processing of a Claim; and optionally account balance information, for informing the subscriber of the benefits provided. - [Create a new ExplanationOfBenefit](https://api-reference.oystehr.com/reference/post_explanationofbenefit.md): **[ExplanationOfBenefit on the FHIR specification website.](https://www.hl7.org/fhir/r4b/explanationofbenefit.html)** This resource provides: the claim details; adjudication details from the processing of a Claim; and optionally account balance information, for informing the subscriber of the benefits provided. The body should be a valid FHIR object for ExplanationOfBenefit. For example, if creating a [`Slot`](https://www.hl7.org/fhir/r4b/slot.html) resource, here is a valid object: ```json { "resourceType": "Slot", "schedule": { "reference": "schedule/a" }, "status": "free", "start": "2022-08-10T11:00:00Z", "end": "2022-08-10T12:00:00Z" } ``` You can reference the FHIR documentation to determine the format for [`ExplanationOfBenefit`](https://www.hl7.org/fhir/r4b/ExplanationOfBenefit.html). - [Search ExplanationOfBenefits](https://api-reference.oystehr.com/reference/post_explanationofbenefit-search.md): **[ExplanationOfBenefit on the FHIR specification website.](https://www.hl7.org/fhir/r4b/explanationofbenefit.html)** This resource provides: the claim details; adjudication details from the processing of a Claim; and optionally account balance information, for informing the subscriber of the benefits provided. - [Get ExplanationOfBenefit with identifier {identifier}](https://api-reference.oystehr.com/reference/get_explanationofbenefit-identifier.md): **[ExplanationOfBenefit on the FHIR specification website.](https://www.hl7.org/fhir/r4b/explanationofbenefit.html)** This resource provides: the claim details; adjudication details from the processing of a Claim; and optionally account balance information, for informing the subscriber of the benefits provided. - [Update ExplanationOfBenefit with identifier {identifier}](https://api-reference.oystehr.com/reference/put_explanationofbenefit-identifier.md): **[ExplanationOfBenefit on the FHIR specification website.](https://www.hl7.org/fhir/r4b/explanationofbenefit.html)** This resource provides: the claim details; adjudication details from the processing of a Claim; and optionally account balance information, for informing the subscriber of the benefits provided. The body should be a valid FHIR object for ExplanationOfBenefit. For example, if updating a [`Slot`](https://www.hl7.org/fhir/r4b/slot.html) resource, here is a valid object: ```json { "resourceType": "Slot", "schedule": { "reference": "schedule/a" }, "status": "free", "start": "2022-08-10T11:00:00Z", "end": "2022-08-10T12:00:00Z" } ``` You can reference the FHIR documentation to determine the format for [`ExplanationOfBenefit`](https://www.hl7.org/fhir/r4b/ExplanationOfBenefit.html). - [Patch ExplanationOfBenefit with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_explanationofbenefit-identifier.md): **[ExplanationOfBenefit on the FHIR specification website.](https://www.hl7.org/fhir/r4b/explanationofbenefit.html)** This resource provides: the claim details; adjudication details from the processing of a Claim; and optionally account balance information, for informing the subscriber of the benefits provided. The body should be a list of valid JSON patches for ExplanationOfBenefit. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete ExplanationOfBenefit with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_explanationofbenefit-identifier.md): **[ExplanationOfBenefit on the FHIR specification website.](https://www.hl7.org/fhir/r4b/explanationofbenefit.html)** This resource provides: the claim details; adjudication details from the processing of a Claim; and optionally account balance information, for informing the subscriber of the benefits provided. - [Get history of ExplanationOfBenefit with identifier {identifier}](https://api-reference.oystehr.com/reference/get_explanationofbenefit-identifier-history.md): **[ExplanationOfBenefit on the FHIR specification website.](https://www.hl7.org/fhir/r4b/explanationofbenefit.html)** This resource provides: the claim details; adjudication details from the processing of a Claim; and optionally account balance information, for informing the subscriber of the benefits provided. - [Get ExplanationOfBenefit with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_explanationofbenefit-identifier-history-versionidentifier.md): **[ExplanationOfBenefit on the FHIR specification website.](https://www.hl7.org/fhir/r4b/explanationofbenefit.html)** This resource provides: the claim details; adjudication details from the processing of a Claim; and optionally account balance information, for informing the subscriber of the benefits provided. - [Search FamilyMemberHistorys](https://api-reference.oystehr.com/reference/get_familymemberhistory.md): **[FamilyMemberHistory on the FHIR specification website.](https://www.hl7.org/fhir/r4b/familymemberhistory.html)** Significant health conditions for a person related to the patient relevant in the context of care for the patient. - [Create a new FamilyMemberHistory](https://api-reference.oystehr.com/reference/post_familymemberhistory.md): **[FamilyMemberHistory on the FHIR specification website.](https://www.hl7.org/fhir/r4b/familymemberhistory.html)** Significant health conditions for a person related to the patient relevant in the context of care for the patient. The body should be a valid FHIR object for FamilyMemberHistory. Here is an example: ```json { "resourceType": "FamilyMemberHistory", "id": "father", "text": { "status": "generated", "div": "
Father died of a heart attack aged 74
" }, "identifier": [ { "value": "12345" } ], "instantiatesUri": [ "http://example.org/family-member-history-questionnaire" ], "status": "completed", "patient": { "reference": "Patient/example", "display": "Peter Patient" }, "date": "2011-03-18", "relationship": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "code": "FTH", "display": "father" } ] }, "sex": { "coding": [ { "system": "http://hl7.org/fhir/administrative-gender", "code": "male", "display": "Male" } ] }, "condition": [ { "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "315619001", "display": "Myocardial Infarction" } ], "text": "Heart Attack" }, "contributedToDeath": true, "onsetAge": { "value": 74, "unit": "yr", "system": "http://unitsofmeasure.org", "code": "a" }, "note": [ { "text": "Was fishing at the time. At least he went doing someting he loved." } ] } ] } ``` You can reference the FHIR documentation to determine the format for [`FamilyMemberHistory`](https://www.hl7.org/fhir/r4b/FamilyMemberHistory.html). - [Search FamilyMemberHistorys](https://api-reference.oystehr.com/reference/post_familymemberhistory-search.md): **[FamilyMemberHistory on the FHIR specification website.](https://www.hl7.org/fhir/r4b/familymemberhistory.html)** Significant health conditions for a person related to the patient relevant in the context of care for the patient. - [Get FamilyMemberHistory with identifier {identifier}](https://api-reference.oystehr.com/reference/get_familymemberhistory-identifier.md): **[FamilyMemberHistory on the FHIR specification website.](https://www.hl7.org/fhir/r4b/familymemberhistory.html)** Significant health conditions for a person related to the patient relevant in the context of care for the patient. - [Update FamilyMemberHistory with identifier {identifier}](https://api-reference.oystehr.com/reference/put_familymemberhistory-identifier.md): **[FamilyMemberHistory on the FHIR specification website.](https://www.hl7.org/fhir/r4b/familymemberhistory.html)** Significant health conditions for a person related to the patient relevant in the context of care for the patient. The body should be a valid FHIR object for FamilyMemberHistory. Here is an example: ```json { "resourceType": "FamilyMemberHistory", "id": "father", "text": { "status": "generated", "div": "
Father died of a heart attack aged 74
" }, "identifier": [ { "value": "12345" } ], "instantiatesUri": [ "http://example.org/family-member-history-questionnaire" ], "status": "completed", "patient": { "reference": "Patient/example", "display": "Peter Patient" }, "date": "2011-03-18", "relationship": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "code": "FTH", "display": "father" } ] }, "sex": { "coding": [ { "system": "http://hl7.org/fhir/administrative-gender", "code": "male", "display": "Male" } ] }, "condition": [ { "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "315619001", "display": "Myocardial Infarction" } ], "text": "Heart Attack" }, "contributedToDeath": true, "onsetAge": { "value": 74, "unit": "yr", "system": "http://unitsofmeasure.org", "code": "a" }, "note": [ { "text": "Was fishing at the time. At least he went doing someting he loved." } ] } ] } ``` You can reference the FHIR documentation to determine the format for [`FamilyMemberHistory`](https://www.hl7.org/fhir/r4b/FamilyMemberHistory.html). - [Patch FamilyMemberHistory with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_familymemberhistory-identifier.md): **[FamilyMemberHistory on the FHIR specification website.](https://www.hl7.org/fhir/r4b/familymemberhistory.html)** Significant health conditions for a person related to the patient relevant in the context of care for the patient. The body should be a list of valid JSON patches for FamilyMemberHistory. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete FamilyMemberHistory with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_familymemberhistory-identifier.md): **[FamilyMemberHistory on the FHIR specification website.](https://www.hl7.org/fhir/r4b/familymemberhistory.html)** Significant health conditions for a person related to the patient relevant in the context of care for the patient. - [Get history of FamilyMemberHistory with identifier {identifier}](https://api-reference.oystehr.com/reference/get_familymemberhistory-identifier-history.md): **[FamilyMemberHistory on the FHIR specification website.](https://www.hl7.org/fhir/r4b/familymemberhistory.html)** Significant health conditions for a person related to the patient relevant in the context of care for the patient. - [Get FamilyMemberHistory with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_familymemberhistory-identifier-history-versionidentifier.md): **[FamilyMemberHistory on the FHIR specification website.](https://www.hl7.org/fhir/r4b/familymemberhistory.html)** Significant health conditions for a person related to the patient relevant in the context of care for the patient. - [Search Flags](https://api-reference.oystehr.com/reference/get_flag.md): **[Flag on the FHIR specification website.](https://www.hl7.org/fhir/r4b/flag.html)** Prospective warnings of potential issues when providing care to the patient. - [Create a new Flag](https://api-reference.oystehr.com/reference/post_flag.md): **[Flag on the FHIR specification website.](https://www.hl7.org/fhir/r4b/flag.html)** Prospective warnings of potential issues when providing care to the patient. The body should be a valid FHIR object for Flag. Here is an example: ```json { "resourceType": "Flag", "id": "example-encounter", "text": { "status": "generated", "div": "
Follow Infection Control Level 3 Protocol
" }, "status": "active", "category": [ { "coding": [ { "system": "http://example.org/local", "code": "infection", "display": "Infection Control Level" } ] } ], "code": { "coding": [ { "system": "http://example.org/local/if1", "code": "l3", "display": "Follow Level 3 Protocol" } ] }, "subject": { "reference": "Patient/example", "display": "Peter Patient" }, "encounter": { "reference": "Encounter/example" } } ``` You can reference the FHIR documentation to determine the format for [`Flag`](https://www.hl7.org/fhir/r4b/Flag.html). - [Search Flags](https://api-reference.oystehr.com/reference/post_flag-search.md): **[Flag on the FHIR specification website.](https://www.hl7.org/fhir/r4b/flag.html)** Prospective warnings of potential issues when providing care to the patient. - [Get Flag with identifier {identifier}](https://api-reference.oystehr.com/reference/get_flag-identifier.md): **[Flag on the FHIR specification website.](https://www.hl7.org/fhir/r4b/flag.html)** Prospective warnings of potential issues when providing care to the patient. - [Update Flag with identifier {identifier}](https://api-reference.oystehr.com/reference/put_flag-identifier.md): **[Flag on the FHIR specification website.](https://www.hl7.org/fhir/r4b/flag.html)** Prospective warnings of potential issues when providing care to the patient. The body should be a valid FHIR object for Flag. Here is an example: ```json { "resourceType": "Flag", "id": "example-encounter", "text": { "status": "generated", "div": "
Follow Infection Control Level 3 Protocol
" }, "status": "active", "category": [ { "coding": [ { "system": "http://example.org/local", "code": "infection", "display": "Infection Control Level" } ] } ], "code": { "coding": [ { "system": "http://example.org/local/if1", "code": "l3", "display": "Follow Level 3 Protocol" } ] }, "subject": { "reference": "Patient/example", "display": "Peter Patient" }, "encounter": { "reference": "Encounter/example" } } ``` You can reference the FHIR documentation to determine the format for [`Flag`](https://www.hl7.org/fhir/r4b/Flag.html). - [Patch Flag with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_flag-identifier.md): **[Flag on the FHIR specification website.](https://www.hl7.org/fhir/r4b/flag.html)** Prospective warnings of potential issues when providing care to the patient. The body should be a list of valid JSON patches for Flag. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete Flag with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_flag-identifier.md): **[Flag on the FHIR specification website.](https://www.hl7.org/fhir/r4b/flag.html)** Prospective warnings of potential issues when providing care to the patient. - [Get history of Flag with identifier {identifier}](https://api-reference.oystehr.com/reference/get_flag-identifier-history.md): **[Flag on the FHIR specification website.](https://www.hl7.org/fhir/r4b/flag.html)** Prospective warnings of potential issues when providing care to the patient. - [Get Flag with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_flag-identifier-history-versionidentifier.md): **[Flag on the FHIR specification website.](https://www.hl7.org/fhir/r4b/flag.html)** Prospective warnings of potential issues when providing care to the patient. - [Search Goals](https://api-reference.oystehr.com/reference/get_goal.md): **[Goal on the FHIR specification website.](https://www.hl7.org/fhir/r4b/goal.html)** Describes the intended objective(s) for a patient, group or organization care, for example, weight loss, restoring an activity of daily living, obtaining herd immunity via immunization, meeting a process improvement objective, etc. - [Create a new Goal](https://api-reference.oystehr.com/reference/post_goal.md): **[Goal on the FHIR specification website.](https://www.hl7.org/fhir/r4b/goal.html)** Describes the intended objective(s) for a patient, group or organization care, for example, weight loss, restoring an activity of daily living, obtaining herd immunity via immunization, meeting a process improvement objective, etc. The body should be a valid FHIR object for Goal. Here is an example: ```json { "resourceType": "Goal", "id": "example", "text": { "status": "additional", "div": "
\n\t\t\t

A simple care goal for a patient to lose weight due to obesity.

\n\t\t
" }, "identifier": [ { "value": "123" } ], "lifecycleStatus": "on-hold", "category": [ { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/goal-category", "code": "dietary" } ] } ], "priority": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/goal-priority", "code": "high-priority", "display": "High Priority" } ], "text": "high" }, "description": { "text": "Target weight is 160 to 180 lbs." }, "subject": { "reference": "Patient/example", "display": "Peter James Chalmers" }, "startDate": "2015-04-05", "target": [ { "measure": { "coding": [ { "system": "http://loinc.org", "code": "3141-9", "display": "Weight Measured" } ] }, "detailRange": { "low": { "value": 160, "unit": "lbs", "system": "http://unitsofmeasure.org", "code": "[lb_av]" }, "high": { "value": 180, "unit": "lbs", "system": "http://unitsofmeasure.org", "code": "[lb_av]" } }, "dueDate": "2016-04-05" } ], "statusDate": "2016-02-14", "statusReason": "Patient wants to defer weight loss until after honeymoon.", "expressedBy": { "reference": "Patient/example", "display": "Peter James Chalmers" }, "addresses": [ { "display": "obesity condition" } ], "outcomeReference": [ { "reference": "Observation/example", "display": "Body Weight Measured" } ] } ``` You can reference the FHIR documentation to determine the format for [`Goal`](https://www.hl7.org/fhir/r4b/Goal.html). - [Search Goals](https://api-reference.oystehr.com/reference/post_goal-search.md): **[Goal on the FHIR specification website.](https://www.hl7.org/fhir/r4b/goal.html)** Describes the intended objective(s) for a patient, group or organization care, for example, weight loss, restoring an activity of daily living, obtaining herd immunity via immunization, meeting a process improvement objective, etc. - [Get Goal with identifier {identifier}](https://api-reference.oystehr.com/reference/get_goal-identifier.md): **[Goal on the FHIR specification website.](https://www.hl7.org/fhir/r4b/goal.html)** Describes the intended objective(s) for a patient, group or organization care, for example, weight loss, restoring an activity of daily living, obtaining herd immunity via immunization, meeting a process improvement objective, etc. - [Update Goal with identifier {identifier}](https://api-reference.oystehr.com/reference/put_goal-identifier.md): **[Goal on the FHIR specification website.](https://www.hl7.org/fhir/r4b/goal.html)** Describes the intended objective(s) for a patient, group or organization care, for example, weight loss, restoring an activity of daily living, obtaining herd immunity via immunization, meeting a process improvement objective, etc. The body should be a valid FHIR object for Goal. Here is an example: ```json { "resourceType": "Goal", "id": "example", "text": { "status": "additional", "div": "
\n\t\t\t

A simple care goal for a patient to lose weight due to obesity.

\n\t\t
" }, "identifier": [ { "value": "123" } ], "lifecycleStatus": "on-hold", "category": [ { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/goal-category", "code": "dietary" } ] } ], "priority": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/goal-priority", "code": "high-priority", "display": "High Priority" } ], "text": "high" }, "description": { "text": "Target weight is 160 to 180 lbs." }, "subject": { "reference": "Patient/example", "display": "Peter James Chalmers" }, "startDate": "2015-04-05", "target": [ { "measure": { "coding": [ { "system": "http://loinc.org", "code": "3141-9", "display": "Weight Measured" } ] }, "detailRange": { "low": { "value": 160, "unit": "lbs", "system": "http://unitsofmeasure.org", "code": "[lb_av]" }, "high": { "value": 180, "unit": "lbs", "system": "http://unitsofmeasure.org", "code": "[lb_av]" } }, "dueDate": "2016-04-05" } ], "statusDate": "2016-02-14", "statusReason": "Patient wants to defer weight loss until after honeymoon.", "expressedBy": { "reference": "Patient/example", "display": "Peter James Chalmers" }, "addresses": [ { "display": "obesity condition" } ], "outcomeReference": [ { "reference": "Observation/example", "display": "Body Weight Measured" } ] } ``` You can reference the FHIR documentation to determine the format for [`Goal`](https://www.hl7.org/fhir/r4b/Goal.html). - [Patch Goal with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_goal-identifier.md): **[Goal on the FHIR specification website.](https://www.hl7.org/fhir/r4b/goal.html)** Describes the intended objective(s) for a patient, group or organization care, for example, weight loss, restoring an activity of daily living, obtaining herd immunity via immunization, meeting a process improvement objective, etc. The body should be a list of valid JSON patches for Goal. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete Goal with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_goal-identifier.md): **[Goal on the FHIR specification website.](https://www.hl7.org/fhir/r4b/goal.html)** Describes the intended objective(s) for a patient, group or organization care, for example, weight loss, restoring an activity of daily living, obtaining herd immunity via immunization, meeting a process improvement objective, etc. - [Get history of Goal with identifier {identifier}](https://api-reference.oystehr.com/reference/get_goal-identifier-history.md): **[Goal on the FHIR specification website.](https://www.hl7.org/fhir/r4b/goal.html)** Describes the intended objective(s) for a patient, group or organization care, for example, weight loss, restoring an activity of daily living, obtaining herd immunity via immunization, meeting a process improvement objective, etc. - [Get Goal with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_goal-identifier-history-versionidentifier.md): **[Goal on the FHIR specification website.](https://www.hl7.org/fhir/r4b/goal.html)** Describes the intended objective(s) for a patient, group or organization care, for example, weight loss, restoring an activity of daily living, obtaining herd immunity via immunization, meeting a process improvement objective, etc. - [Search GraphDefinitions](https://api-reference.oystehr.com/reference/get_graphdefinition.md): **[GraphDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/graphdefinition.html)** A formal computable definition of a graph of resources - that is, a coherent set of resources that form a graph by following references. The Graph Definition resource defines a set and makes rules about the set. - [Create a new GraphDefinition](https://api-reference.oystehr.com/reference/post_graphdefinition.md): **[GraphDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/graphdefinition.html)** A formal computable definition of a graph of resources - that is, a coherent set of resources that form a graph by following references. The Graph Definition resource defines a set and makes rules about the set. The body should be a valid FHIR object for GraphDefinition. Here is an example: ```json { "resourceType": "GraphDefinition", "id": "example", "text": { "status": "generated", "div": "

Generated Narrative with Details

id: example

url: http://h7.org/fhir/GraphDefinition/example

name: Document Generation Template

status: draft

date: 04/08/2015

publisher: FHIR Project

contact:

description: Specify to include list references when generating a document using the $document operation

start: Composition

link

path: Composition.section.entry

description: Link to List

target

type: List

Compartments

-UseCodeRule
*requirementPatientidentical

Links

-
*
" }, "url": "http://h7.org/fhir/GraphDefinition/example", "name": "Document Generation Template", "status": "draft", "date": "2015-08-04", "publisher": "FHIR Project", "contact": [ { "telecom": [ { "system": "url", "value": "http://hl7.org/fhir" } ] } ], "description": "Specify to include list references when generating a document using the $document operation", "start": "Composition", "link": [ { "path": "Composition.section.entry", "description": "Link to List", "target": [ { "type": "List", "compartment": [ { "use": "requirement", "code": "Patient", "rule": "identical" } ], "link": [ { "path": "List.entry.item", "description": "Include any list entries", "target": [ { "type": "Resource", "compartment": [ { "use": "requirement", "code": "Patient", "rule": "identical" } ] } ] } ] } ] } ] } ``` You can reference the FHIR documentation to determine the format for [`GraphDefinition`](https://www.hl7.org/fhir/r4b/GraphDefinition.html). - [Search GraphDefinitions](https://api-reference.oystehr.com/reference/post_graphdefinition-search.md): **[GraphDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/graphdefinition.html)** A formal computable definition of a graph of resources - that is, a coherent set of resources that form a graph by following references. The Graph Definition resource defines a set and makes rules about the set. - [Get GraphDefinition with identifier {identifier}](https://api-reference.oystehr.com/reference/get_graphdefinition-identifier.md): **[GraphDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/graphdefinition.html)** A formal computable definition of a graph of resources - that is, a coherent set of resources that form a graph by following references. The Graph Definition resource defines a set and makes rules about the set. - [Update GraphDefinition with identifier {identifier}](https://api-reference.oystehr.com/reference/put_graphdefinition-identifier.md): **[GraphDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/graphdefinition.html)** A formal computable definition of a graph of resources - that is, a coherent set of resources that form a graph by following references. The Graph Definition resource defines a set and makes rules about the set. The body should be a valid FHIR object for GraphDefinition. Here is an example: ```json { "resourceType": "GraphDefinition", "id": "example", "text": { "status": "generated", "div": "

Generated Narrative with Details

id: example

url: http://h7.org/fhir/GraphDefinition/example

name: Document Generation Template

status: draft

date: 04/08/2015

publisher: FHIR Project

contact:

description: Specify to include list references when generating a document using the $document operation

start: Composition

link

path: Composition.section.entry

description: Link to List

target

type: List

Compartments

-UseCodeRule
*requirementPatientidentical

Links

-
*
" }, "url": "http://h7.org/fhir/GraphDefinition/example", "name": "Document Generation Template", "status": "draft", "date": "2015-08-04", "publisher": "FHIR Project", "contact": [ { "telecom": [ { "system": "url", "value": "http://hl7.org/fhir" } ] } ], "description": "Specify to include list references when generating a document using the $document operation", "start": "Composition", "link": [ { "path": "Composition.section.entry", "description": "Link to List", "target": [ { "type": "List", "compartment": [ { "use": "requirement", "code": "Patient", "rule": "identical" } ], "link": [ { "path": "List.entry.item", "description": "Include any list entries", "target": [ { "type": "Resource", "compartment": [ { "use": "requirement", "code": "Patient", "rule": "identical" } ] } ] } ] } ] } ] } ``` You can reference the FHIR documentation to determine the format for [`GraphDefinition`](https://www.hl7.org/fhir/r4b/GraphDefinition.html). - [Patch GraphDefinition with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_graphdefinition-identifier.md): **[GraphDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/graphdefinition.html)** A formal computable definition of a graph of resources - that is, a coherent set of resources that form a graph by following references. The Graph Definition resource defines a set and makes rules about the set. The body should be a list of valid JSON patches for GraphDefinition. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete GraphDefinition with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_graphdefinition-identifier.md): **[GraphDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/graphdefinition.html)** A formal computable definition of a graph of resources - that is, a coherent set of resources that form a graph by following references. The Graph Definition resource defines a set and makes rules about the set. - [Get history of GraphDefinition with identifier {identifier}](https://api-reference.oystehr.com/reference/get_graphdefinition-identifier-history.md): **[GraphDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/graphdefinition.html)** A formal computable definition of a graph of resources - that is, a coherent set of resources that form a graph by following references. The Graph Definition resource defines a set and makes rules about the set. - [Get GraphDefinition with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_graphdefinition-identifier-history-versionidentifier.md): **[GraphDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/graphdefinition.html)** A formal computable definition of a graph of resources - that is, a coherent set of resources that form a graph by following references. The Graph Definition resource defines a set and makes rules about the set. - [Search Groups](https://api-reference.oystehr.com/reference/get_group.md): **[Group on the FHIR specification website.](https://www.hl7.org/fhir/r4b/group.html)** Represents a defined collection of entities that may be discussed or acted upon collectively but which are not expected to act collectively, and are not formally or legally recognized; i.e. a collection of entities that isn't an Organization. - [Create a new Group](https://api-reference.oystehr.com/reference/post_group.md): **[Group on the FHIR specification website.](https://www.hl7.org/fhir/r4b/group.html)** Represents a defined collection of entities that may be discussed or acted upon collectively but which are not expected to act collectively, and are not formally or legally recognized; i.e. a collection of entities that isn't an Organization. The body should be a valid FHIR object for Group. Here is an example: ```json { "resourceType": "Group", "id": "101", "text": { "status": "additional", "div": "
\n

Herd of 25 horses

\n

Gender: mixed

\n

Owner: John Smith

\n
" }, "identifier": [ { "system": "http://someveterinarianclinic.org/fhir/NamingSystem/herds", "value": "12345" } ], "type": "animal", "actual": true, "code": { "text": "Horse" }, "name": "John's herd", "quantity": 25, "characteristic": [ { "code": { "text": "gender" }, "valueCodeableConcept": { "text": "mixed" }, "exclude": false }, { "code": { "text": "owner" }, "valueCodeableConcept": { "text": "John Smith" }, "exclude": false } ] } ``` You can reference the FHIR documentation to determine the format for [`Group`](https://www.hl7.org/fhir/r4b/Group.html). - [Search Groups](https://api-reference.oystehr.com/reference/post_group-search.md): **[Group on the FHIR specification website.](https://www.hl7.org/fhir/r4b/group.html)** Represents a defined collection of entities that may be discussed or acted upon collectively but which are not expected to act collectively, and are not formally or legally recognized; i.e. a collection of entities that isn't an Organization. - [Get Group with identifier {identifier}](https://api-reference.oystehr.com/reference/get_group-identifier.md): **[Group on the FHIR specification website.](https://www.hl7.org/fhir/r4b/group.html)** Represents a defined collection of entities that may be discussed or acted upon collectively but which are not expected to act collectively, and are not formally or legally recognized; i.e. a collection of entities that isn't an Organization. - [Update Group with identifier {identifier}](https://api-reference.oystehr.com/reference/put_group-identifier.md): **[Group on the FHIR specification website.](https://www.hl7.org/fhir/r4b/group.html)** Represents a defined collection of entities that may be discussed or acted upon collectively but which are not expected to act collectively, and are not formally or legally recognized; i.e. a collection of entities that isn't an Organization. The body should be a valid FHIR object for Group. Here is an example: ```json { "resourceType": "Group", "id": "101", "text": { "status": "additional", "div": "
\n

Herd of 25 horses

\n

Gender: mixed

\n

Owner: John Smith

\n
" }, "identifier": [ { "system": "http://someveterinarianclinic.org/fhir/NamingSystem/herds", "value": "12345" } ], "type": "animal", "actual": true, "code": { "text": "Horse" }, "name": "John's herd", "quantity": 25, "characteristic": [ { "code": { "text": "gender" }, "valueCodeableConcept": { "text": "mixed" }, "exclude": false }, { "code": { "text": "owner" }, "valueCodeableConcept": { "text": "John Smith" }, "exclude": false } ] } ``` You can reference the FHIR documentation to determine the format for [`Group`](https://www.hl7.org/fhir/r4b/Group.html). - [Patch Group with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_group-identifier.md): **[Group on the FHIR specification website.](https://www.hl7.org/fhir/r4b/group.html)** Represents a defined collection of entities that may be discussed or acted upon collectively but which are not expected to act collectively, and are not formally or legally recognized; i.e. a collection of entities that isn't an Organization. The body should be a list of valid JSON patches for Group. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete Group with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_group-identifier.md): **[Group on the FHIR specification website.](https://www.hl7.org/fhir/r4b/group.html)** Represents a defined collection of entities that may be discussed or acted upon collectively but which are not expected to act collectively, and are not formally or legally recognized; i.e. a collection of entities that isn't an Organization. - [Get history of Group with identifier {identifier}](https://api-reference.oystehr.com/reference/get_group-identifier-history.md): **[Group on the FHIR specification website.](https://www.hl7.org/fhir/r4b/group.html)** Represents a defined collection of entities that may be discussed or acted upon collectively but which are not expected to act collectively, and are not formally or legally recognized; i.e. a collection of entities that isn't an Organization. - [Get Group with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_group-identifier-history-versionidentifier.md): **[Group on the FHIR specification website.](https://www.hl7.org/fhir/r4b/group.html)** Represents a defined collection of entities that may be discussed or acted upon collectively but which are not expected to act collectively, and are not formally or legally recognized; i.e. a collection of entities that isn't an Organization. - [Search GuidanceResponses](https://api-reference.oystehr.com/reference/get_guidanceresponse.md): **[GuidanceResponse on the FHIR specification website.](https://www.hl7.org/fhir/r4b/guidanceresponse.html)** A guidance response is the formal response to a guidance request, including any output parameters returned by the evaluation, as well as the description of any proposed actions to be taken. - [Create a new GuidanceResponse](https://api-reference.oystehr.com/reference/post_guidanceresponse.md): **[GuidanceResponse on the FHIR specification website.](https://www.hl7.org/fhir/r4b/guidanceresponse.html)** A guidance response is the formal response to a guidance request, including any output parameters returned by the evaluation, as well as the description of any proposed actions to be taken. The body should be a valid FHIR object for GuidanceResponse. Here is an example: ```json { "resourceType": "GuidanceResponse", "id": "example", "text": { "status": "generated", "div": "

Generated Narrative with Details

id: example

contained:

requestIdentifier: guidanceRequest1

identifier: guidanceResponse1

module: http://someguidelineprovider.org/radiology-appropriateness-guidelines.html

status: success

subject: Patient/example

encounter: Encounter/example

occurrenceDateTime: 10/03/2017 4:02:00 PM

performer: Device/software

reasonCode: Guideline Appropriate Ordering Assessment (Details )

outputParameters: id: outputParameters1

" }, "contained": [ { "resourceType": "Parameters", "id": "outputParameters1", "parameter": [ { "name": "score", "valueDecimal": 7 }, { "name": "item-assessed", "valueCodeableConcept": { "coding": [ { "system": "http://www.ama-assn.org/go/cpt", "code": "70450", "display": "CT, head, wo iv contrast" } ] } }, { "name": "device", "valueReference": { "reference": "Device/software" } }, { "name": "guideline-followed", "valueUri": "http://someguidelineprovider.org/radiology-appropriateness-guidelines.html" } ] } ], "requestIdentifier": { "system": "http://example.org", "value": "guidanceRequest1" }, "identifier": [ { "system": "http://example.org", "value": "guidanceResponse1" } ], "moduleUri": "http://someguidelineprovider.org/radiology-appropriateness-guidelines.html", "status": "success", "subject": { "reference": "Patient/example" }, "encounter": { "reference": "Encounter/example" }, "occurrenceDateTime": "2017-03-10T16:02:00Z", "performer": { "reference": "Device/software" }, "reasonCode": [ { "text": "Guideline Appropriate Ordering Assessment" } ], "outputParameters": { "reference": "#outputParameters1" } } ``` You can reference the FHIR documentation to determine the format for [`GuidanceResponse`](https://www.hl7.org/fhir/r4b/GuidanceResponse.html). - [Search GuidanceResponses](https://api-reference.oystehr.com/reference/post_guidanceresponse-search.md): **[GuidanceResponse on the FHIR specification website.](https://www.hl7.org/fhir/r4b/guidanceresponse.html)** A guidance response is the formal response to a guidance request, including any output parameters returned by the evaluation, as well as the description of any proposed actions to be taken. - [Get GuidanceResponse with identifier {identifier}](https://api-reference.oystehr.com/reference/get_guidanceresponse-identifier.md): **[GuidanceResponse on the FHIR specification website.](https://www.hl7.org/fhir/r4b/guidanceresponse.html)** A guidance response is the formal response to a guidance request, including any output parameters returned by the evaluation, as well as the description of any proposed actions to be taken. - [Update GuidanceResponse with identifier {identifier}](https://api-reference.oystehr.com/reference/put_guidanceresponse-identifier.md): **[GuidanceResponse on the FHIR specification website.](https://www.hl7.org/fhir/r4b/guidanceresponse.html)** A guidance response is the formal response to a guidance request, including any output parameters returned by the evaluation, as well as the description of any proposed actions to be taken. The body should be a valid FHIR object for GuidanceResponse. Here is an example: ```json { "resourceType": "GuidanceResponse", "id": "example", "text": { "status": "generated", "div": "

Generated Narrative with Details

id: example

contained:

requestIdentifier: guidanceRequest1

identifier: guidanceResponse1

module: http://someguidelineprovider.org/radiology-appropriateness-guidelines.html

status: success

subject: Patient/example

encounter: Encounter/example

occurrenceDateTime: 10/03/2017 4:02:00 PM

performer: Device/software

reasonCode: Guideline Appropriate Ordering Assessment (Details )

outputParameters: id: outputParameters1

" }, "contained": [ { "resourceType": "Parameters", "id": "outputParameters1", "parameter": [ { "name": "score", "valueDecimal": 7 }, { "name": "item-assessed", "valueCodeableConcept": { "coding": [ { "system": "http://www.ama-assn.org/go/cpt", "code": "70450", "display": "CT, head, wo iv contrast" } ] } }, { "name": "device", "valueReference": { "reference": "Device/software" } }, { "name": "guideline-followed", "valueUri": "http://someguidelineprovider.org/radiology-appropriateness-guidelines.html" } ] } ], "requestIdentifier": { "system": "http://example.org", "value": "guidanceRequest1" }, "identifier": [ { "system": "http://example.org", "value": "guidanceResponse1" } ], "moduleUri": "http://someguidelineprovider.org/radiology-appropriateness-guidelines.html", "status": "success", "subject": { "reference": "Patient/example" }, "encounter": { "reference": "Encounter/example" }, "occurrenceDateTime": "2017-03-10T16:02:00Z", "performer": { "reference": "Device/software" }, "reasonCode": [ { "text": "Guideline Appropriate Ordering Assessment" } ], "outputParameters": { "reference": "#outputParameters1" } } ``` You can reference the FHIR documentation to determine the format for [`GuidanceResponse`](https://www.hl7.org/fhir/r4b/GuidanceResponse.html). - [Patch GuidanceResponse with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_guidanceresponse-identifier.md): **[GuidanceResponse on the FHIR specification website.](https://www.hl7.org/fhir/r4b/guidanceresponse.html)** A guidance response is the formal response to a guidance request, including any output parameters returned by the evaluation, as well as the description of any proposed actions to be taken. The body should be a list of valid JSON patches for GuidanceResponse. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete GuidanceResponse with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_guidanceresponse-identifier.md): **[GuidanceResponse on the FHIR specification website.](https://www.hl7.org/fhir/r4b/guidanceresponse.html)** A guidance response is the formal response to a guidance request, including any output parameters returned by the evaluation, as well as the description of any proposed actions to be taken. - [Get history of GuidanceResponse with identifier {identifier}](https://api-reference.oystehr.com/reference/get_guidanceresponse-identifier-history.md): **[GuidanceResponse on the FHIR specification website.](https://www.hl7.org/fhir/r4b/guidanceresponse.html)** A guidance response is the formal response to a guidance request, including any output parameters returned by the evaluation, as well as the description of any proposed actions to be taken. - [Get GuidanceResponse with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_guidanceresponse-identifier-history-versionidentifier.md): **[GuidanceResponse on the FHIR specification website.](https://www.hl7.org/fhir/r4b/guidanceresponse.html)** A guidance response is the formal response to a guidance request, including any output parameters returned by the evaluation, as well as the description of any proposed actions to be taken. - [Search HealthcareServices](https://api-reference.oystehr.com/reference/get_healthcareservice.md): **[HealthcareService on the FHIR specification website.](https://www.hl7.org/fhir/r4b/healthcareservice.html)** The details of a healthcare service available at a location. - [Create a new HealthcareService](https://api-reference.oystehr.com/reference/post_healthcareservice.md): **[HealthcareService on the FHIR specification website.](https://www.hl7.org/fhir/r4b/healthcareservice.html)** The details of a healthcare service available at a location. The body should be a valid FHIR object for HealthcareService. For example, if creating a [`Slot`](https://www.hl7.org/fhir/r4b/slot.html) resource, here is a valid object: ```json { "resourceType": "Slot", "schedule": { "reference": "schedule/a" }, "status": "free", "start": "2022-08-10T11:00:00Z", "end": "2022-08-10T12:00:00Z" } ``` You can reference the FHIR documentation to determine the format for [`HealthcareService`](https://www.hl7.org/fhir/r4b/HealthcareService.html). - [Search HealthcareServices](https://api-reference.oystehr.com/reference/post_healthcareservice-search.md): **[HealthcareService on the FHIR specification website.](https://www.hl7.org/fhir/r4b/healthcareservice.html)** The details of a healthcare service available at a location. - [Get HealthcareService with identifier {identifier}](https://api-reference.oystehr.com/reference/get_healthcareservice-identifier.md): **[HealthcareService on the FHIR specification website.](https://www.hl7.org/fhir/r4b/healthcareservice.html)** The details of a healthcare service available at a location. - [Update HealthcareService with identifier {identifier}](https://api-reference.oystehr.com/reference/put_healthcareservice-identifier.md): **[HealthcareService on the FHIR specification website.](https://www.hl7.org/fhir/r4b/healthcareservice.html)** The details of a healthcare service available at a location. The body should be a valid FHIR object for HealthcareService. For example, if updating a [`Slot`](https://www.hl7.org/fhir/r4b/slot.html) resource, here is a valid object: ```json { "resourceType": "Slot", "schedule": { "reference": "schedule/a" }, "status": "free", "start": "2022-08-10T11:00:00Z", "end": "2022-08-10T12:00:00Z" } ``` You can reference the FHIR documentation to determine the format for [`HealthcareService`](https://www.hl7.org/fhir/r4b/HealthcareService.html). - [Patch HealthcareService with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_healthcareservice-identifier.md): **[HealthcareService on the FHIR specification website.](https://www.hl7.org/fhir/r4b/healthcareservice.html)** The details of a healthcare service available at a location. The body should be a list of valid JSON patches for HealthcareService. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete HealthcareService with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_healthcareservice-identifier.md): **[HealthcareService on the FHIR specification website.](https://www.hl7.org/fhir/r4b/healthcareservice.html)** The details of a healthcare service available at a location. - [Get history of HealthcareService with identifier {identifier}](https://api-reference.oystehr.com/reference/get_healthcareservice-identifier-history.md): **[HealthcareService on the FHIR specification website.](https://www.hl7.org/fhir/r4b/healthcareservice.html)** The details of a healthcare service available at a location. - [Get HealthcareService with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_healthcareservice-identifier-history-versionidentifier.md): **[HealthcareService on the FHIR specification website.](https://www.hl7.org/fhir/r4b/healthcareservice.html)** The details of a healthcare service available at a location. - [Search ImagingStudys](https://api-reference.oystehr.com/reference/get_imagingstudy.md): **[ImagingStudy on the FHIR specification website.](https://www.hl7.org/fhir/r4b/imagingstudy.html)** Representation of the content produced in a DICOM imaging study. A study comprises a set of series, each of which includes a set of Service-Object Pair Instances (SOP Instances - images or other data) acquired or produced in a common context. A series is of only one modality (e.g. X-ray, CT, MR, ultrasound), but a study may have multiple series of different modalities. - [Create a new ImagingStudy](https://api-reference.oystehr.com/reference/post_imagingstudy.md): **[ImagingStudy on the FHIR specification website.](https://www.hl7.org/fhir/r4b/imagingstudy.html)** Representation of the content produced in a DICOM imaging study. A study comprises a set of series, each of which includes a set of Service-Object Pair Instances (SOP Instances - images or other data) acquired or produced in a common context. A series is of only one modality (e.g. X-ray, CT, MR, ultrasound), but a study may have multiple series of different modalities. The body should be a valid FHIR object for ImagingStudy. Here is an example: ```json { "resourceType": "ImagingStudy", "id": "example", "text": { "status": "generated", "div": "
CT Chest. John Smith (MRN: 09236). Accession: W12342398. Performed: 2011-01-01. 3 series, 12 images.
" }, "identifier": [ { "system": "urn:dicom:uid", "value": "urn:oid:2.16.124.113543.6003.1154777499.30246.19789.3503430045" } ], "status": "available", "subject": { "reference": "Patient/dicom" }, "started": "2011-01-01T11:01:20+03:00", "numberOfSeries": 1, "numberOfInstances": 1, "series": [ { "uid": "2.16.124.113543.6003.2588828330.45298.17418.2723805630", "number": 3, "modality": { "system": "http://dicom.nema.org/resources/ontology/DCM", "code": "CT" }, "description": "CT Surview 180", "numberOfInstances": 1, "bodySite": { "system": "http://snomed.info/sct", "code": "67734004", "display": "Upper Trunk Structure" }, "instance": [ { "uid": "2.16.124.113543.6003.189642796.63084.16748.2599092903", "sopClass": { "system": "urn:ietf:rfc:3986", "code": "urn:oid:1.2.840.10008.5.1.4.1.1.2" }, "number": 1 } ] } ] } ``` You can reference the FHIR documentation to determine the format for [`ImagingStudy`](https://www.hl7.org/fhir/r4b/ImagingStudy.html). - [Search ImagingStudys](https://api-reference.oystehr.com/reference/post_imagingstudy-search.md): **[ImagingStudy on the FHIR specification website.](https://www.hl7.org/fhir/r4b/imagingstudy.html)** Representation of the content produced in a DICOM imaging study. A study comprises a set of series, each of which includes a set of Service-Object Pair Instances (SOP Instances - images or other data) acquired or produced in a common context. A series is of only one modality (e.g. X-ray, CT, MR, ultrasound), but a study may have multiple series of different modalities. - [Get ImagingStudy with identifier {identifier}](https://api-reference.oystehr.com/reference/get_imagingstudy-identifier.md): **[ImagingStudy on the FHIR specification website.](https://www.hl7.org/fhir/r4b/imagingstudy.html)** Representation of the content produced in a DICOM imaging study. A study comprises a set of series, each of which includes a set of Service-Object Pair Instances (SOP Instances - images or other data) acquired or produced in a common context. A series is of only one modality (e.g. X-ray, CT, MR, ultrasound), but a study may have multiple series of different modalities. - [Update ImagingStudy with identifier {identifier}](https://api-reference.oystehr.com/reference/put_imagingstudy-identifier.md): **[ImagingStudy on the FHIR specification website.](https://www.hl7.org/fhir/r4b/imagingstudy.html)** Representation of the content produced in a DICOM imaging study. A study comprises a set of series, each of which includes a set of Service-Object Pair Instances (SOP Instances - images or other data) acquired or produced in a common context. A series is of only one modality (e.g. X-ray, CT, MR, ultrasound), but a study may have multiple series of different modalities. The body should be a valid FHIR object for ImagingStudy. Here is an example: ```json { "resourceType": "ImagingStudy", "id": "example", "text": { "status": "generated", "div": "
CT Chest. John Smith (MRN: 09236). Accession: W12342398. Performed: 2011-01-01. 3 series, 12 images.
" }, "identifier": [ { "system": "urn:dicom:uid", "value": "urn:oid:2.16.124.113543.6003.1154777499.30246.19789.3503430045" } ], "status": "available", "subject": { "reference": "Patient/dicom" }, "started": "2011-01-01T11:01:20+03:00", "numberOfSeries": 1, "numberOfInstances": 1, "series": [ { "uid": "2.16.124.113543.6003.2588828330.45298.17418.2723805630", "number": 3, "modality": { "system": "http://dicom.nema.org/resources/ontology/DCM", "code": "CT" }, "description": "CT Surview 180", "numberOfInstances": 1, "bodySite": { "system": "http://snomed.info/sct", "code": "67734004", "display": "Upper Trunk Structure" }, "instance": [ { "uid": "2.16.124.113543.6003.189642796.63084.16748.2599092903", "sopClass": { "system": "urn:ietf:rfc:3986", "code": "urn:oid:1.2.840.10008.5.1.4.1.1.2" }, "number": 1 } ] } ] } ``` You can reference the FHIR documentation to determine the format for [`ImagingStudy`](https://www.hl7.org/fhir/r4b/ImagingStudy.html). - [Patch ImagingStudy with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_imagingstudy-identifier.md): **[ImagingStudy on the FHIR specification website.](https://www.hl7.org/fhir/r4b/imagingstudy.html)** Representation of the content produced in a DICOM imaging study. A study comprises a set of series, each of which includes a set of Service-Object Pair Instances (SOP Instances - images or other data) acquired or produced in a common context. A series is of only one modality (e.g. X-ray, CT, MR, ultrasound), but a study may have multiple series of different modalities. The body should be a list of valid JSON patches for ImagingStudy. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete ImagingStudy with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_imagingstudy-identifier.md): **[ImagingStudy on the FHIR specification website.](https://www.hl7.org/fhir/r4b/imagingstudy.html)** Representation of the content produced in a DICOM imaging study. A study comprises a set of series, each of which includes a set of Service-Object Pair Instances (SOP Instances - images or other data) acquired or produced in a common context. A series is of only one modality (e.g. X-ray, CT, MR, ultrasound), but a study may have multiple series of different modalities. - [Get history of ImagingStudy with identifier {identifier}](https://api-reference.oystehr.com/reference/get_imagingstudy-identifier-history.md): **[ImagingStudy on the FHIR specification website.](https://www.hl7.org/fhir/r4b/imagingstudy.html)** Representation of the content produced in a DICOM imaging study. A study comprises a set of series, each of which includes a set of Service-Object Pair Instances (SOP Instances - images or other data) acquired or produced in a common context. A series is of only one modality (e.g. X-ray, CT, MR, ultrasound), but a study may have multiple series of different modalities. - [Get ImagingStudy with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_imagingstudy-identifier-history-versionidentifier.md): **[ImagingStudy on the FHIR specification website.](https://www.hl7.org/fhir/r4b/imagingstudy.html)** Representation of the content produced in a DICOM imaging study. A study comprises a set of series, each of which includes a set of Service-Object Pair Instances (SOP Instances - images or other data) acquired or produced in a common context. A series is of only one modality (e.g. X-ray, CT, MR, ultrasound), but a study may have multiple series of different modalities. - [Search Immunizations](https://api-reference.oystehr.com/reference/get_immunization.md): **[Immunization on the FHIR specification website.](https://www.hl7.org/fhir/r4b/immunization.html)** Describes the event of a patient being administered a vaccine or a record of an immunization as reported by a patient, a clinician or another party. - [Create a new Immunization](https://api-reference.oystehr.com/reference/post_immunization.md): **[Immunization on the FHIR specification website.](https://www.hl7.org/fhir/r4b/immunization.html)** Describes the event of a patient being administered a vaccine or a record of an immunization as reported by a patient, a clinician or another party. The body should be a valid FHIR object for Immunization. Here is an example: ```json { "resourceType": "Immunization", "id": "historical", "text": { "status": "generated", "div": "

Generated Narrative with Details

id: historical

identifier: urn:oid:1.3.6.1.4.1.21367.2005.3.7.1234

status: completed

vaccineCode: Influenza (Details : {urn:oid:1.2.36.1.2001.1005.17 code 'GNFLU' = 'Influenza)

patient: Patient/example

occurrence: January 2012

primarySource: false

reportOrigin: Written Record (Details : {http://terminology.hl7.org/CodeSystem/immunization-origin code 'record' = 'Written Record)

location: Location/1

note: Notes on adminstration of a historical vaccine

" }, "identifier": [ { "system": "urn:ietf:rfc:3986", "value": "urn:oid:1.3.6.1.4.1.21367.2005.3.7.1234" } ], "status": "completed", "vaccineCode": { "coding": [ { "system": "urn:oid:1.2.36.1.2001.1005.17", "code": "GNFLU" } ], "text": "Influenza" }, "patient": { "reference": "Patient/example" }, "occurrenceString": "January 2012", "primarySource": false, "reportOrigin": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/immunization-origin", "code": "record" } ], "text": "Written Record" }, "location": { "reference": "Location/1" }, "note": [ { "text": "Notes on adminstration of a historical vaccine" } ] } ``` You can reference the FHIR documentation to determine the format for [`Immunization`](https://www.hl7.org/fhir/r4b/Immunization.html). - [Search Immunizations](https://api-reference.oystehr.com/reference/post_immunization-search.md): **[Immunization on the FHIR specification website.](https://www.hl7.org/fhir/r4b/immunization.html)** Describes the event of a patient being administered a vaccine or a record of an immunization as reported by a patient, a clinician or another party. - [Get Immunization with identifier {identifier}](https://api-reference.oystehr.com/reference/get_immunization-identifier.md): **[Immunization on the FHIR specification website.](https://www.hl7.org/fhir/r4b/immunization.html)** Describes the event of a patient being administered a vaccine or a record of an immunization as reported by a patient, a clinician or another party. - [Update Immunization with identifier {identifier}](https://api-reference.oystehr.com/reference/put_immunization-identifier.md): **[Immunization on the FHIR specification website.](https://www.hl7.org/fhir/r4b/immunization.html)** Describes the event of a patient being administered a vaccine or a record of an immunization as reported by a patient, a clinician or another party. The body should be a valid FHIR object for Immunization. Here is an example: ```json { "resourceType": "Immunization", "id": "historical", "text": { "status": "generated", "div": "

Generated Narrative with Details

id: historical

identifier: urn:oid:1.3.6.1.4.1.21367.2005.3.7.1234

status: completed

vaccineCode: Influenza (Details : {urn:oid:1.2.36.1.2001.1005.17 code 'GNFLU' = 'Influenza)

patient: Patient/example

occurrence: January 2012

primarySource: false

reportOrigin: Written Record (Details : {http://terminology.hl7.org/CodeSystem/immunization-origin code 'record' = 'Written Record)

location: Location/1

note: Notes on adminstration of a historical vaccine

" }, "identifier": [ { "system": "urn:ietf:rfc:3986", "value": "urn:oid:1.3.6.1.4.1.21367.2005.3.7.1234" } ], "status": "completed", "vaccineCode": { "coding": [ { "system": "urn:oid:1.2.36.1.2001.1005.17", "code": "GNFLU" } ], "text": "Influenza" }, "patient": { "reference": "Patient/example" }, "occurrenceString": "January 2012", "primarySource": false, "reportOrigin": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/immunization-origin", "code": "record" } ], "text": "Written Record" }, "location": { "reference": "Location/1" }, "note": [ { "text": "Notes on adminstration of a historical vaccine" } ] } ``` You can reference the FHIR documentation to determine the format for [`Immunization`](https://www.hl7.org/fhir/r4b/Immunization.html). - [Patch Immunization with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_immunization-identifier.md): **[Immunization on the FHIR specification website.](https://www.hl7.org/fhir/r4b/immunization.html)** Describes the event of a patient being administered a vaccine or a record of an immunization as reported by a patient, a clinician or another party. The body should be a list of valid JSON patches for Immunization. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete Immunization with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_immunization-identifier.md): **[Immunization on the FHIR specification website.](https://www.hl7.org/fhir/r4b/immunization.html)** Describes the event of a patient being administered a vaccine or a record of an immunization as reported by a patient, a clinician or another party. - [Get history of Immunization with identifier {identifier}](https://api-reference.oystehr.com/reference/get_immunization-identifier-history.md): **[Immunization on the FHIR specification website.](https://www.hl7.org/fhir/r4b/immunization.html)** Describes the event of a patient being administered a vaccine or a record of an immunization as reported by a patient, a clinician or another party. - [Get Immunization with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_immunization-identifier-history-versionidentifier.md): **[Immunization on the FHIR specification website.](https://www.hl7.org/fhir/r4b/immunization.html)** Describes the event of a patient being administered a vaccine or a record of an immunization as reported by a patient, a clinician or another party. - [Search ImmunizationEvaluations](https://api-reference.oystehr.com/reference/get_immunizationevaluation.md): **[ImmunizationEvaluation on the FHIR specification website.](https://www.hl7.org/fhir/r4b/immunizationevaluation.html)** Describes a comparison of an immunization event against published recommendations to determine if the administration is "valid" in relation to those recommendations. - [Create a new ImmunizationEvaluation](https://api-reference.oystehr.com/reference/post_immunizationevaluation.md): **[ImmunizationEvaluation on the FHIR specification website.](https://www.hl7.org/fhir/r4b/immunizationevaluation.html)** Describes a comparison of an immunization event against published recommendations to determine if the administration is "valid" in relation to those recommendations. The body should be a valid FHIR object for ImmunizationEvaluation. Here is an example: ```json { "resourceType": "ImmunizationEvaluation", "id": "example", "text": { "status": "generated", "div": "

Generated Narrative with Details

id: example

identifier: urn:oid:1.3.6.1.4.1.21367.2005.3.7.1234

status: completed

patient: Patient/example

date: 10/01/2013

authority: Organization/hl7

targetDisease: Gestational rubella syndrome (Details : {SNOMED CT code '1857005' = 'Gestational rubella syndrome)

immunizationEvent: Immunization/example

doseStatus: Valid (Details : {http://terminology.hl7.org/CodeSystem/immunization-evaluation-dose-status code 'valid' = 'Valid', given as 'Valid'})

series: Vaccination Series 1

doseNumber: 1

seriesDoses: 3

" }, "identifier": [ { "system": "urn:ietf:rfc:3986", "value": "urn:oid:1.3.6.1.4.1.21367.2005.3.7.1234" } ], "status": "completed", "patient": { "reference": "Patient/example" }, "date": "2013-01-10", "authority": { "reference": "Organization/hl7" }, "targetDisease": { "coding": [ { "system": "http://snomed.info/sct", "code": "1857005" } ] }, "immunizationEvent": { "reference": "Immunization/example" }, "doseStatus": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/immunization-evaluation-dose-status", "code": "valid", "display": "Valid" } ] }, "series": "Vaccination Series 1", "doseNumberPositiveInt": 1, "seriesDosesPositiveInt": 3 } ``` You can reference the FHIR documentation to determine the format for [`ImmunizationEvaluation`](https://www.hl7.org/fhir/r4b/ImmunizationEvaluation.html). - [Search ImmunizationEvaluations](https://api-reference.oystehr.com/reference/post_immunizationevaluation-search.md): **[ImmunizationEvaluation on the FHIR specification website.](https://www.hl7.org/fhir/r4b/immunizationevaluation.html)** Describes a comparison of an immunization event against published recommendations to determine if the administration is "valid" in relation to those recommendations. - [Get ImmunizationEvaluation with identifier {identifier}](https://api-reference.oystehr.com/reference/get_immunizationevaluation-identifier.md): **[ImmunizationEvaluation on the FHIR specification website.](https://www.hl7.org/fhir/r4b/immunizationevaluation.html)** Describes a comparison of an immunization event against published recommendations to determine if the administration is "valid" in relation to those recommendations. - [Update ImmunizationEvaluation with identifier {identifier}](https://api-reference.oystehr.com/reference/put_immunizationevaluation-identifier.md): **[ImmunizationEvaluation on the FHIR specification website.](https://www.hl7.org/fhir/r4b/immunizationevaluation.html)** Describes a comparison of an immunization event against published recommendations to determine if the administration is "valid" in relation to those recommendations. The body should be a valid FHIR object for ImmunizationEvaluation. Here is an example: ```json { "resourceType": "ImmunizationEvaluation", "id": "example", "text": { "status": "generated", "div": "

Generated Narrative with Details

id: example

identifier: urn:oid:1.3.6.1.4.1.21367.2005.3.7.1234

status: completed

patient: Patient/example

date: 10/01/2013

authority: Organization/hl7

targetDisease: Gestational rubella syndrome (Details : {SNOMED CT code '1857005' = 'Gestational rubella syndrome)

immunizationEvent: Immunization/example

doseStatus: Valid (Details : {http://terminology.hl7.org/CodeSystem/immunization-evaluation-dose-status code 'valid' = 'Valid', given as 'Valid'})

series: Vaccination Series 1

doseNumber: 1

seriesDoses: 3

" }, "identifier": [ { "system": "urn:ietf:rfc:3986", "value": "urn:oid:1.3.6.1.4.1.21367.2005.3.7.1234" } ], "status": "completed", "patient": { "reference": "Patient/example" }, "date": "2013-01-10", "authority": { "reference": "Organization/hl7" }, "targetDisease": { "coding": [ { "system": "http://snomed.info/sct", "code": "1857005" } ] }, "immunizationEvent": { "reference": "Immunization/example" }, "doseStatus": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/immunization-evaluation-dose-status", "code": "valid", "display": "Valid" } ] }, "series": "Vaccination Series 1", "doseNumberPositiveInt": 1, "seriesDosesPositiveInt": 3 } ``` You can reference the FHIR documentation to determine the format for [`ImmunizationEvaluation`](https://www.hl7.org/fhir/r4b/ImmunizationEvaluation.html). - [Patch ImmunizationEvaluation with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_immunizationevaluation-identifier.md): **[ImmunizationEvaluation on the FHIR specification website.](https://www.hl7.org/fhir/r4b/immunizationevaluation.html)** Describes a comparison of an immunization event against published recommendations to determine if the administration is "valid" in relation to those recommendations. The body should be a list of valid JSON patches for ImmunizationEvaluation. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete ImmunizationEvaluation with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_immunizationevaluation-identifier.md): **[ImmunizationEvaluation on the FHIR specification website.](https://www.hl7.org/fhir/r4b/immunizationevaluation.html)** Describes a comparison of an immunization event against published recommendations to determine if the administration is "valid" in relation to those recommendations. - [Get history of ImmunizationEvaluation with identifier {identifier}](https://api-reference.oystehr.com/reference/get_immunizationevaluation-identifier-history.md): **[ImmunizationEvaluation on the FHIR specification website.](https://www.hl7.org/fhir/r4b/immunizationevaluation.html)** Describes a comparison of an immunization event against published recommendations to determine if the administration is "valid" in relation to those recommendations. - [Get ImmunizationEvaluation with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_immunizationevaluation-identifier-history-versionidentifier.md): **[ImmunizationEvaluation on the FHIR specification website.](https://www.hl7.org/fhir/r4b/immunizationevaluation.html)** Describes a comparison of an immunization event against published recommendations to determine if the administration is "valid" in relation to those recommendations. - [Search ImmunizationRecommendations](https://api-reference.oystehr.com/reference/get_immunizationrecommendation.md): **[ImmunizationRecommendation on the FHIR specification website.](https://www.hl7.org/fhir/r4b/immunizationrecommendation.html)** A patient's point-in-time set of recommendations (i.e. forecasting) according to a published schedule with optional supporting justification. - [Create a new ImmunizationRecommendation](https://api-reference.oystehr.com/reference/post_immunizationrecommendation.md): **[ImmunizationRecommendation on the FHIR specification website.](https://www.hl7.org/fhir/r4b/immunizationrecommendation.html)** A patient's point-in-time set of recommendations (i.e. forecasting) according to a published schedule with optional supporting justification. The body should be a valid FHIR object for ImmunizationRecommendation. Here is an example: ```json { "resourceType": "ImmunizationRecommendation", "id": "example", "text": { "status": "generated", "div": "
Authored by Joginder Madra
" }, "identifier": [ { "system": "urn:ietf:rfc:3986", "value": "urn:oid:1.3.6.1.4.1.21367.2005.3.7.1235" } ], "patient": { "reference": "Patient/example" }, "date": "2015-02-09T11:04:15.817-05:00", "authority": { "reference": "Organization/hl7" }, "recommendation": [ { "targetDisease": { "coding": [ { "system": "http://snomed.info/sct", "code": "40468003" } ] }, "forecastStatus": { "text": "Not Complete" }, "dateCriterion": [ { "code": { "coding": [ { "system": "http://loinc.org", "code": "30981-5", "display": "Earliest date to give" } ] }, "value": "2015-12-01T00:00:00-05:00" }, { "code": { "coding": [ { "system": "http://example.org/fhir/CodeSystem/immunization-recommendation-date-criterion", "code": "recommended", "display": "Recommended" } ] }, "value": "2015-12-01T00:00:00-05:00" }, { "code": { "coding": [ { "system": "http://example.org/fhir/CodeSystem/immunization-recommendation-date-criterion", "code": "overdue", "display": "Past Due Date" } ] }, "value": "2016-12-28T00:00:00-05:00" } ], "description": "First sequence in protocol", "series": "Vaccination Series 1", "doseNumberPositiveInt": 1, "seriesDosesPositiveInt": 3, "supportingImmunization": [ { "reference": "Immunization/example" } ], "supportingPatientInformation": [ { "reference": "Observation/example" } ] } ] } ``` You can reference the FHIR documentation to determine the format for [`ImmunizationRecommendation`](https://www.hl7.org/fhir/r4b/ImmunizationRecommendation.html). - [Search ImmunizationRecommendations](https://api-reference.oystehr.com/reference/post_immunizationrecommendation-search.md): **[ImmunizationRecommendation on the FHIR specification website.](https://www.hl7.org/fhir/r4b/immunizationrecommendation.html)** A patient's point-in-time set of recommendations (i.e. forecasting) according to a published schedule with optional supporting justification. - [Get ImmunizationRecommendation with identifier {identifier}](https://api-reference.oystehr.com/reference/get_immunizationrecommendation-identifier.md): **[ImmunizationRecommendation on the FHIR specification website.](https://www.hl7.org/fhir/r4b/immunizationrecommendation.html)** A patient's point-in-time set of recommendations (i.e. forecasting) according to a published schedule with optional supporting justification. - [Update ImmunizationRecommendation with identifier {identifier}](https://api-reference.oystehr.com/reference/put_immunizationrecommendation-identifier.md): **[ImmunizationRecommendation on the FHIR specification website.](https://www.hl7.org/fhir/r4b/immunizationrecommendation.html)** A patient's point-in-time set of recommendations (i.e. forecasting) according to a published schedule with optional supporting justification. The body should be a valid FHIR object for ImmunizationRecommendation. Here is an example: ```json { "resourceType": "ImmunizationRecommendation", "id": "example", "text": { "status": "generated", "div": "
Authored by Joginder Madra
" }, "identifier": [ { "system": "urn:ietf:rfc:3986", "value": "urn:oid:1.3.6.1.4.1.21367.2005.3.7.1235" } ], "patient": { "reference": "Patient/example" }, "date": "2015-02-09T11:04:15.817-05:00", "authority": { "reference": "Organization/hl7" }, "recommendation": [ { "targetDisease": { "coding": [ { "system": "http://snomed.info/sct", "code": "40468003" } ] }, "forecastStatus": { "text": "Not Complete" }, "dateCriterion": [ { "code": { "coding": [ { "system": "http://loinc.org", "code": "30981-5", "display": "Earliest date to give" } ] }, "value": "2015-12-01T00:00:00-05:00" }, { "code": { "coding": [ { "system": "http://example.org/fhir/CodeSystem/immunization-recommendation-date-criterion", "code": "recommended", "display": "Recommended" } ] }, "value": "2015-12-01T00:00:00-05:00" }, { "code": { "coding": [ { "system": "http://example.org/fhir/CodeSystem/immunization-recommendation-date-criterion", "code": "overdue", "display": "Past Due Date" } ] }, "value": "2016-12-28T00:00:00-05:00" } ], "description": "First sequence in protocol", "series": "Vaccination Series 1", "doseNumberPositiveInt": 1, "seriesDosesPositiveInt": 3, "supportingImmunization": [ { "reference": "Immunization/example" } ], "supportingPatientInformation": [ { "reference": "Observation/example" } ] } ] } ``` You can reference the FHIR documentation to determine the format for [`ImmunizationRecommendation`](https://www.hl7.org/fhir/r4b/ImmunizationRecommendation.html). - [Patch ImmunizationRecommendation with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_immunizationrecommendation-identifier.md): **[ImmunizationRecommendation on the FHIR specification website.](https://www.hl7.org/fhir/r4b/immunizationrecommendation.html)** A patient's point-in-time set of recommendations (i.e. forecasting) according to a published schedule with optional supporting justification. The body should be a list of valid JSON patches for ImmunizationRecommendation. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete ImmunizationRecommendation with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_immunizationrecommendation-identifier.md): **[ImmunizationRecommendation on the FHIR specification website.](https://www.hl7.org/fhir/r4b/immunizationrecommendation.html)** A patient's point-in-time set of recommendations (i.e. forecasting) according to a published schedule with optional supporting justification. - [Get history of ImmunizationRecommendation with identifier {identifier}](https://api-reference.oystehr.com/reference/get_immunizationrecommendation-identifier-history.md): **[ImmunizationRecommendation on the FHIR specification website.](https://www.hl7.org/fhir/r4b/immunizationrecommendation.html)** A patient's point-in-time set of recommendations (i.e. forecasting) according to a published schedule with optional supporting justification. - [Get ImmunizationRecommendation with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_immunizationrecommendation-identifier-history-versionidentifier.md): **[ImmunizationRecommendation on the FHIR specification website.](https://www.hl7.org/fhir/r4b/immunizationrecommendation.html)** A patient's point-in-time set of recommendations (i.e. forecasting) according to a published schedule with optional supporting justification. - [Search ImplementationGuides](https://api-reference.oystehr.com/reference/get_implementationguide.md): **[ImplementationGuide on the FHIR specification website.](https://www.hl7.org/fhir/r4b/implementationguide.html)** A set of rules of how a particular interoperability or standards problem is solved - typically through the use of FHIR resources. This resource is used to gather all the parts of an implementation guide into a logical whole and to publish a computable definition of all the parts. - [Create a new ImplementationGuide](https://api-reference.oystehr.com/reference/post_implementationguide.md): **[ImplementationGuide on the FHIR specification website.](https://www.hl7.org/fhir/r4b/implementationguide.html)** A set of rules of how a particular interoperability or standards problem is solved - typically through the use of FHIR resources. This resource is used to gather all the parts of an implementation guide into a logical whole and to publish a computable definition of all the parts. The body should be a valid FHIR object for ImplementationGuide. For example, if creating a [`Slot`](https://www.hl7.org/fhir/r4b/slot.html) resource, here is a valid object: ```json { "resourceType": "Slot", "schedule": { "reference": "schedule/a" }, "status": "free", "start": "2022-08-10T11:00:00Z", "end": "2022-08-10T12:00:00Z" } ``` You can reference the FHIR documentation to determine the format for [`ImplementationGuide`](https://www.hl7.org/fhir/r4b/ImplementationGuide.html). - [Search ImplementationGuides](https://api-reference.oystehr.com/reference/post_implementationguide-search.md): **[ImplementationGuide on the FHIR specification website.](https://www.hl7.org/fhir/r4b/implementationguide.html)** A set of rules of how a particular interoperability or standards problem is solved - typically through the use of FHIR resources. This resource is used to gather all the parts of an implementation guide into a logical whole and to publish a computable definition of all the parts. - [Get ImplementationGuide with identifier {identifier}](https://api-reference.oystehr.com/reference/get_implementationguide-identifier.md): **[ImplementationGuide on the FHIR specification website.](https://www.hl7.org/fhir/r4b/implementationguide.html)** A set of rules of how a particular interoperability or standards problem is solved - typically through the use of FHIR resources. This resource is used to gather all the parts of an implementation guide into a logical whole and to publish a computable definition of all the parts. - [Update ImplementationGuide with identifier {identifier}](https://api-reference.oystehr.com/reference/put_implementationguide-identifier.md): **[ImplementationGuide on the FHIR specification website.](https://www.hl7.org/fhir/r4b/implementationguide.html)** A set of rules of how a particular interoperability or standards problem is solved - typically through the use of FHIR resources. This resource is used to gather all the parts of an implementation guide into a logical whole and to publish a computable definition of all the parts. The body should be a valid FHIR object for ImplementationGuide. For example, if updating a [`Slot`](https://www.hl7.org/fhir/r4b/slot.html) resource, here is a valid object: ```json { "resourceType": "Slot", "schedule": { "reference": "schedule/a" }, "status": "free", "start": "2022-08-10T11:00:00Z", "end": "2022-08-10T12:00:00Z" } ``` You can reference the FHIR documentation to determine the format for [`ImplementationGuide`](https://www.hl7.org/fhir/r4b/ImplementationGuide.html). - [Patch ImplementationGuide with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_implementationguide-identifier.md): **[ImplementationGuide on the FHIR specification website.](https://www.hl7.org/fhir/r4b/implementationguide.html)** A set of rules of how a particular interoperability or standards problem is solved - typically through the use of FHIR resources. This resource is used to gather all the parts of an implementation guide into a logical whole and to publish a computable definition of all the parts. The body should be a list of valid JSON patches for ImplementationGuide. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete ImplementationGuide with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_implementationguide-identifier.md): **[ImplementationGuide on the FHIR specification website.](https://www.hl7.org/fhir/r4b/implementationguide.html)** A set of rules of how a particular interoperability or standards problem is solved - typically through the use of FHIR resources. This resource is used to gather all the parts of an implementation guide into a logical whole and to publish a computable definition of all the parts. - [Get history of ImplementationGuide with identifier {identifier}](https://api-reference.oystehr.com/reference/get_implementationguide-identifier-history.md): **[ImplementationGuide on the FHIR specification website.](https://www.hl7.org/fhir/r4b/implementationguide.html)** A set of rules of how a particular interoperability or standards problem is solved - typically through the use of FHIR resources. This resource is used to gather all the parts of an implementation guide into a logical whole and to publish a computable definition of all the parts. - [Get ImplementationGuide with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_implementationguide-identifier-history-versionidentifier.md): **[ImplementationGuide on the FHIR specification website.](https://www.hl7.org/fhir/r4b/implementationguide.html)** A set of rules of how a particular interoperability or standards problem is solved - typically through the use of FHIR resources. This resource is used to gather all the parts of an implementation guide into a logical whole and to publish a computable definition of all the parts. - [Search Ingredients](https://api-reference.oystehr.com/reference/get_ingredient.md): **[Ingredient on the FHIR specification website.](https://www.hl7.org/fhir/r4b/ingredient.html)** An ingredient of a manufactured item or pharmaceutical product. - [Create a new Ingredient](https://api-reference.oystehr.com/reference/post_ingredient.md): **[Ingredient on the FHIR specification website.](https://www.hl7.org/fhir/r4b/ingredient.html)** An ingredient of a manufactured item or pharmaceutical product. The body should be a valid FHIR object for Ingredient. For example, if creating a [`Slot`](https://www.hl7.org/fhir/r4b/slot.html) resource, here is a valid object: ```json { "resourceType": "Slot", "schedule": { "reference": "schedule/a" }, "status": "free", "start": "2022-08-10T11:00:00Z", "end": "2022-08-10T12:00:00Z" } ``` You can reference the FHIR documentation to determine the format for [`Ingredient`](https://www.hl7.org/fhir/r4b/Ingredient.html). - [Search Ingredients](https://api-reference.oystehr.com/reference/post_ingredient-search.md): **[Ingredient on the FHIR specification website.](https://www.hl7.org/fhir/r4b/ingredient.html)** An ingredient of a manufactured item or pharmaceutical product. - [Get Ingredient with identifier {identifier}](https://api-reference.oystehr.com/reference/get_ingredient-identifier.md): **[Ingredient on the FHIR specification website.](https://www.hl7.org/fhir/r4b/ingredient.html)** An ingredient of a manufactured item or pharmaceutical product. - [Update Ingredient with identifier {identifier}](https://api-reference.oystehr.com/reference/put_ingredient-identifier.md): **[Ingredient on the FHIR specification website.](https://www.hl7.org/fhir/r4b/ingredient.html)** An ingredient of a manufactured item or pharmaceutical product. The body should be a valid FHIR object for Ingredient. For example, if updating a [`Slot`](https://www.hl7.org/fhir/r4b/slot.html) resource, here is a valid object: ```json { "resourceType": "Slot", "schedule": { "reference": "schedule/a" }, "status": "free", "start": "2022-08-10T11:00:00Z", "end": "2022-08-10T12:00:00Z" } ``` You can reference the FHIR documentation to determine the format for [`Ingredient`](https://www.hl7.org/fhir/r4b/Ingredient.html). - [Patch Ingredient with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_ingredient-identifier.md): **[Ingredient on the FHIR specification website.](https://www.hl7.org/fhir/r4b/ingredient.html)** An ingredient of a manufactured item or pharmaceutical product. The body should be a list of valid JSON patches for Ingredient. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete Ingredient with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_ingredient-identifier.md): **[Ingredient on the FHIR specification website.](https://www.hl7.org/fhir/r4b/ingredient.html)** An ingredient of a manufactured item or pharmaceutical product. - [Get history of Ingredient with identifier {identifier}](https://api-reference.oystehr.com/reference/get_ingredient-identifier-history.md): **[Ingredient on the FHIR specification website.](https://www.hl7.org/fhir/r4b/ingredient.html)** An ingredient of a manufactured item or pharmaceutical product. - [Get Ingredient with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_ingredient-identifier-history-versionidentifier.md): **[Ingredient on the FHIR specification website.](https://www.hl7.org/fhir/r4b/ingredient.html)** An ingredient of a manufactured item or pharmaceutical product. - [Search InsurancePlans](https://api-reference.oystehr.com/reference/get_insuranceplan.md): **[InsurancePlan on the FHIR specification website.](https://www.hl7.org/fhir/r4b/insuranceplan.html)** Details of a Health Insurance product/plan provided by an organization. - [Create a new InsurancePlan](https://api-reference.oystehr.com/reference/post_insuranceplan.md): **[InsurancePlan on the FHIR specification website.](https://www.hl7.org/fhir/r4b/insuranceplan.html)** Details of a Health Insurance product/plan provided by an organization. The body should be a valid FHIR object for InsurancePlan. Here is an example: ```json { "resourceType": "InsurancePlan", "id": "example", "text": { "status": "generated", "div": "

Generated Narrative with Details

id: example

name: foo

" }, "name": "foo" } ``` You can reference the FHIR documentation to determine the format for [`InsurancePlan`](https://www.hl7.org/fhir/r4b/InsurancePlan.html). - [Search InsurancePlans](https://api-reference.oystehr.com/reference/post_insuranceplan-search.md): **[InsurancePlan on the FHIR specification website.](https://www.hl7.org/fhir/r4b/insuranceplan.html)** Details of a Health Insurance product/plan provided by an organization. - [Get InsurancePlan with identifier {identifier}](https://api-reference.oystehr.com/reference/get_insuranceplan-identifier.md): **[InsurancePlan on the FHIR specification website.](https://www.hl7.org/fhir/r4b/insuranceplan.html)** Details of a Health Insurance product/plan provided by an organization. - [Update InsurancePlan with identifier {identifier}](https://api-reference.oystehr.com/reference/put_insuranceplan-identifier.md): **[InsurancePlan on the FHIR specification website.](https://www.hl7.org/fhir/r4b/insuranceplan.html)** Details of a Health Insurance product/plan provided by an organization. The body should be a valid FHIR object for InsurancePlan. Here is an example: ```json { "resourceType": "InsurancePlan", "id": "example", "text": { "status": "generated", "div": "

Generated Narrative with Details

id: example

name: foo

" }, "name": "foo" } ``` You can reference the FHIR documentation to determine the format for [`InsurancePlan`](https://www.hl7.org/fhir/r4b/InsurancePlan.html). - [Patch InsurancePlan with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_insuranceplan-identifier.md): **[InsurancePlan on the FHIR specification website.](https://www.hl7.org/fhir/r4b/insuranceplan.html)** Details of a Health Insurance product/plan provided by an organization. The body should be a list of valid JSON patches for InsurancePlan. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete InsurancePlan with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_insuranceplan-identifier.md): **[InsurancePlan on the FHIR specification website.](https://www.hl7.org/fhir/r4b/insuranceplan.html)** Details of a Health Insurance product/plan provided by an organization. - [Get history of InsurancePlan with identifier {identifier}](https://api-reference.oystehr.com/reference/get_insuranceplan-identifier-history.md): **[InsurancePlan on the FHIR specification website.](https://www.hl7.org/fhir/r4b/insuranceplan.html)** Details of a Health Insurance product/plan provided by an organization. - [Get InsurancePlan with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_insuranceplan-identifier-history-versionidentifier.md): **[InsurancePlan on the FHIR specification website.](https://www.hl7.org/fhir/r4b/insuranceplan.html)** Details of a Health Insurance product/plan provided by an organization. - [Search Invoices](https://api-reference.oystehr.com/reference/get_invoice.md): **[Invoice on the FHIR specification website.](https://www.hl7.org/fhir/r4b/invoice.html)** Invoice containing collected ChargeItems from an Account with calculated individual and total price for Billing purpose. - [Create a new Invoice](https://api-reference.oystehr.com/reference/post_invoice.md): **[Invoice on the FHIR specification website.](https://www.hl7.org/fhir/r4b/invoice.html)** Invoice containing collected ChargeItems from an Account with calculated individual and total price for Billing purpose. The body should be a valid FHIR object for Invoice. Here is an example: ```json { "resourceType": "Invoice", "id": "example", "text": { "status": "generated", "div": "
Example of Invoice
" }, "identifier": [ { "system": "http://myHospital.org/Invoices", "value": "654321" } ], "status": "issued", "subject": { "reference": "Patient/example" }, "date": "2017-01-25T08:00:00+01:00", "participant": [ { "role": { "coding": [ { "system": "http://snomed.info/sct", "code": "17561000", "display": "Cardiologist" } ] }, "actor": { "reference": "Practitioner/example" } } ], "issuer": { "identifier": { "system": "http://myhospital/NamingSystem/departments", "value": "CARD_INTERMEDIATE_CARE" } }, "account": { "reference": "Account/example" }, "totalNet": { "value": 40, "currency": "EUR" }, "totalGross": { "value": 48, "currency": "EUR" } } ``` You can reference the FHIR documentation to determine the format for [`Invoice`](https://www.hl7.org/fhir/r4b/Invoice.html). - [Search Invoices](https://api-reference.oystehr.com/reference/post_invoice-search.md): **[Invoice on the FHIR specification website.](https://www.hl7.org/fhir/r4b/invoice.html)** Invoice containing collected ChargeItems from an Account with calculated individual and total price for Billing purpose. - [Get Invoice with identifier {identifier}](https://api-reference.oystehr.com/reference/get_invoice-identifier.md): **[Invoice on the FHIR specification website.](https://www.hl7.org/fhir/r4b/invoice.html)** Invoice containing collected ChargeItems from an Account with calculated individual and total price for Billing purpose. - [Update Invoice with identifier {identifier}](https://api-reference.oystehr.com/reference/put_invoice-identifier.md): **[Invoice on the FHIR specification website.](https://www.hl7.org/fhir/r4b/invoice.html)** Invoice containing collected ChargeItems from an Account with calculated individual and total price for Billing purpose. The body should be a valid FHIR object for Invoice. Here is an example: ```json { "resourceType": "Invoice", "id": "example", "text": { "status": "generated", "div": "
Example of Invoice
" }, "identifier": [ { "system": "http://myHospital.org/Invoices", "value": "654321" } ], "status": "issued", "subject": { "reference": "Patient/example" }, "date": "2017-01-25T08:00:00+01:00", "participant": [ { "role": { "coding": [ { "system": "http://snomed.info/sct", "code": "17561000", "display": "Cardiologist" } ] }, "actor": { "reference": "Practitioner/example" } } ], "issuer": { "identifier": { "system": "http://myhospital/NamingSystem/departments", "value": "CARD_INTERMEDIATE_CARE" } }, "account": { "reference": "Account/example" }, "totalNet": { "value": 40, "currency": "EUR" }, "totalGross": { "value": 48, "currency": "EUR" } } ``` You can reference the FHIR documentation to determine the format for [`Invoice`](https://www.hl7.org/fhir/r4b/Invoice.html). - [Patch Invoice with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_invoice-identifier.md): **[Invoice on the FHIR specification website.](https://www.hl7.org/fhir/r4b/invoice.html)** Invoice containing collected ChargeItems from an Account with calculated individual and total price for Billing purpose. The body should be a list of valid JSON patches for Invoice. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete Invoice with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_invoice-identifier.md): **[Invoice on the FHIR specification website.](https://www.hl7.org/fhir/r4b/invoice.html)** Invoice containing collected ChargeItems from an Account with calculated individual and total price for Billing purpose. - [Get history of Invoice with identifier {identifier}](https://api-reference.oystehr.com/reference/get_invoice-identifier-history.md): **[Invoice on the FHIR specification website.](https://www.hl7.org/fhir/r4b/invoice.html)** Invoice containing collected ChargeItems from an Account with calculated individual and total price for Billing purpose. - [Get Invoice with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_invoice-identifier-history-versionidentifier.md): **[Invoice on the FHIR specification website.](https://www.hl7.org/fhir/r4b/invoice.html)** Invoice containing collected ChargeItems from an Account with calculated individual and total price for Billing purpose. - [Search Librarys](https://api-reference.oystehr.com/reference/get_library.md): **[Library on the FHIR specification website.](https://www.hl7.org/fhir/r4b/library.html)** The Library resource is a general-purpose container for knowledge asset definitions. It can be used to describe and expose existing knowledge assets such as logic libraries and information model descriptions, as well as to describe a collection of knowledge assets. - [Create a new Library](https://api-reference.oystehr.com/reference/post_library.md): **[Library on the FHIR specification website.](https://www.hl7.org/fhir/r4b/library.html)** The Library resource is a general-purpose container for knowledge asset definitions. It can be used to describe and expose existing knowledge assets such as logic libraries and information model descriptions, as well as to describe a collection of knowledge assets. The body should be a valid FHIR object for Library. Here is an example: ```json { "resourceType": "Library", "id": "composition-example", "text": { "status": "generated", "div": "
Example of a library used as a composition of other artifacts.\n
" }, "identifier": [ { "use": "official", "system": "http://example.org", "value": "Zika Artifacts" } ], "version": "1.0.0", "title": "Zika Artifacts", "status": "draft", "type": { "coding": [ { "code": "asset-collection" } ] }, "date": "2017-03-10", "description": "Artifacts required for implementation of Zika Virus Management", "topic": [ { "text": "Zika Virus Management" } ], "relatedArtifact": [ { "type": "composed-of", "resource": "ActivityDefinition/administer-zika-virus-exposure-assessment" }, { "type": "composed-of", "resource": "ActivityDefinition/order-serum-zika-dengue-virus-igm" }, { "type": "composed-of", "resource": "ActivityDefinition/provide-mosquito-prevention-advice" }, { "type": "composed-of", "resource": "Library/zika-virus-intervention-logic" }, { "type": "composed-of", "resource": "PlanDefinition/zika-virus-intervention" }, { "type": "composed-of", "resource": "Questionnaire/zika-virus-exposure-assessment" }, { "type": "derived-from", "url": "https://www.cdc.gov/mmwr/volumes/65/wr/mm6539e1.htm?s_cid=mm6539e1_w" } ] } ``` You can reference the FHIR documentation to determine the format for [`Library`](https://www.hl7.org/fhir/r4b/Library.html). - [Search Librarys](https://api-reference.oystehr.com/reference/post_library-search.md): **[Library on the FHIR specification website.](https://www.hl7.org/fhir/r4b/library.html)** The Library resource is a general-purpose container for knowledge asset definitions. It can be used to describe and expose existing knowledge assets such as logic libraries and information model descriptions, as well as to describe a collection of knowledge assets. - [Get Library with identifier {identifier}](https://api-reference.oystehr.com/reference/get_library-identifier.md): **[Library on the FHIR specification website.](https://www.hl7.org/fhir/r4b/library.html)** The Library resource is a general-purpose container for knowledge asset definitions. It can be used to describe and expose existing knowledge assets such as logic libraries and information model descriptions, as well as to describe a collection of knowledge assets. - [Update Library with identifier {identifier}](https://api-reference.oystehr.com/reference/put_library-identifier.md): **[Library on the FHIR specification website.](https://www.hl7.org/fhir/r4b/library.html)** The Library resource is a general-purpose container for knowledge asset definitions. It can be used to describe and expose existing knowledge assets such as logic libraries and information model descriptions, as well as to describe a collection of knowledge assets. The body should be a valid FHIR object for Library. Here is an example: ```json { "resourceType": "Library", "id": "composition-example", "text": { "status": "generated", "div": "
Example of a library used as a composition of other artifacts.\n
" }, "identifier": [ { "use": "official", "system": "http://example.org", "value": "Zika Artifacts" } ], "version": "1.0.0", "title": "Zika Artifacts", "status": "draft", "type": { "coding": [ { "code": "asset-collection" } ] }, "date": "2017-03-10", "description": "Artifacts required for implementation of Zika Virus Management", "topic": [ { "text": "Zika Virus Management" } ], "relatedArtifact": [ { "type": "composed-of", "resource": "ActivityDefinition/administer-zika-virus-exposure-assessment" }, { "type": "composed-of", "resource": "ActivityDefinition/order-serum-zika-dengue-virus-igm" }, { "type": "composed-of", "resource": "ActivityDefinition/provide-mosquito-prevention-advice" }, { "type": "composed-of", "resource": "Library/zika-virus-intervention-logic" }, { "type": "composed-of", "resource": "PlanDefinition/zika-virus-intervention" }, { "type": "composed-of", "resource": "Questionnaire/zika-virus-exposure-assessment" }, { "type": "derived-from", "url": "https://www.cdc.gov/mmwr/volumes/65/wr/mm6539e1.htm?s_cid=mm6539e1_w" } ] } ``` You can reference the FHIR documentation to determine the format for [`Library`](https://www.hl7.org/fhir/r4b/Library.html). - [Patch Library with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_library-identifier.md): **[Library on the FHIR specification website.](https://www.hl7.org/fhir/r4b/library.html)** The Library resource is a general-purpose container for knowledge asset definitions. It can be used to describe and expose existing knowledge assets such as logic libraries and information model descriptions, as well as to describe a collection of knowledge assets. The body should be a list of valid JSON patches for Library. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete Library with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_library-identifier.md): **[Library on the FHIR specification website.](https://www.hl7.org/fhir/r4b/library.html)** The Library resource is a general-purpose container for knowledge asset definitions. It can be used to describe and expose existing knowledge assets such as logic libraries and information model descriptions, as well as to describe a collection of knowledge assets. - [Get history of Library with identifier {identifier}](https://api-reference.oystehr.com/reference/get_library-identifier-history.md): **[Library on the FHIR specification website.](https://www.hl7.org/fhir/r4b/library.html)** The Library resource is a general-purpose container for knowledge asset definitions. It can be used to describe and expose existing knowledge assets such as logic libraries and information model descriptions, as well as to describe a collection of knowledge assets. - [Get Library with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_library-identifier-history-versionidentifier.md): **[Library on the FHIR specification website.](https://www.hl7.org/fhir/r4b/library.html)** The Library resource is a general-purpose container for knowledge asset definitions. It can be used to describe and expose existing knowledge assets such as logic libraries and information model descriptions, as well as to describe a collection of knowledge assets. - [Search Linkages](https://api-reference.oystehr.com/reference/get_linkage.md): **[Linkage on the FHIR specification website.](https://www.hl7.org/fhir/r4b/linkage.html)** Identifies two or more records (resource instances) that refer to the same real-world "occurrence". - [Create a new Linkage](https://api-reference.oystehr.com/reference/post_linkage.md): **[Linkage on the FHIR specification website.](https://www.hl7.org/fhir/r4b/linkage.html)** Identifies two or more records (resource instances) that refer to the same real-world "occurrence". The body should be a valid FHIR object for Linkage. Here is an example: ```json { "resourceType": "Linkage", "id": "example", "text": { "status": "generated", "div": "
\n

Source: Condition/example - Severe burn of left ear (Date: 24-May 2012)

\n

Alternate: Condition/condition-example - Severe burn of left ear (Date: 24-May 2012)

\n
" }, "author": { "reference": "Practitioner/f201" }, "item": [ { "type": "source", "resource": { "reference": "Condition/example", "display": "Severe burn of left ear (Date: 24-May 2012)" } }, { "type": "alternate", "resource": { "reference": "Condition/condition-example", "display": "Severe burn of left ear (Date: 24-May 2012)" } } ] } ``` You can reference the FHIR documentation to determine the format for [`Linkage`](https://www.hl7.org/fhir/r4b/Linkage.html). - [Search Linkages](https://api-reference.oystehr.com/reference/post_linkage-search.md): **[Linkage on the FHIR specification website.](https://www.hl7.org/fhir/r4b/linkage.html)** Identifies two or more records (resource instances) that refer to the same real-world "occurrence". - [Get Linkage with identifier {identifier}](https://api-reference.oystehr.com/reference/get_linkage-identifier.md): **[Linkage on the FHIR specification website.](https://www.hl7.org/fhir/r4b/linkage.html)** Identifies two or more records (resource instances) that refer to the same real-world "occurrence". - [Update Linkage with identifier {identifier}](https://api-reference.oystehr.com/reference/put_linkage-identifier.md): **[Linkage on the FHIR specification website.](https://www.hl7.org/fhir/r4b/linkage.html)** Identifies two or more records (resource instances) that refer to the same real-world "occurrence". The body should be a valid FHIR object for Linkage. Here is an example: ```json { "resourceType": "Linkage", "id": "example", "text": { "status": "generated", "div": "
\n

Source: Condition/example - Severe burn of left ear (Date: 24-May 2012)

\n

Alternate: Condition/condition-example - Severe burn of left ear (Date: 24-May 2012)

\n
" }, "author": { "reference": "Practitioner/f201" }, "item": [ { "type": "source", "resource": { "reference": "Condition/example", "display": "Severe burn of left ear (Date: 24-May 2012)" } }, { "type": "alternate", "resource": { "reference": "Condition/condition-example", "display": "Severe burn of left ear (Date: 24-May 2012)" } } ] } ``` You can reference the FHIR documentation to determine the format for [`Linkage`](https://www.hl7.org/fhir/r4b/Linkage.html). - [Patch Linkage with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_linkage-identifier.md): **[Linkage on the FHIR specification website.](https://www.hl7.org/fhir/r4b/linkage.html)** Identifies two or more records (resource instances) that refer to the same real-world "occurrence". The body should be a list of valid JSON patches for Linkage. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete Linkage with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_linkage-identifier.md): **[Linkage on the FHIR specification website.](https://www.hl7.org/fhir/r4b/linkage.html)** Identifies two or more records (resource instances) that refer to the same real-world "occurrence". - [Get history of Linkage with identifier {identifier}](https://api-reference.oystehr.com/reference/get_linkage-identifier-history.md): **[Linkage on the FHIR specification website.](https://www.hl7.org/fhir/r4b/linkage.html)** Identifies two or more records (resource instances) that refer to the same real-world "occurrence". - [Get Linkage with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_linkage-identifier-history-versionidentifier.md): **[Linkage on the FHIR specification website.](https://www.hl7.org/fhir/r4b/linkage.html)** Identifies two or more records (resource instances) that refer to the same real-world "occurrence". - [Search Lists](https://api-reference.oystehr.com/reference/get_list.md): **[List on the FHIR specification website.](https://www.hl7.org/fhir/r4b/list.html)** A list is a curated collection of resources. - [Create a new List](https://api-reference.oystehr.com/reference/post_list.md): **[List on the FHIR specification website.](https://www.hl7.org/fhir/r4b/list.html)** A list is a curated collection of resources. The body should be a valid FHIR object for List. Here is an example: ```json { "resourceType": "List", "id": "current-allergies", "text": { "status": "generated", "div": "
\n

Patient Peter Chalmers, DOB = Dec 25, 1974, MRN = 12345 (Acme Healthcare) has the following allergies

\n \n
" }, "status": "current", "mode": "working", "title": "Current Allergy List", "code": { "coding": [ { "system": "http://loinc.org", "code": "52472-8", "display": "Allergies and Adverse Drug Reactions" } ], "text": "Current Allergy List" }, "date": "2015-07-14T23:10:23+11:00", "source": { "reference": "Patient/example" }, "orderedBy": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/list-order", "code": "entry-date" } ] }, "entry": [ { "item": { "reference": "AllergyIntolerance/example" } }, { "item": { "reference": "AllergyIntolerance/medication" } } ] } ``` You can reference the FHIR documentation to determine the format for [`List`](https://www.hl7.org/fhir/r4b/List.html). - [Search Lists](https://api-reference.oystehr.com/reference/post_list-search.md): **[List on the FHIR specification website.](https://www.hl7.org/fhir/r4b/list.html)** A list is a curated collection of resources. - [Get List with identifier {identifier}](https://api-reference.oystehr.com/reference/get_list-identifier.md): **[List on the FHIR specification website.](https://www.hl7.org/fhir/r4b/list.html)** A list is a curated collection of resources. - [Update List with identifier {identifier}](https://api-reference.oystehr.com/reference/put_list-identifier.md): **[List on the FHIR specification website.](https://www.hl7.org/fhir/r4b/list.html)** A list is a curated collection of resources. The body should be a valid FHIR object for List. Here is an example: ```json { "resourceType": "List", "id": "current-allergies", "text": { "status": "generated", "div": "
\n

Patient Peter Chalmers, DOB = Dec 25, 1974, MRN = 12345 (Acme Healthcare) has the following allergies

\n \n
" }, "status": "current", "mode": "working", "title": "Current Allergy List", "code": { "coding": [ { "system": "http://loinc.org", "code": "52472-8", "display": "Allergies and Adverse Drug Reactions" } ], "text": "Current Allergy List" }, "date": "2015-07-14T23:10:23+11:00", "source": { "reference": "Patient/example" }, "orderedBy": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/list-order", "code": "entry-date" } ] }, "entry": [ { "item": { "reference": "AllergyIntolerance/example" } }, { "item": { "reference": "AllergyIntolerance/medication" } } ] } ``` You can reference the FHIR documentation to determine the format for [`List`](https://www.hl7.org/fhir/r4b/List.html). - [Patch List with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_list-identifier.md): **[List on the FHIR specification website.](https://www.hl7.org/fhir/r4b/list.html)** A list is a curated collection of resources. The body should be a list of valid JSON patches for List. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete List with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_list-identifier.md): **[List on the FHIR specification website.](https://www.hl7.org/fhir/r4b/list.html)** A list is a curated collection of resources. - [Get history of List with identifier {identifier}](https://api-reference.oystehr.com/reference/get_list-identifier-history.md): **[List on the FHIR specification website.](https://www.hl7.org/fhir/r4b/list.html)** A list is a curated collection of resources. - [Get List with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_list-identifier-history-versionidentifier.md): **[List on the FHIR specification website.](https://www.hl7.org/fhir/r4b/list.html)** A list is a curated collection of resources. - [Search Locations](https://api-reference.oystehr.com/reference/get_location.md): **[Location on the FHIR specification website.](https://www.hl7.org/fhir/r4b/location.html)** Details and position information for a physical place where services are provided and resources and participants may be stored, found, contained, or accommodated. - [Create a new Location](https://api-reference.oystehr.com/reference/post_location.md): **[Location on the FHIR specification website.](https://www.hl7.org/fhir/r4b/location.html)** Details and position information for a physical place where services are provided and resources and participants may be stored, found, contained, or accommodated. The body should be a valid FHIR object for Location. Here is an example: ```json { "resourceType": "Location", "id": "1", "text": { "status": "generated", "div": "
Burgers UMC, South Wing, second floor
" }, "identifier": [ { "value": "B1-S.F2" } ], "status": "active", "name": "South Wing, second floor", "alias": [ "BU MC, SW, F2", "Burgers University Medical Center, South Wing, second floor" ], "description": "Second floor of the Old South Wing, formerly in use by Psychiatry", "mode": "instance", "telecom": [ { "system": "phone", "value": "2328", "use": "work" }, { "system": "fax", "value": "2329", "use": "work" }, { "system": "email", "value": "second wing admissions" }, { "system": "url", "value": "http://sampleorg.com/southwing", "use": "work" } ], "address": { "use": "work", "line": [ "Galapagosweg 91, Building A" ], "city": "Den Burg", "postalCode": "9105 PZ", "country": "NLD" }, "physicalType": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", "code": "wi", "display": "Wing" } ] }, "position": { "longitude": -83.6945691, "latitude": 42.25475478, "altitude": 0 }, "managingOrganization": { "reference": "Organization/f001" }, "endpoint": [ { "reference": "Endpoint/example" } ] } ``` You can reference the FHIR documentation to determine the format for [`Location`](https://www.hl7.org/fhir/r4b/Location.html). - [Search Locations](https://api-reference.oystehr.com/reference/post_location-search.md): **[Location on the FHIR specification website.](https://www.hl7.org/fhir/r4b/location.html)** Details and position information for a physical place where services are provided and resources and participants may be stored, found, contained, or accommodated. - [Get Location with identifier {identifier}](https://api-reference.oystehr.com/reference/get_location-identifier.md): **[Location on the FHIR specification website.](https://www.hl7.org/fhir/r4b/location.html)** Details and position information for a physical place where services are provided and resources and participants may be stored, found, contained, or accommodated. - [Update Location with identifier {identifier}](https://api-reference.oystehr.com/reference/put_location-identifier.md): **[Location on the FHIR specification website.](https://www.hl7.org/fhir/r4b/location.html)** Details and position information for a physical place where services are provided and resources and participants may be stored, found, contained, or accommodated. The body should be a valid FHIR object for Location. Here is an example: ```json { "resourceType": "Location", "id": "1", "text": { "status": "generated", "div": "
Burgers UMC, South Wing, second floor
" }, "identifier": [ { "value": "B1-S.F2" } ], "status": "active", "name": "South Wing, second floor", "alias": [ "BU MC, SW, F2", "Burgers University Medical Center, South Wing, second floor" ], "description": "Second floor of the Old South Wing, formerly in use by Psychiatry", "mode": "instance", "telecom": [ { "system": "phone", "value": "2328", "use": "work" }, { "system": "fax", "value": "2329", "use": "work" }, { "system": "email", "value": "second wing admissions" }, { "system": "url", "value": "http://sampleorg.com/southwing", "use": "work" } ], "address": { "use": "work", "line": [ "Galapagosweg 91, Building A" ], "city": "Den Burg", "postalCode": "9105 PZ", "country": "NLD" }, "physicalType": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", "code": "wi", "display": "Wing" } ] }, "position": { "longitude": -83.6945691, "latitude": 42.25475478, "altitude": 0 }, "managingOrganization": { "reference": "Organization/f001" }, "endpoint": [ { "reference": "Endpoint/example" } ] } ``` You can reference the FHIR documentation to determine the format for [`Location`](https://www.hl7.org/fhir/r4b/Location.html). - [Patch Location with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_location-identifier.md): **[Location on the FHIR specification website.](https://www.hl7.org/fhir/r4b/location.html)** Details and position information for a physical place where services are provided and resources and participants may be stored, found, contained, or accommodated. The body should be a list of valid JSON patches for Location. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete Location with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_location-identifier.md): **[Location on the FHIR specification website.](https://www.hl7.org/fhir/r4b/location.html)** Details and position information for a physical place where services are provided and resources and participants may be stored, found, contained, or accommodated. - [Get history of Location with identifier {identifier}](https://api-reference.oystehr.com/reference/get_location-identifier-history.md): **[Location on the FHIR specification website.](https://www.hl7.org/fhir/r4b/location.html)** Details and position information for a physical place where services are provided and resources and participants may be stored, found, contained, or accommodated. - [Get Location with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_location-identifier-history-versionidentifier.md): **[Location on the FHIR specification website.](https://www.hl7.org/fhir/r4b/location.html)** Details and position information for a physical place where services are provided and resources and participants may be stored, found, contained, or accommodated. - [Search ManufacturedItemDefinitions](https://api-reference.oystehr.com/reference/get_manufactureditemdefinition.md): **[ManufacturedItemDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/manufactureditemdefinition.html)** The definition and characteristics of a medicinal manufactured item, such as a tablet or capsule, as contained in a packaged medicinal product. - [Create a new ManufacturedItemDefinition](https://api-reference.oystehr.com/reference/post_manufactureditemdefinition.md): **[ManufacturedItemDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/manufactureditemdefinition.html)** The definition and characteristics of a medicinal manufactured item, such as a tablet or capsule, as contained in a packaged medicinal product. The body should be a valid FHIR object for ManufacturedItemDefinition. For example, if creating a [`Slot`](https://www.hl7.org/fhir/r4b/slot.html) resource, here is a valid object: ```json { "resourceType": "Slot", "schedule": { "reference": "schedule/a" }, "status": "free", "start": "2022-08-10T11:00:00Z", "end": "2022-08-10T12:00:00Z" } ``` You can reference the FHIR documentation to determine the format for [`ManufacturedItemDefinition`](https://www.hl7.org/fhir/r4b/ManufacturedItemDefinition.html). - [Search ManufacturedItemDefinitions](https://api-reference.oystehr.com/reference/post_manufactureditemdefinition-search.md): **[ManufacturedItemDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/manufactureditemdefinition.html)** The definition and characteristics of a medicinal manufactured item, such as a tablet or capsule, as contained in a packaged medicinal product. - [Get ManufacturedItemDefinition with identifier {identifier}](https://api-reference.oystehr.com/reference/get_manufactureditemdefinition-identifier.md): **[ManufacturedItemDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/manufactureditemdefinition.html)** The definition and characteristics of a medicinal manufactured item, such as a tablet or capsule, as contained in a packaged medicinal product. - [Update ManufacturedItemDefinition with identifier {identifier}](https://api-reference.oystehr.com/reference/put_manufactureditemdefinition-identifier.md): **[ManufacturedItemDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/manufactureditemdefinition.html)** The definition and characteristics of a medicinal manufactured item, such as a tablet or capsule, as contained in a packaged medicinal product. The body should be a valid FHIR object for ManufacturedItemDefinition. For example, if updating a [`Slot`](https://www.hl7.org/fhir/r4b/slot.html) resource, here is a valid object: ```json { "resourceType": "Slot", "schedule": { "reference": "schedule/a" }, "status": "free", "start": "2022-08-10T11:00:00Z", "end": "2022-08-10T12:00:00Z" } ``` You can reference the FHIR documentation to determine the format for [`ManufacturedItemDefinition`](https://www.hl7.org/fhir/r4b/ManufacturedItemDefinition.html). - [Patch ManufacturedItemDefinition with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_manufactureditemdefinition-identifier.md): **[ManufacturedItemDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/manufactureditemdefinition.html)** The definition and characteristics of a medicinal manufactured item, such as a tablet or capsule, as contained in a packaged medicinal product. The body should be a list of valid JSON patches for ManufacturedItemDefinition. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete ManufacturedItemDefinition with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_manufactureditemdefinition-identifier.md): **[ManufacturedItemDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/manufactureditemdefinition.html)** The definition and characteristics of a medicinal manufactured item, such as a tablet or capsule, as contained in a packaged medicinal product. - [Get history of ManufacturedItemDefinition with identifier {identifier}](https://api-reference.oystehr.com/reference/get_manufactureditemdefinition-identifier-history.md): **[ManufacturedItemDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/manufactureditemdefinition.html)** The definition and characteristics of a medicinal manufactured item, such as a tablet or capsule, as contained in a packaged medicinal product. - [Get ManufacturedItemDefinition with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_manufactureditemdefinition-identifier-history-versionidentifier.md): **[ManufacturedItemDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/manufactureditemdefinition.html)** The definition and characteristics of a medicinal manufactured item, such as a tablet or capsule, as contained in a packaged medicinal product. - [Search Measures](https://api-reference.oystehr.com/reference/get_measure.md): **[Measure on the FHIR specification website.](https://www.hl7.org/fhir/r4b/measure.html)** The Measure resource provides the definition of a quality measure. - [Create a new Measure](https://api-reference.oystehr.com/reference/post_measure.md): **[Measure on the FHIR specification website.](https://www.hl7.org/fhir/r4b/measure.html)** The Measure resource provides the definition of a quality measure. The body should be a valid FHIR object for Measure. Here is an example: ```json { "resourceType": "Measure", "id": "component-a-example", "text": { "status": "generated", "div": "
Screening for Alcohol Misuse\n

This measure example is used to illustrate how a composite measure can be constructured. This measure is one component of the composite measure.

" }, "title": "Screening for Alcohol Misuse", "status": "draft", "scoring": { "coding": [ { "code": "proportion" } ] }, "group": [ { "id": "Main", "population": [ { "code": { "coding": [ { "code": "initial-population" } ] }, "criteria": { "language": "text/cql", "expression": "Initial Population" } }, { "code": { "coding": [ { "code": "denominator" } ] }, "criteria": { "language": "text/cql", "expression": "Denominator" } }, { "code": { "coding": [ { "code": "numerator" } ] }, "criteria": { "language": "text/cql", "expression": "Numerator" } } ] } ] } ``` You can reference the FHIR documentation to determine the format for [`Measure`](https://www.hl7.org/fhir/r4b/Measure.html). - [Search Measures](https://api-reference.oystehr.com/reference/post_measure-search.md): **[Measure on the FHIR specification website.](https://www.hl7.org/fhir/r4b/measure.html)** The Measure resource provides the definition of a quality measure. - [Get Measure with identifier {identifier}](https://api-reference.oystehr.com/reference/get_measure-identifier.md): **[Measure on the FHIR specification website.](https://www.hl7.org/fhir/r4b/measure.html)** The Measure resource provides the definition of a quality measure. - [Update Measure with identifier {identifier}](https://api-reference.oystehr.com/reference/put_measure-identifier.md): **[Measure on the FHIR specification website.](https://www.hl7.org/fhir/r4b/measure.html)** The Measure resource provides the definition of a quality measure. The body should be a valid FHIR object for Measure. Here is an example: ```json { "resourceType": "Measure", "id": "component-a-example", "text": { "status": "generated", "div": "
Screening for Alcohol Misuse\n

This measure example is used to illustrate how a composite measure can be constructured. This measure is one component of the composite measure.

" }, "title": "Screening for Alcohol Misuse", "status": "draft", "scoring": { "coding": [ { "code": "proportion" } ] }, "group": [ { "id": "Main", "population": [ { "code": { "coding": [ { "code": "initial-population" } ] }, "criteria": { "language": "text/cql", "expression": "Initial Population" } }, { "code": { "coding": [ { "code": "denominator" } ] }, "criteria": { "language": "text/cql", "expression": "Denominator" } }, { "code": { "coding": [ { "code": "numerator" } ] }, "criteria": { "language": "text/cql", "expression": "Numerator" } } ] } ] } ``` You can reference the FHIR documentation to determine the format for [`Measure`](https://www.hl7.org/fhir/r4b/Measure.html). - [Patch Measure with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_measure-identifier.md): **[Measure on the FHIR specification website.](https://www.hl7.org/fhir/r4b/measure.html)** The Measure resource provides the definition of a quality measure. The body should be a list of valid JSON patches for Measure. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete Measure with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_measure-identifier.md): **[Measure on the FHIR specification website.](https://www.hl7.org/fhir/r4b/measure.html)** The Measure resource provides the definition of a quality measure. - [Get history of Measure with identifier {identifier}](https://api-reference.oystehr.com/reference/get_measure-identifier-history.md): **[Measure on the FHIR specification website.](https://www.hl7.org/fhir/r4b/measure.html)** The Measure resource provides the definition of a quality measure. - [Get Measure with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_measure-identifier-history-versionidentifier.md): **[Measure on the FHIR specification website.](https://www.hl7.org/fhir/r4b/measure.html)** The Measure resource provides the definition of a quality measure. - [Search MeasureReports](https://api-reference.oystehr.com/reference/get_measurereport.md): **[MeasureReport on the FHIR specification website.](https://www.hl7.org/fhir/r4b/measurereport.html)** The MeasureReport resource contains the results of the calculation of a measure; and optionally a reference to the resources involved in that calculation. - [Create a new MeasureReport](https://api-reference.oystehr.com/reference/post_measurereport.md): **[MeasureReport on the FHIR specification website.](https://www.hl7.org/fhir/r4b/measurereport.html)** The MeasureReport resource contains the results of the calculation of a measure; and optionally a reference to the resources involved in that calculation. The body should be a valid FHIR object for MeasureReport. For example, if creating a [`Slot`](https://www.hl7.org/fhir/r4b/slot.html) resource, here is a valid object: ```json { "resourceType": "Slot", "schedule": { "reference": "schedule/a" }, "status": "free", "start": "2022-08-10T11:00:00Z", "end": "2022-08-10T12:00:00Z" } ``` You can reference the FHIR documentation to determine the format for [`MeasureReport`](https://www.hl7.org/fhir/r4b/MeasureReport.html). - [Search MeasureReports](https://api-reference.oystehr.com/reference/post_measurereport-search.md): **[MeasureReport on the FHIR specification website.](https://www.hl7.org/fhir/r4b/measurereport.html)** The MeasureReport resource contains the results of the calculation of a measure; and optionally a reference to the resources involved in that calculation. - [Get MeasureReport with identifier {identifier}](https://api-reference.oystehr.com/reference/get_measurereport-identifier.md): **[MeasureReport on the FHIR specification website.](https://www.hl7.org/fhir/r4b/measurereport.html)** The MeasureReport resource contains the results of the calculation of a measure; and optionally a reference to the resources involved in that calculation. - [Update MeasureReport with identifier {identifier}](https://api-reference.oystehr.com/reference/put_measurereport-identifier.md): **[MeasureReport on the FHIR specification website.](https://www.hl7.org/fhir/r4b/measurereport.html)** The MeasureReport resource contains the results of the calculation of a measure; and optionally a reference to the resources involved in that calculation. The body should be a valid FHIR object for MeasureReport. For example, if updating a [`Slot`](https://www.hl7.org/fhir/r4b/slot.html) resource, here is a valid object: ```json { "resourceType": "Slot", "schedule": { "reference": "schedule/a" }, "status": "free", "start": "2022-08-10T11:00:00Z", "end": "2022-08-10T12:00:00Z" } ``` You can reference the FHIR documentation to determine the format for [`MeasureReport`](https://www.hl7.org/fhir/r4b/MeasureReport.html). - [Patch MeasureReport with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_measurereport-identifier.md): **[MeasureReport on the FHIR specification website.](https://www.hl7.org/fhir/r4b/measurereport.html)** The MeasureReport resource contains the results of the calculation of a measure; and optionally a reference to the resources involved in that calculation. The body should be a list of valid JSON patches for MeasureReport. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete MeasureReport with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_measurereport-identifier.md): **[MeasureReport on the FHIR specification website.](https://www.hl7.org/fhir/r4b/measurereport.html)** The MeasureReport resource contains the results of the calculation of a measure; and optionally a reference to the resources involved in that calculation. - [Get history of MeasureReport with identifier {identifier}](https://api-reference.oystehr.com/reference/get_measurereport-identifier-history.md): **[MeasureReport on the FHIR specification website.](https://www.hl7.org/fhir/r4b/measurereport.html)** The MeasureReport resource contains the results of the calculation of a measure; and optionally a reference to the resources involved in that calculation. - [Get MeasureReport with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_measurereport-identifier-history-versionidentifier.md): **[MeasureReport on the FHIR specification website.](https://www.hl7.org/fhir/r4b/measurereport.html)** The MeasureReport resource contains the results of the calculation of a measure; and optionally a reference to the resources involved in that calculation. - [Search Medias](https://api-reference.oystehr.com/reference/get_media.md): **[Media on the FHIR specification website.](https://www.hl7.org/fhir/r4b/media.html)** A photo, video, or audio recording acquired or used in healthcare. The actual content may be inline or provided by direct reference. - [Create a new Media](https://api-reference.oystehr.com/reference/post_media.md): **[Media on the FHIR specification website.](https://www.hl7.org/fhir/r4b/media.html)** A photo, video, or audio recording acquired or used in healthcare. The actual content may be inline or provided by direct reference. The body should be a valid FHIR object for Media. Here is an example: ```json { "resourceType": "Media", "id": "1.2.840.11361907579238403408700.3.1.04.19970327150033", "text": { "status": "generated", "div": "
\n Ultrasound Image on patient "James Chalmers":
\n \"WADO\n\n
" }, "extension": [ { "url": "http://nema.org/fhir/extensions#0002-0010", "valueUri": "urn:oid:1.2.840.10008.1.2.1" } ], "identifier": [ { "use": "official", "type": { "text": "InstanceUID" }, "system": "urn:dicom:uid", "value": "urn:oid:1.2.840.11361907579238403408700.3.1.04.19970327150033" }, { "type": { "text": "accessionNo" }, "system": "http://acme-imaging.com/accession/2012", "value": "1234567" }, { "type": { "text": "studyId" }, "system": "urn:dicom:uid", "value": "urn:oid:1.2.840.113619.2.21.848.34082.0.538976288.3" }, { "type": { "text": "seriesId" }, "system": "urn:dicom:uid", "value": "urn:oid:1.2.840.113619.2.21.3408.700.0.757923840.3.0" } ], "status": "completed", "modality": { "coding": [ { "system": "http://dicom.nema.org/resources/ontology/DCM", "code": "US" } ] }, "view": { "coding": [ { "system": "http://snomed.info/sct", "code": "399067008", "display": "Lateral projection" } ] }, "subject": { "reference": "Patient/example" }, "device": { "display": "G.E. Medical Systems" }, "height": 480, "width": 640, "content": { "contentType": "application/dicom", "url": "http://imaging.acme.com/wado/server?requestType=WADO&contentType=application%2Fdicom&studyUid=1.2.840.113619.2.21.848.34082.0.538976288.3&seriesUid=1.2.840.113619.2.21.3408.700.0.757923840.3.0&objectUid=1.2.840.11361907579238403408700.3.1.04.19970327150033" } } ``` You can reference the FHIR documentation to determine the format for [`Media`](https://www.hl7.org/fhir/r4b/Media.html). - [Search Medias](https://api-reference.oystehr.com/reference/post_media-search.md): **[Media on the FHIR specification website.](https://www.hl7.org/fhir/r4b/media.html)** A photo, video, or audio recording acquired or used in healthcare. The actual content may be inline or provided by direct reference. - [Get Media with identifier {identifier}](https://api-reference.oystehr.com/reference/get_media-identifier.md): **[Media on the FHIR specification website.](https://www.hl7.org/fhir/r4b/media.html)** A photo, video, or audio recording acquired or used in healthcare. The actual content may be inline or provided by direct reference. - [Update Media with identifier {identifier}](https://api-reference.oystehr.com/reference/put_media-identifier.md): **[Media on the FHIR specification website.](https://www.hl7.org/fhir/r4b/media.html)** A photo, video, or audio recording acquired or used in healthcare. The actual content may be inline or provided by direct reference. The body should be a valid FHIR object for Media. Here is an example: ```json { "resourceType": "Media", "id": "1.2.840.11361907579238403408700.3.1.04.19970327150033", "text": { "status": "generated", "div": "
\n Ultrasound Image on patient "James Chalmers":
\n \"WADO\n\n
" }, "extension": [ { "url": "http://nema.org/fhir/extensions#0002-0010", "valueUri": "urn:oid:1.2.840.10008.1.2.1" } ], "identifier": [ { "use": "official", "type": { "text": "InstanceUID" }, "system": "urn:dicom:uid", "value": "urn:oid:1.2.840.11361907579238403408700.3.1.04.19970327150033" }, { "type": { "text": "accessionNo" }, "system": "http://acme-imaging.com/accession/2012", "value": "1234567" }, { "type": { "text": "studyId" }, "system": "urn:dicom:uid", "value": "urn:oid:1.2.840.113619.2.21.848.34082.0.538976288.3" }, { "type": { "text": "seriesId" }, "system": "urn:dicom:uid", "value": "urn:oid:1.2.840.113619.2.21.3408.700.0.757923840.3.0" } ], "status": "completed", "modality": { "coding": [ { "system": "http://dicom.nema.org/resources/ontology/DCM", "code": "US" } ] }, "view": { "coding": [ { "system": "http://snomed.info/sct", "code": "399067008", "display": "Lateral projection" } ] }, "subject": { "reference": "Patient/example" }, "device": { "display": "G.E. Medical Systems" }, "height": 480, "width": 640, "content": { "contentType": "application/dicom", "url": "http://imaging.acme.com/wado/server?requestType=WADO&contentType=application%2Fdicom&studyUid=1.2.840.113619.2.21.848.34082.0.538976288.3&seriesUid=1.2.840.113619.2.21.3408.700.0.757923840.3.0&objectUid=1.2.840.11361907579238403408700.3.1.04.19970327150033" } } ``` You can reference the FHIR documentation to determine the format for [`Media`](https://www.hl7.org/fhir/r4b/Media.html). - [Patch Media with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_media-identifier.md): **[Media on the FHIR specification website.](https://www.hl7.org/fhir/r4b/media.html)** A photo, video, or audio recording acquired or used in healthcare. The actual content may be inline or provided by direct reference. The body should be a list of valid JSON patches for Media. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete Media with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_media-identifier.md): **[Media on the FHIR specification website.](https://www.hl7.org/fhir/r4b/media.html)** A photo, video, or audio recording acquired or used in healthcare. The actual content may be inline or provided by direct reference. - [Get history of Media with identifier {identifier}](https://api-reference.oystehr.com/reference/get_media-identifier-history.md): **[Media on the FHIR specification website.](https://www.hl7.org/fhir/r4b/media.html)** A photo, video, or audio recording acquired or used in healthcare. The actual content may be inline or provided by direct reference. - [Get Media with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_media-identifier-history-versionidentifier.md): **[Media on the FHIR specification website.](https://www.hl7.org/fhir/r4b/media.html)** A photo, video, or audio recording acquired or used in healthcare. The actual content may be inline or provided by direct reference. - [Search Medications](https://api-reference.oystehr.com/reference/get_medication.md): **[Medication on the FHIR specification website.](https://www.hl7.org/fhir/r4b/medication.html)** This resource is primarily used for the identification and definition of a medication for the purposes of prescribing, dispensing, and administering a medication as well as for making statements about medication use. - [Create a new Medication](https://api-reference.oystehr.com/reference/post_medication.md): **[Medication on the FHIR specification website.](https://www.hl7.org/fhir/r4b/medication.html)** This resource is primarily used for the identification and definition of a medication for the purposes of prescribing, dispensing, and administering a medication as well as for making statements about medication use. The body should be a valid FHIR object for Medication. Here is an example: ```json { "resourceType": "Medication", "id": "med0303", "text": { "status": "generated", "div": "

Generated Narrative with Details

id: med0303

contained:

code: Alemtuzumab 10mg/ml (Lemtrada) (Details : {RxNorm code '1594660' = 'alemtuzumab 10 MG/ML [Lemtrada]', given as 'Alemtuzumab 10mg/ml (Lemtrada)'})

manufacturer: id: org6; name: Genzyme

form: Injection solution (qualifier vallue) (Details : {SNOMED CT code '385219001' = 'Injection solution', given as 'Injection solution (qualifier vallue)'})

Ingredients

-Item[x]Strength
*Alemtuzamab (substance) (Details : {SNOMED CT code '129472003' = 'Alemtuzumab', given as 'Alemtuzamab (substance)'})12 mg (Details: UCUM code mg = 'mg')/1.2 mL (Details: UCUM code mL = 'mL')

Batches

-LotNumberExpirationDate
*949478822/05/2017
" }, "contained": [ { "resourceType": "Organization", "id": "org6", "name": "Genzyme" } ], "code": { "coding": [ { "system": "http://www.nlm.nih.gov/research/umls/rxnorm", "code": "1594660", "display": "Alemtuzumab 10mg/ml (Lemtrada)" } ] }, "manufacturer": { "reference": "#org6" }, "form": { "coding": [ { "system": "http://snomed.info/sct", "code": "385219001", "display": "Injection solution (qualifier vallue)" } ] }, "ingredient": [ { "itemCodeableConcept": { "coding": [ { "system": "http://snomed.info/sct", "code": "129472003", "display": "Alemtuzamab (substance)" } ] }, "strength": { "numerator": { "value": 12, "system": "http://unitsofmeasure.org", "code": "mg" }, "denominator": { "value": 1.2, "system": "http://unitsofmeasure.org", "code": "mL" } } } ], "batch": { "lotNumber": "9494788", "expirationDate": "2017-05-22" } } ``` You can reference the FHIR documentation to determine the format for [`Medication`](https://www.hl7.org/fhir/r4b/Medication.html). - [Search Medications](https://api-reference.oystehr.com/reference/post_medication-search.md): **[Medication on the FHIR specification website.](https://www.hl7.org/fhir/r4b/medication.html)** This resource is primarily used for the identification and definition of a medication for the purposes of prescribing, dispensing, and administering a medication as well as for making statements about medication use. - [Get Medication with identifier {identifier}](https://api-reference.oystehr.com/reference/get_medication-identifier.md): **[Medication on the FHIR specification website.](https://www.hl7.org/fhir/r4b/medication.html)** This resource is primarily used for the identification and definition of a medication for the purposes of prescribing, dispensing, and administering a medication as well as for making statements about medication use. - [Update Medication with identifier {identifier}](https://api-reference.oystehr.com/reference/put_medication-identifier.md): **[Medication on the FHIR specification website.](https://www.hl7.org/fhir/r4b/medication.html)** This resource is primarily used for the identification and definition of a medication for the purposes of prescribing, dispensing, and administering a medication as well as for making statements about medication use. The body should be a valid FHIR object for Medication. Here is an example: ```json { "resourceType": "Medication", "id": "med0303", "text": { "status": "generated", "div": "

Generated Narrative with Details

id: med0303

contained:

code: Alemtuzumab 10mg/ml (Lemtrada) (Details : {RxNorm code '1594660' = 'alemtuzumab 10 MG/ML [Lemtrada]', given as 'Alemtuzumab 10mg/ml (Lemtrada)'})

manufacturer: id: org6; name: Genzyme

form: Injection solution (qualifier vallue) (Details : {SNOMED CT code '385219001' = 'Injection solution', given as 'Injection solution (qualifier vallue)'})

Ingredients

-Item[x]Strength
*Alemtuzamab (substance) (Details : {SNOMED CT code '129472003' = 'Alemtuzumab', given as 'Alemtuzamab (substance)'})12 mg (Details: UCUM code mg = 'mg')/1.2 mL (Details: UCUM code mL = 'mL')

Batches

-LotNumberExpirationDate
*949478822/05/2017
" }, "contained": [ { "resourceType": "Organization", "id": "org6", "name": "Genzyme" } ], "code": { "coding": [ { "system": "http://www.nlm.nih.gov/research/umls/rxnorm", "code": "1594660", "display": "Alemtuzumab 10mg/ml (Lemtrada)" } ] }, "manufacturer": { "reference": "#org6" }, "form": { "coding": [ { "system": "http://snomed.info/sct", "code": "385219001", "display": "Injection solution (qualifier vallue)" } ] }, "ingredient": [ { "itemCodeableConcept": { "coding": [ { "system": "http://snomed.info/sct", "code": "129472003", "display": "Alemtuzamab (substance)" } ] }, "strength": { "numerator": { "value": 12, "system": "http://unitsofmeasure.org", "code": "mg" }, "denominator": { "value": 1.2, "system": "http://unitsofmeasure.org", "code": "mL" } } } ], "batch": { "lotNumber": "9494788", "expirationDate": "2017-05-22" } } ``` You can reference the FHIR documentation to determine the format for [`Medication`](https://www.hl7.org/fhir/r4b/Medication.html). - [Patch Medication with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_medication-identifier.md): **[Medication on the FHIR specification website.](https://www.hl7.org/fhir/r4b/medication.html)** This resource is primarily used for the identification and definition of a medication for the purposes of prescribing, dispensing, and administering a medication as well as for making statements about medication use. The body should be a list of valid JSON patches for Medication. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete Medication with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_medication-identifier.md): **[Medication on the FHIR specification website.](https://www.hl7.org/fhir/r4b/medication.html)** This resource is primarily used for the identification and definition of a medication for the purposes of prescribing, dispensing, and administering a medication as well as for making statements about medication use. - [Get history of Medication with identifier {identifier}](https://api-reference.oystehr.com/reference/get_medication-identifier-history.md): **[Medication on the FHIR specification website.](https://www.hl7.org/fhir/r4b/medication.html)** This resource is primarily used for the identification and definition of a medication for the purposes of prescribing, dispensing, and administering a medication as well as for making statements about medication use. - [Get Medication with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_medication-identifier-history-versionidentifier.md): **[Medication on the FHIR specification website.](https://www.hl7.org/fhir/r4b/medication.html)** This resource is primarily used for the identification and definition of a medication for the purposes of prescribing, dispensing, and administering a medication as well as for making statements about medication use. - [Search MedicationAdministrations](https://api-reference.oystehr.com/reference/get_medicationadministration.md): **[MedicationAdministration on the FHIR specification website.](https://www.hl7.org/fhir/r4b/medicationadministration.html)** Describes the event of a patient consuming or otherwise being administered a medication. This may be as simple as swallowing a tablet or it may be a long running infusion. Related resources tie this event to the authorizing prescription, and the specific encounter between patient and health care practitioner. - [Create a new MedicationAdministration](https://api-reference.oystehr.com/reference/post_medicationadministration.md): **[MedicationAdministration on the FHIR specification website.](https://www.hl7.org/fhir/r4b/medicationadministration.html)** Describes the event of a patient consuming or otherwise being administered a medication. This may be as simple as swallowing a tablet or it may be a long running infusion. Related resources tie this event to the authorizing prescription, and the specific encounter between patient and health care practitioner. The body should be a valid FHIR object for MedicationAdministration. Here is an example: ```json { "resourceType": "MedicationAdministration", "id": "medadmin0308", "text": { "status": "generated", "div": "

Generated Narrative with Details

id: medadmin0308

status: completed

medication: Lantus 100 unit/ml injectable solution (Details : {RxNorm code '285018' = 'Lantus 100 UNT/ML Injectable Solution', given as 'Lantus 100 unit/ml injectable solution'})

subject: Donald Duck

effective: 15/01/2015 4:30:00 AM --> 15/01/2015 2:30:00 PM

Performers

-Actor
*Patrick Pump

request: MedicationRequest/medrx0320

Dosages

-TextRouteDose
*20 Units SC before breakfastSubcutaneous (qualifier value) (Details : {SNOMED CT code '263887005' = 'Subcutaneous', given as 'Subcutaneous (qualifier value)'})20 U (Details: UCUM code U = 'U')
" }, "status": "completed", "medicationCodeableConcept": { "coding": [ { "system": "http://www.nlm.nih.gov/research/umls/rxnorm", "code": "285018", "display": "Lantus 100 unit/ml injectable solution" } ] }, "subject": { "reference": "Patient/pat1", "display": "Donald Duck" }, "effectivePeriod": { "start": "2015-01-15T04:30:00+01:00", "end": "2015-01-15T14:30:00+01:00" }, "performer": [ { "actor": { "reference": "Practitioner/f007", "display": "Patrick Pump" } } ], "request": { "reference": "MedicationRequest/medrx0320" }, "dosage": { "text": "20 Units SC before breakfast", "route": { "coding": [ { "system": "http://snomed.info/sct", "code": "263887005", "display": "Subcutaneous (qualifier value)" } ] }, "dose": { "value": 20, "unit": "U", "system": "http://unitsofmeasure.org", "code": "U" } } } ``` You can reference the FHIR documentation to determine the format for [`MedicationAdministration`](https://www.hl7.org/fhir/r4b/MedicationAdministration.html). - [Search MedicationAdministrations](https://api-reference.oystehr.com/reference/post_medicationadministration-search.md): **[MedicationAdministration on the FHIR specification website.](https://www.hl7.org/fhir/r4b/medicationadministration.html)** Describes the event of a patient consuming or otherwise being administered a medication. This may be as simple as swallowing a tablet or it may be a long running infusion. Related resources tie this event to the authorizing prescription, and the specific encounter between patient and health care practitioner. - [Get MedicationAdministration with identifier {identifier}](https://api-reference.oystehr.com/reference/get_medicationadministration-identifier.md): **[MedicationAdministration on the FHIR specification website.](https://www.hl7.org/fhir/r4b/medicationadministration.html)** Describes the event of a patient consuming or otherwise being administered a medication. This may be as simple as swallowing a tablet or it may be a long running infusion. Related resources tie this event to the authorizing prescription, and the specific encounter between patient and health care practitioner. - [Update MedicationAdministration with identifier {identifier}](https://api-reference.oystehr.com/reference/put_medicationadministration-identifier.md): **[MedicationAdministration on the FHIR specification website.](https://www.hl7.org/fhir/r4b/medicationadministration.html)** Describes the event of a patient consuming or otherwise being administered a medication. This may be as simple as swallowing a tablet or it may be a long running infusion. Related resources tie this event to the authorizing prescription, and the specific encounter between patient and health care practitioner. The body should be a valid FHIR object for MedicationAdministration. Here is an example: ```json { "resourceType": "MedicationAdministration", "id": "medadmin0308", "text": { "status": "generated", "div": "

Generated Narrative with Details

id: medadmin0308

status: completed

medication: Lantus 100 unit/ml injectable solution (Details : {RxNorm code '285018' = 'Lantus 100 UNT/ML Injectable Solution', given as 'Lantus 100 unit/ml injectable solution'})

subject: Donald Duck

effective: 15/01/2015 4:30:00 AM --> 15/01/2015 2:30:00 PM

Performers

-Actor
*Patrick Pump

request: MedicationRequest/medrx0320

Dosages

-TextRouteDose
*20 Units SC before breakfastSubcutaneous (qualifier value) (Details : {SNOMED CT code '263887005' = 'Subcutaneous', given as 'Subcutaneous (qualifier value)'})20 U (Details: UCUM code U = 'U')
" }, "status": "completed", "medicationCodeableConcept": { "coding": [ { "system": "http://www.nlm.nih.gov/research/umls/rxnorm", "code": "285018", "display": "Lantus 100 unit/ml injectable solution" } ] }, "subject": { "reference": "Patient/pat1", "display": "Donald Duck" }, "effectivePeriod": { "start": "2015-01-15T04:30:00+01:00", "end": "2015-01-15T14:30:00+01:00" }, "performer": [ { "actor": { "reference": "Practitioner/f007", "display": "Patrick Pump" } } ], "request": { "reference": "MedicationRequest/medrx0320" }, "dosage": { "text": "20 Units SC before breakfast", "route": { "coding": [ { "system": "http://snomed.info/sct", "code": "263887005", "display": "Subcutaneous (qualifier value)" } ] }, "dose": { "value": 20, "unit": "U", "system": "http://unitsofmeasure.org", "code": "U" } } } ``` You can reference the FHIR documentation to determine the format for [`MedicationAdministration`](https://www.hl7.org/fhir/r4b/MedicationAdministration.html). - [Patch MedicationAdministration with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_medicationadministration-identifier.md): **[MedicationAdministration on the FHIR specification website.](https://www.hl7.org/fhir/r4b/medicationadministration.html)** Describes the event of a patient consuming or otherwise being administered a medication. This may be as simple as swallowing a tablet or it may be a long running infusion. Related resources tie this event to the authorizing prescription, and the specific encounter between patient and health care practitioner. The body should be a list of valid JSON patches for MedicationAdministration. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete MedicationAdministration with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_medicationadministration-identifier.md): **[MedicationAdministration on the FHIR specification website.](https://www.hl7.org/fhir/r4b/medicationadministration.html)** Describes the event of a patient consuming or otherwise being administered a medication. This may be as simple as swallowing a tablet or it may be a long running infusion. Related resources tie this event to the authorizing prescription, and the specific encounter between patient and health care practitioner. - [Get history of MedicationAdministration with identifier {identifier}](https://api-reference.oystehr.com/reference/get_medicationadministration-identifier-history.md): **[MedicationAdministration on the FHIR specification website.](https://www.hl7.org/fhir/r4b/medicationadministration.html)** Describes the event of a patient consuming or otherwise being administered a medication. This may be as simple as swallowing a tablet or it may be a long running infusion. Related resources tie this event to the authorizing prescription, and the specific encounter between patient and health care practitioner. - [Get MedicationAdministration with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_medicationadministration-identifier-history-versionidentifier.md): **[MedicationAdministration on the FHIR specification website.](https://www.hl7.org/fhir/r4b/medicationadministration.html)** Describes the event of a patient consuming or otherwise being administered a medication. This may be as simple as swallowing a tablet or it may be a long running infusion. Related resources tie this event to the authorizing prescription, and the specific encounter between patient and health care practitioner. - [Search MedicationDispenses](https://api-reference.oystehr.com/reference/get_medicationdispense.md): **[MedicationDispense on the FHIR specification website.](https://www.hl7.org/fhir/r4b/medicationdispense.html)** Indicates that a medication product is to be or has been dispensed for a named person/patient. This includes a description of the medication product (supply) provided and the instructions for administering the medication. The medication dispense is the result of a pharmacy system responding to a medication order. - [Create a new MedicationDispense](https://api-reference.oystehr.com/reference/post_medicationdispense.md): **[MedicationDispense on the FHIR specification website.](https://www.hl7.org/fhir/r4b/medicationdispense.html)** Indicates that a medication product is to be or has been dispensed for a named person/patient. This includes a description of the medication product (supply) provided and the instructions for administering the medication. The medication dispense is the result of a pharmacy system responding to a medication order. The body should be a valid FHIR object for MedicationDispense. Here is an example: ```json { "resourceType": "MedicationDispense", "id": "meddisp008", "text": { "status": "generated", "div": "

Generated Narrative with Details

id: meddisp008

contained:

status: completed

medication: id: medexample015; Capecitabine 500mg oral tablet (Xeloda) (Details : {RxNorm code '213293' = 'Xeloda 500 MG Oral Tablet', given as 'Capecitabine 500mg oral tablet (Xeloda)'})

subject: Donald Duck

Performers

-Actor
*Practitioner/f006

authorizingPrescription: MedicationRequest/medrx0309

dosageInstruction:

" }, "contained": [ { "resourceType": "Medication", "id": "medexample015", "code": { "coding": [ { "system": "http://www.nlm.nih.gov/research/umls/rxnorm", "code": "213293", "display": "Capecitabine 500mg oral tablet (Xeloda)" } ] } } ], "status": "completed", "medicationReference": { "reference": "#medexample015" }, "subject": { "reference": "Patient/pat1", "display": "Donald Duck" }, "performer": [ { "actor": { "reference": "Practitioner/f006" } } ], "authorizingPrescription": [ { "reference": "MedicationRequest/medrx0309" } ], "dosageInstruction": [ { "sequence": 1, "timing": { "repeat": { "frequency": 2, "period": 21, "periodUnit": "d" } }, "route": { "coding": [ { "system": "http://snomed.info/sct", "code": "394899003", "display": "oral administration of treatment" } ] }, "doseAndRate": [ { "type": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/dose-rate-type", "code": "ordered", "display": "Ordered" } ] }, "doseQuantity": { "value": 500, "unit": "mg", "system": "http://unitsofmeasure.org", "code": "mg" } } ] } ] } ``` You can reference the FHIR documentation to determine the format for [`MedicationDispense`](https://www.hl7.org/fhir/r4b/MedicationDispense.html). - [Search MedicationDispenses](https://api-reference.oystehr.com/reference/post_medicationdispense-search.md): **[MedicationDispense on the FHIR specification website.](https://www.hl7.org/fhir/r4b/medicationdispense.html)** Indicates that a medication product is to be or has been dispensed for a named person/patient. This includes a description of the medication product (supply) provided and the instructions for administering the medication. The medication dispense is the result of a pharmacy system responding to a medication order. - [Get MedicationDispense with identifier {identifier}](https://api-reference.oystehr.com/reference/get_medicationdispense-identifier.md): **[MedicationDispense on the FHIR specification website.](https://www.hl7.org/fhir/r4b/medicationdispense.html)** Indicates that a medication product is to be or has been dispensed for a named person/patient. This includes a description of the medication product (supply) provided and the instructions for administering the medication. The medication dispense is the result of a pharmacy system responding to a medication order. - [Update MedicationDispense with identifier {identifier}](https://api-reference.oystehr.com/reference/put_medicationdispense-identifier.md): **[MedicationDispense on the FHIR specification website.](https://www.hl7.org/fhir/r4b/medicationdispense.html)** Indicates that a medication product is to be or has been dispensed for a named person/patient. This includes a description of the medication product (supply) provided and the instructions for administering the medication. The medication dispense is the result of a pharmacy system responding to a medication order. The body should be a valid FHIR object for MedicationDispense. Here is an example: ```json { "resourceType": "MedicationDispense", "id": "meddisp008", "text": { "status": "generated", "div": "

Generated Narrative with Details

id: meddisp008

contained:

status: completed

medication: id: medexample015; Capecitabine 500mg oral tablet (Xeloda) (Details : {RxNorm code '213293' = 'Xeloda 500 MG Oral Tablet', given as 'Capecitabine 500mg oral tablet (Xeloda)'})

subject: Donald Duck

Performers

-Actor
*Practitioner/f006

authorizingPrescription: MedicationRequest/medrx0309

dosageInstruction:

" }, "contained": [ { "resourceType": "Medication", "id": "medexample015", "code": { "coding": [ { "system": "http://www.nlm.nih.gov/research/umls/rxnorm", "code": "213293", "display": "Capecitabine 500mg oral tablet (Xeloda)" } ] } } ], "status": "completed", "medicationReference": { "reference": "#medexample015" }, "subject": { "reference": "Patient/pat1", "display": "Donald Duck" }, "performer": [ { "actor": { "reference": "Practitioner/f006" } } ], "authorizingPrescription": [ { "reference": "MedicationRequest/medrx0309" } ], "dosageInstruction": [ { "sequence": 1, "timing": { "repeat": { "frequency": 2, "period": 21, "periodUnit": "d" } }, "route": { "coding": [ { "system": "http://snomed.info/sct", "code": "394899003", "display": "oral administration of treatment" } ] }, "doseAndRate": [ { "type": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/dose-rate-type", "code": "ordered", "display": "Ordered" } ] }, "doseQuantity": { "value": 500, "unit": "mg", "system": "http://unitsofmeasure.org", "code": "mg" } } ] } ] } ``` You can reference the FHIR documentation to determine the format for [`MedicationDispense`](https://www.hl7.org/fhir/r4b/MedicationDispense.html). - [Patch MedicationDispense with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_medicationdispense-identifier.md): **[MedicationDispense on the FHIR specification website.](https://www.hl7.org/fhir/r4b/medicationdispense.html)** Indicates that a medication product is to be or has been dispensed for a named person/patient. This includes a description of the medication product (supply) provided and the instructions for administering the medication. The medication dispense is the result of a pharmacy system responding to a medication order. The body should be a list of valid JSON patches for MedicationDispense. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete MedicationDispense with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_medicationdispense-identifier.md): **[MedicationDispense on the FHIR specification website.](https://www.hl7.org/fhir/r4b/medicationdispense.html)** Indicates that a medication product is to be or has been dispensed for a named person/patient. This includes a description of the medication product (supply) provided and the instructions for administering the medication. The medication dispense is the result of a pharmacy system responding to a medication order. - [Get history of MedicationDispense with identifier {identifier}](https://api-reference.oystehr.com/reference/get_medicationdispense-identifier-history.md): **[MedicationDispense on the FHIR specification website.](https://www.hl7.org/fhir/r4b/medicationdispense.html)** Indicates that a medication product is to be or has been dispensed for a named person/patient. This includes a description of the medication product (supply) provided and the instructions for administering the medication. The medication dispense is the result of a pharmacy system responding to a medication order. - [Get MedicationDispense with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_medicationdispense-identifier-history-versionidentifier.md): **[MedicationDispense on the FHIR specification website.](https://www.hl7.org/fhir/r4b/medicationdispense.html)** Indicates that a medication product is to be or has been dispensed for a named person/patient. This includes a description of the medication product (supply) provided and the instructions for administering the medication. The medication dispense is the result of a pharmacy system responding to a medication order. - [Search MedicationKnowledges](https://api-reference.oystehr.com/reference/get_medicationknowledge.md): **[MedicationKnowledge on the FHIR specification website.](https://www.hl7.org/fhir/r4b/medicationknowledge.html)** Information about a medication that is used to support knowledge. - [Create a new MedicationKnowledge](https://api-reference.oystehr.com/reference/post_medicationknowledge.md): **[MedicationKnowledge on the FHIR specification website.](https://www.hl7.org/fhir/r4b/medicationknowledge.html)** Information about a medication that is used to support knowledge. The body should be a valid FHIR object for MedicationKnowledge. Here is an example: ```json { "resourceType": "MedicationKnowledge", "id": "example", "text": { "status": "generated", "div": "

Generated Narrative with Details

id: example

contained:

code: Vancomycin Hydrochloride (VANCOMYCIN HYDROCHLORIDE) (Details : {http://hl7.org/fhir/sid/ndc code '0069-2587-10' = 'n/a', given as 'Vancomycin Hydrochloride (VANCOMYCIN HYDROCHLORIDE)'})

status: active

manufacturer: id: org4; name: Pfizer Laboratories Div Pfizer Inc

doseForm: Injection Solution (qualifier value) (Details : {SNOMED CT code '385219001' = 'Injection solution', given as 'Injection Solution (qualifier value)'})

amount: 50 mg/ml

synonym: Vancomycin Hydrochloride (VANCOMYCIN HYDROCHLORIDE)

" }, "contained": [ { "resourceType": "Organization", "id": "org4", "name": "Pfizer Laboratories Div Pfizer Inc" } ], "code": { "coding": [ { "system": "http://hl7.org/fhir/sid/ndc", "code": "0069-2587-10", "display": "Vancomycin Hydrochloride (VANCOMYCIN HYDROCHLORIDE)" } ] }, "status": "active", "manufacturer": { "reference": "#org4" }, "doseForm": { "coding": [ { "system": "http://snomed.info/sct", "code": "385219001", "display": "Injection Solution (qualifier value)" } ] }, "amount": { "value": 50, "unit": "mg/ml" }, "synonym": [ "Vancomycin Hydrochloride (VANCOMYCIN HYDROCHLORIDE)" ] } ``` You can reference the FHIR documentation to determine the format for [`MedicationKnowledge`](https://www.hl7.org/fhir/r4b/MedicationKnowledge.html). - [Search MedicationKnowledges](https://api-reference.oystehr.com/reference/post_medicationknowledge-search.md): **[MedicationKnowledge on the FHIR specification website.](https://www.hl7.org/fhir/r4b/medicationknowledge.html)** Information about a medication that is used to support knowledge. - [Get MedicationKnowledge with identifier {identifier}](https://api-reference.oystehr.com/reference/get_medicationknowledge-identifier.md): **[MedicationKnowledge on the FHIR specification website.](https://www.hl7.org/fhir/r4b/medicationknowledge.html)** Information about a medication that is used to support knowledge. - [Update MedicationKnowledge with identifier {identifier}](https://api-reference.oystehr.com/reference/put_medicationknowledge-identifier.md): **[MedicationKnowledge on the FHIR specification website.](https://www.hl7.org/fhir/r4b/medicationknowledge.html)** Information about a medication that is used to support knowledge. The body should be a valid FHIR object for MedicationKnowledge. Here is an example: ```json { "resourceType": "MedicationKnowledge", "id": "example", "text": { "status": "generated", "div": "

Generated Narrative with Details

id: example

contained:

code: Vancomycin Hydrochloride (VANCOMYCIN HYDROCHLORIDE) (Details : {http://hl7.org/fhir/sid/ndc code '0069-2587-10' = 'n/a', given as 'Vancomycin Hydrochloride (VANCOMYCIN HYDROCHLORIDE)'})

status: active

manufacturer: id: org4; name: Pfizer Laboratories Div Pfizer Inc

doseForm: Injection Solution (qualifier value) (Details : {SNOMED CT code '385219001' = 'Injection solution', given as 'Injection Solution (qualifier value)'})

amount: 50 mg/ml

synonym: Vancomycin Hydrochloride (VANCOMYCIN HYDROCHLORIDE)

" }, "contained": [ { "resourceType": "Organization", "id": "org4", "name": "Pfizer Laboratories Div Pfizer Inc" } ], "code": { "coding": [ { "system": "http://hl7.org/fhir/sid/ndc", "code": "0069-2587-10", "display": "Vancomycin Hydrochloride (VANCOMYCIN HYDROCHLORIDE)" } ] }, "status": "active", "manufacturer": { "reference": "#org4" }, "doseForm": { "coding": [ { "system": "http://snomed.info/sct", "code": "385219001", "display": "Injection Solution (qualifier value)" } ] }, "amount": { "value": 50, "unit": "mg/ml" }, "synonym": [ "Vancomycin Hydrochloride (VANCOMYCIN HYDROCHLORIDE)" ] } ``` You can reference the FHIR documentation to determine the format for [`MedicationKnowledge`](https://www.hl7.org/fhir/r4b/MedicationKnowledge.html). - [Patch MedicationKnowledge with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_medicationknowledge-identifier.md): **[MedicationKnowledge on the FHIR specification website.](https://www.hl7.org/fhir/r4b/medicationknowledge.html)** Information about a medication that is used to support knowledge. The body should be a list of valid JSON patches for MedicationKnowledge. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete MedicationKnowledge with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_medicationknowledge-identifier.md): **[MedicationKnowledge on the FHIR specification website.](https://www.hl7.org/fhir/r4b/medicationknowledge.html)** Information about a medication that is used to support knowledge. - [Get history of MedicationKnowledge with identifier {identifier}](https://api-reference.oystehr.com/reference/get_medicationknowledge-identifier-history.md): **[MedicationKnowledge on the FHIR specification website.](https://www.hl7.org/fhir/r4b/medicationknowledge.html)** Information about a medication that is used to support knowledge. - [Get MedicationKnowledge with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_medicationknowledge-identifier-history-versionidentifier.md): **[MedicationKnowledge on the FHIR specification website.](https://www.hl7.org/fhir/r4b/medicationknowledge.html)** Information about a medication that is used to support knowledge. - [Search MedicationRequests](https://api-reference.oystehr.com/reference/get_medicationrequest.md): **[MedicationRequest on the FHIR specification website.](https://www.hl7.org/fhir/r4b/medicationrequest.html)** An order or request for both supply of the medication and the instructions for administration of the medication to a patient. The resource is called "MedicationRequest" rather than "MedicationPrescription" or "MedicationOrder" to generalize the use across inpatient and outpatient settings, including care plans, etc., and to harmonize with workflow patterns. - [Create a new MedicationRequest](https://api-reference.oystehr.com/reference/post_medicationrequest.md): **[MedicationRequest on the FHIR specification website.](https://www.hl7.org/fhir/r4b/medicationrequest.html)** An order or request for both supply of the medication and the instructions for administration of the medication to a patient. The resource is called "MedicationRequest" rather than "MedicationPrescription" or "MedicationOrder" to generalize the use across inpatient and outpatient settings, including care plans, etc., and to harmonize with workflow patterns. The body should be a valid FHIR object for MedicationRequest. Here is an example: ```json { "resourceType": "MedicationRequest", "id": "medrx002", "text": { "status": "generated", "div": "

Generated Narrative with Details

id: medrx002

identifier: 12345 (OFFICIAL)

status: active

intent: order

medication: prescribed medication

subject: Donald Duck

encounter: encounter that leads to this prescription

authoredOn: 01/03/2015

requester: Patrick Pump

reasonCode: Essential hypertension (disorder) (Details : {SNOMED CT code '59621000' = 'Essential hypertension', given as 'Essential hypertension (disorder)'})

dosageInstruction:

" }, "identifier": [ { "use": "official", "system": "http://www.bmc.nl/portal/prescriptions", "value": "12345" } ], "status": "active", "intent": "order", "medicationReference": { "reference": "Medication/med0316", "display": "prescribed medication" }, "subject": { "reference": "Patient/pat1", "display": "Donald Duck" }, "encounter": { "reference": "Encounter/f001", "display": "encounter that leads to this prescription" }, "authoredOn": "2015-03-01", "requester": { "reference": "Practitioner/f007", "display": "Patrick Pump" }, "reasonCode": [ { "coding": [ { "system": "http://snomed.info/sct", "code": "59621000", "display": "Essential hypertension (disorder)" } ] } ], "dosageInstruction": [ { "sequence": 1, "text": "Take one tablet daily as directed" } ] } ``` You can reference the FHIR documentation to determine the format for [`MedicationRequest`](https://www.hl7.org/fhir/r4b/MedicationRequest.html). - [Search MedicationRequests](https://api-reference.oystehr.com/reference/post_medicationrequest-search.md): **[MedicationRequest on the FHIR specification website.](https://www.hl7.org/fhir/r4b/medicationrequest.html)** An order or request for both supply of the medication and the instructions for administration of the medication to a patient. The resource is called "MedicationRequest" rather than "MedicationPrescription" or "MedicationOrder" to generalize the use across inpatient and outpatient settings, including care plans, etc., and to harmonize with workflow patterns. - [Get MedicationRequest with identifier {identifier}](https://api-reference.oystehr.com/reference/get_medicationrequest-identifier.md): **[MedicationRequest on the FHIR specification website.](https://www.hl7.org/fhir/r4b/medicationrequest.html)** An order or request for both supply of the medication and the instructions for administration of the medication to a patient. The resource is called "MedicationRequest" rather than "MedicationPrescription" or "MedicationOrder" to generalize the use across inpatient and outpatient settings, including care plans, etc., and to harmonize with workflow patterns. - [Update MedicationRequest with identifier {identifier}](https://api-reference.oystehr.com/reference/put_medicationrequest-identifier.md): **[MedicationRequest on the FHIR specification website.](https://www.hl7.org/fhir/r4b/medicationrequest.html)** An order or request for both supply of the medication and the instructions for administration of the medication to a patient. The resource is called "MedicationRequest" rather than "MedicationPrescription" or "MedicationOrder" to generalize the use across inpatient and outpatient settings, including care plans, etc., and to harmonize with workflow patterns. The body should be a valid FHIR object for MedicationRequest. Here is an example: ```json { "resourceType": "MedicationRequest", "id": "medrx002", "text": { "status": "generated", "div": "

Generated Narrative with Details

id: medrx002

identifier: 12345 (OFFICIAL)

status: active

intent: order

medication: prescribed medication

subject: Donald Duck

encounter: encounter that leads to this prescription

authoredOn: 01/03/2015

requester: Patrick Pump

reasonCode: Essential hypertension (disorder) (Details : {SNOMED CT code '59621000' = 'Essential hypertension', given as 'Essential hypertension (disorder)'})

dosageInstruction:

" }, "identifier": [ { "use": "official", "system": "http://www.bmc.nl/portal/prescriptions", "value": "12345" } ], "status": "active", "intent": "order", "medicationReference": { "reference": "Medication/med0316", "display": "prescribed medication" }, "subject": { "reference": "Patient/pat1", "display": "Donald Duck" }, "encounter": { "reference": "Encounter/f001", "display": "encounter that leads to this prescription" }, "authoredOn": "2015-03-01", "requester": { "reference": "Practitioner/f007", "display": "Patrick Pump" }, "reasonCode": [ { "coding": [ { "system": "http://snomed.info/sct", "code": "59621000", "display": "Essential hypertension (disorder)" } ] } ], "dosageInstruction": [ { "sequence": 1, "text": "Take one tablet daily as directed" } ] } ``` You can reference the FHIR documentation to determine the format for [`MedicationRequest`](https://www.hl7.org/fhir/r4b/MedicationRequest.html). - [Patch MedicationRequest with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_medicationrequest-identifier.md): **[MedicationRequest on the FHIR specification website.](https://www.hl7.org/fhir/r4b/medicationrequest.html)** An order or request for both supply of the medication and the instructions for administration of the medication to a patient. The resource is called "MedicationRequest" rather than "MedicationPrescription" or "MedicationOrder" to generalize the use across inpatient and outpatient settings, including care plans, etc., and to harmonize with workflow patterns. The body should be a list of valid JSON patches for MedicationRequest. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete MedicationRequest with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_medicationrequest-identifier.md): **[MedicationRequest on the FHIR specification website.](https://www.hl7.org/fhir/r4b/medicationrequest.html)** An order or request for both supply of the medication and the instructions for administration of the medication to a patient. The resource is called "MedicationRequest" rather than "MedicationPrescription" or "MedicationOrder" to generalize the use across inpatient and outpatient settings, including care plans, etc., and to harmonize with workflow patterns. - [Get history of MedicationRequest with identifier {identifier}](https://api-reference.oystehr.com/reference/get_medicationrequest-identifier-history.md): **[MedicationRequest on the FHIR specification website.](https://www.hl7.org/fhir/r4b/medicationrequest.html)** An order or request for both supply of the medication and the instructions for administration of the medication to a patient. The resource is called "MedicationRequest" rather than "MedicationPrescription" or "MedicationOrder" to generalize the use across inpatient and outpatient settings, including care plans, etc., and to harmonize with workflow patterns. - [Get MedicationRequest with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_medicationrequest-identifier-history-versionidentifier.md): **[MedicationRequest on the FHIR specification website.](https://www.hl7.org/fhir/r4b/medicationrequest.html)** An order or request for both supply of the medication and the instructions for administration of the medication to a patient. The resource is called "MedicationRequest" rather than "MedicationPrescription" or "MedicationOrder" to generalize the use across inpatient and outpatient settings, including care plans, etc., and to harmonize with workflow patterns. - [Search MedicationStatements](https://api-reference.oystehr.com/reference/get_medicationstatement.md): **[MedicationStatement on the FHIR specification website.](https://www.hl7.org/fhir/r4b/medicationstatement.html)** A record of a medication that is being consumed by a patient. A MedicationStatement may indicate that the patient may be taking the medication now or has taken the medication in the past or will be taking the medication in the future. The source of this information can be the patient, significant other (such as a family member or spouse), or a clinician. A common scenario where this information is captured is during the history taking process during a patient visit or stay. The medication information may come from sources such as the patient's memory, from a prescription bottle, or from a list of medications the patient, clinician or other party maintains. The primary difference between a medication statement and a medication administration is that the medication administration has complete administration information and is based on actual administration information from the person who administered the medication. A medication statement is often, if not always, less specific. There is no required date/time when the medication was administered, in fact we only know that a source has reported the patient is taking this medication, where details such as time, quantity, or rate or even medication product may be incomplete or missing or less precise. As stated earlier, the medication statement information may come from the patient's memory, from a prescription bottle or from a list of medications the patient, clinician or other party maintains. Medication administration is more formal and is not missing detailed information. - [Create a new MedicationStatement](https://api-reference.oystehr.com/reference/post_medicationstatement.md): **[MedicationStatement on the FHIR specification website.](https://www.hl7.org/fhir/r4b/medicationstatement.html)** A record of a medication that is being consumed by a patient. A MedicationStatement may indicate that the patient may be taking the medication now or has taken the medication in the past or will be taking the medication in the future. The source of this information can be the patient, significant other (such as a family member or spouse), or a clinician. A common scenario where this information is captured is during the history taking process during a patient visit or stay. The medication information may come from sources such as the patient's memory, from a prescription bottle, or from a list of medications the patient, clinician or other party maintains. The primary difference between a medication statement and a medication administration is that the medication administration has complete administration information and is based on actual administration information from the person who administered the medication. A medication statement is often, if not always, less specific. There is no required date/time when the medication was administered, in fact we only know that a source has reported the patient is taking this medication, where details such as time, quantity, or rate or even medication product may be incomplete or missing or less precise. As stated earlier, the medication statement information may come from the patient's memory, from a prescription bottle or from a list of medications the patient, clinician or other party maintains. Medication administration is more formal and is not missing detailed information. The body should be a valid FHIR object for MedicationStatement. Here is an example: ```json { "resourceType": "MedicationStatement", "id": "example003", "text": { "status": "generated", "div": "

Generated Narrative with Details

id: example003

status: active

medication: Little Pink Pill for water retention (Details )

subject: Donald Duck

effective: 01/02/2014

dateAsserted: 22/02/2014

informationSource: Donald Duck

reasonReference: Observation/blood-pressure

note: Patient cannot remember the name of the tablet, but takes it every day in the morning for water retention

dosage:

" }, "status": "active", "medicationCodeableConcept": { "text": "Little Pink Pill for water retention" }, "subject": { "reference": "Patient/pat1", "display": "Donald Duck" }, "effectiveDateTime": "2014-02-01", "dateAsserted": "2014-02-22", "informationSource": { "reference": "Patient/pat1", "display": "Donald Duck" }, "reasonReference": [ { "reference": "Observation/blood-pressure" } ], "note": [ { "text": "Patient cannot remember the name of the tablet, but takes it every day in the morning for water retention" } ], "dosage": [ { "sequence": 1, "text": "1 tablet per day", "asNeededBoolean": false, "route": { "coding": [ { "system": "http://snomed.info/sct", "code": "260548002", "display": "Oral" } ] }, "doseAndRate": [ { "type": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/dose-rate-type", "code": "ordered", "display": "Ordered" } ] }, "doseQuantity": { "value": 1, "unit": "tab", "system": "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm", "code": "tab" } } ], "maxDosePerPeriod": { "numerator": { "value": 1 }, "denominator": { "value": 1, "system": "http://unitsofmeasure.org", "code": "d" } } } ] } ``` You can reference the FHIR documentation to determine the format for [`MedicationStatement`](https://www.hl7.org/fhir/r4b/MedicationStatement.html). - [Search MedicationStatements](https://api-reference.oystehr.com/reference/post_medicationstatement-search.md): **[MedicationStatement on the FHIR specification website.](https://www.hl7.org/fhir/r4b/medicationstatement.html)** A record of a medication that is being consumed by a patient. A MedicationStatement may indicate that the patient may be taking the medication now or has taken the medication in the past or will be taking the medication in the future. The source of this information can be the patient, significant other (such as a family member or spouse), or a clinician. A common scenario where this information is captured is during the history taking process during a patient visit or stay. The medication information may come from sources such as the patient's memory, from a prescription bottle, or from a list of medications the patient, clinician or other party maintains. The primary difference between a medication statement and a medication administration is that the medication administration has complete administration information and is based on actual administration information from the person who administered the medication. A medication statement is often, if not always, less specific. There is no required date/time when the medication was administered, in fact we only know that a source has reported the patient is taking this medication, where details such as time, quantity, or rate or even medication product may be incomplete or missing or less precise. As stated earlier, the medication statement information may come from the patient's memory, from a prescription bottle or from a list of medications the patient, clinician or other party maintains. Medication administration is more formal and is not missing detailed information. - [Get MedicationStatement with identifier {identifier}](https://api-reference.oystehr.com/reference/get_medicationstatement-identifier.md): **[MedicationStatement on the FHIR specification website.](https://www.hl7.org/fhir/r4b/medicationstatement.html)** A record of a medication that is being consumed by a patient. A MedicationStatement may indicate that the patient may be taking the medication now or has taken the medication in the past or will be taking the medication in the future. The source of this information can be the patient, significant other (such as a family member or spouse), or a clinician. A common scenario where this information is captured is during the history taking process during a patient visit or stay. The medication information may come from sources such as the patient's memory, from a prescription bottle, or from a list of medications the patient, clinician or other party maintains. The primary difference between a medication statement and a medication administration is that the medication administration has complete administration information and is based on actual administration information from the person who administered the medication. A medication statement is often, if not always, less specific. There is no required date/time when the medication was administered, in fact we only know that a source has reported the patient is taking this medication, where details such as time, quantity, or rate or even medication product may be incomplete or missing or less precise. As stated earlier, the medication statement information may come from the patient's memory, from a prescription bottle or from a list of medications the patient, clinician or other party maintains. Medication administration is more formal and is not missing detailed information. - [Update MedicationStatement with identifier {identifier}](https://api-reference.oystehr.com/reference/put_medicationstatement-identifier.md): **[MedicationStatement on the FHIR specification website.](https://www.hl7.org/fhir/r4b/medicationstatement.html)** A record of a medication that is being consumed by a patient. A MedicationStatement may indicate that the patient may be taking the medication now or has taken the medication in the past or will be taking the medication in the future. The source of this information can be the patient, significant other (such as a family member or spouse), or a clinician. A common scenario where this information is captured is during the history taking process during a patient visit or stay. The medication information may come from sources such as the patient's memory, from a prescription bottle, or from a list of medications the patient, clinician or other party maintains. The primary difference between a medication statement and a medication administration is that the medication administration has complete administration information and is based on actual administration information from the person who administered the medication. A medication statement is often, if not always, less specific. There is no required date/time when the medication was administered, in fact we only know that a source has reported the patient is taking this medication, where details such as time, quantity, or rate or even medication product may be incomplete or missing or less precise. As stated earlier, the medication statement information may come from the patient's memory, from a prescription bottle or from a list of medications the patient, clinician or other party maintains. Medication administration is more formal and is not missing detailed information. The body should be a valid FHIR object for MedicationStatement. Here is an example: ```json { "resourceType": "MedicationStatement", "id": "example003", "text": { "status": "generated", "div": "

Generated Narrative with Details

id: example003

status: active

medication: Little Pink Pill for water retention (Details )

subject: Donald Duck

effective: 01/02/2014

dateAsserted: 22/02/2014

informationSource: Donald Duck

reasonReference: Observation/blood-pressure

note: Patient cannot remember the name of the tablet, but takes it every day in the morning for water retention

dosage:

" }, "status": "active", "medicationCodeableConcept": { "text": "Little Pink Pill for water retention" }, "subject": { "reference": "Patient/pat1", "display": "Donald Duck" }, "effectiveDateTime": "2014-02-01", "dateAsserted": "2014-02-22", "informationSource": { "reference": "Patient/pat1", "display": "Donald Duck" }, "reasonReference": [ { "reference": "Observation/blood-pressure" } ], "note": [ { "text": "Patient cannot remember the name of the tablet, but takes it every day in the morning for water retention" } ], "dosage": [ { "sequence": 1, "text": "1 tablet per day", "asNeededBoolean": false, "route": { "coding": [ { "system": "http://snomed.info/sct", "code": "260548002", "display": "Oral" } ] }, "doseAndRate": [ { "type": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/dose-rate-type", "code": "ordered", "display": "Ordered" } ] }, "doseQuantity": { "value": 1, "unit": "tab", "system": "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm", "code": "tab" } } ], "maxDosePerPeriod": { "numerator": { "value": 1 }, "denominator": { "value": 1, "system": "http://unitsofmeasure.org", "code": "d" } } } ] } ``` You can reference the FHIR documentation to determine the format for [`MedicationStatement`](https://www.hl7.org/fhir/r4b/MedicationStatement.html). - [Patch MedicationStatement with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_medicationstatement-identifier.md): **[MedicationStatement on the FHIR specification website.](https://www.hl7.org/fhir/r4b/medicationstatement.html)** A record of a medication that is being consumed by a patient. A MedicationStatement may indicate that the patient may be taking the medication now or has taken the medication in the past or will be taking the medication in the future. The source of this information can be the patient, significant other (such as a family member or spouse), or a clinician. A common scenario where this information is captured is during the history taking process during a patient visit or stay. The medication information may come from sources such as the patient's memory, from a prescription bottle, or from a list of medications the patient, clinician or other party maintains. The primary difference between a medication statement and a medication administration is that the medication administration has complete administration information and is based on actual administration information from the person who administered the medication. A medication statement is often, if not always, less specific. There is no required date/time when the medication was administered, in fact we only know that a source has reported the patient is taking this medication, where details such as time, quantity, or rate or even medication product may be incomplete or missing or less precise. As stated earlier, the medication statement information may come from the patient's memory, from a prescription bottle or from a list of medications the patient, clinician or other party maintains. Medication administration is more formal and is not missing detailed information. The body should be a list of valid JSON patches for MedicationStatement. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete MedicationStatement with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_medicationstatement-identifier.md): **[MedicationStatement on the FHIR specification website.](https://www.hl7.org/fhir/r4b/medicationstatement.html)** A record of a medication that is being consumed by a patient. A MedicationStatement may indicate that the patient may be taking the medication now or has taken the medication in the past or will be taking the medication in the future. The source of this information can be the patient, significant other (such as a family member or spouse), or a clinician. A common scenario where this information is captured is during the history taking process during a patient visit or stay. The medication information may come from sources such as the patient's memory, from a prescription bottle, or from a list of medications the patient, clinician or other party maintains. The primary difference between a medication statement and a medication administration is that the medication administration has complete administration information and is based on actual administration information from the person who administered the medication. A medication statement is often, if not always, less specific. There is no required date/time when the medication was administered, in fact we only know that a source has reported the patient is taking this medication, where details such as time, quantity, or rate or even medication product may be incomplete or missing or less precise. As stated earlier, the medication statement information may come from the patient's memory, from a prescription bottle or from a list of medications the patient, clinician or other party maintains. Medication administration is more formal and is not missing detailed information. - [Get history of MedicationStatement with identifier {identifier}](https://api-reference.oystehr.com/reference/get_medicationstatement-identifier-history.md): **[MedicationStatement on the FHIR specification website.](https://www.hl7.org/fhir/r4b/medicationstatement.html)** A record of a medication that is being consumed by a patient. A MedicationStatement may indicate that the patient may be taking the medication now or has taken the medication in the past or will be taking the medication in the future. The source of this information can be the patient, significant other (such as a family member or spouse), or a clinician. A common scenario where this information is captured is during the history taking process during a patient visit or stay. The medication information may come from sources such as the patient's memory, from a prescription bottle, or from a list of medications the patient, clinician or other party maintains. The primary difference between a medication statement and a medication administration is that the medication administration has complete administration information and is based on actual administration information from the person who administered the medication. A medication statement is often, if not always, less specific. There is no required date/time when the medication was administered, in fact we only know that a source has reported the patient is taking this medication, where details such as time, quantity, or rate or even medication product may be incomplete or missing or less precise. As stated earlier, the medication statement information may come from the patient's memory, from a prescription bottle or from a list of medications the patient, clinician or other party maintains. Medication administration is more formal and is not missing detailed information. - [Get MedicationStatement with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_medicationstatement-identifier-history-versionidentifier.md): **[MedicationStatement on the FHIR specification website.](https://www.hl7.org/fhir/r4b/medicationstatement.html)** A record of a medication that is being consumed by a patient. A MedicationStatement may indicate that the patient may be taking the medication now or has taken the medication in the past or will be taking the medication in the future. The source of this information can be the patient, significant other (such as a family member or spouse), or a clinician. A common scenario where this information is captured is during the history taking process during a patient visit or stay. The medication information may come from sources such as the patient's memory, from a prescription bottle, or from a list of medications the patient, clinician or other party maintains. The primary difference between a medication statement and a medication administration is that the medication administration has complete administration information and is based on actual administration information from the person who administered the medication. A medication statement is often, if not always, less specific. There is no required date/time when the medication was administered, in fact we only know that a source has reported the patient is taking this medication, where details such as time, quantity, or rate or even medication product may be incomplete or missing or less precise. As stated earlier, the medication statement information may come from the patient's memory, from a prescription bottle or from a list of medications the patient, clinician or other party maintains. Medication administration is more formal and is not missing detailed information. - [Search MedicinalProductDefinitions](https://api-reference.oystehr.com/reference/get_medicinalproductdefinition.md): **[MedicinalProductDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/medicinalproductdefinition.html)** Detailed definition of a medicinal product, typically for uses other than direct patient care (e.g. regulatory use, drug catalogs, to support prescribing, adverse events management etc.). - [Create a new MedicinalProductDefinition](https://api-reference.oystehr.com/reference/post_medicinalproductdefinition.md): **[MedicinalProductDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/medicinalproductdefinition.html)** Detailed definition of a medicinal product, typically for uses other than direct patient care (e.g. regulatory use, drug catalogs, to support prescribing, adverse events management etc.). The body should be a valid FHIR object for MedicinalProductDefinition. For example, if creating a [`Slot`](https://www.hl7.org/fhir/r4b/slot.html) resource, here is a valid object: ```json { "resourceType": "Slot", "schedule": { "reference": "schedule/a" }, "status": "free", "start": "2022-08-10T11:00:00Z", "end": "2022-08-10T12:00:00Z" } ``` You can reference the FHIR documentation to determine the format for [`MedicinalProductDefinition`](https://www.hl7.org/fhir/r4b/MedicinalProductDefinition.html). - [Search MedicinalProductDefinitions](https://api-reference.oystehr.com/reference/post_medicinalproductdefinition-search.md): **[MedicinalProductDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/medicinalproductdefinition.html)** Detailed definition of a medicinal product, typically for uses other than direct patient care (e.g. regulatory use, drug catalogs, to support prescribing, adverse events management etc.). - [Get MedicinalProductDefinition with identifier {identifier}](https://api-reference.oystehr.com/reference/get_medicinalproductdefinition-identifier.md): **[MedicinalProductDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/medicinalproductdefinition.html)** Detailed definition of a medicinal product, typically for uses other than direct patient care (e.g. regulatory use, drug catalogs, to support prescribing, adverse events management etc.). - [Update MedicinalProductDefinition with identifier {identifier}](https://api-reference.oystehr.com/reference/put_medicinalproductdefinition-identifier.md): **[MedicinalProductDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/medicinalproductdefinition.html)** Detailed definition of a medicinal product, typically for uses other than direct patient care (e.g. regulatory use, drug catalogs, to support prescribing, adverse events management etc.). The body should be a valid FHIR object for MedicinalProductDefinition. For example, if updating a [`Slot`](https://www.hl7.org/fhir/r4b/slot.html) resource, here is a valid object: ```json { "resourceType": "Slot", "schedule": { "reference": "schedule/a" }, "status": "free", "start": "2022-08-10T11:00:00Z", "end": "2022-08-10T12:00:00Z" } ``` You can reference the FHIR documentation to determine the format for [`MedicinalProductDefinition`](https://www.hl7.org/fhir/r4b/MedicinalProductDefinition.html). - [Patch MedicinalProductDefinition with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_medicinalproductdefinition-identifier.md): **[MedicinalProductDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/medicinalproductdefinition.html)** Detailed definition of a medicinal product, typically for uses other than direct patient care (e.g. regulatory use, drug catalogs, to support prescribing, adverse events management etc.). The body should be a list of valid JSON patches for MedicinalProductDefinition. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete MedicinalProductDefinition with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_medicinalproductdefinition-identifier.md): **[MedicinalProductDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/medicinalproductdefinition.html)** Detailed definition of a medicinal product, typically for uses other than direct patient care (e.g. regulatory use, drug catalogs, to support prescribing, adverse events management etc.). - [Get history of MedicinalProductDefinition with identifier {identifier}](https://api-reference.oystehr.com/reference/get_medicinalproductdefinition-identifier-history.md): **[MedicinalProductDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/medicinalproductdefinition.html)** Detailed definition of a medicinal product, typically for uses other than direct patient care (e.g. regulatory use, drug catalogs, to support prescribing, adverse events management etc.). - [Get MedicinalProductDefinition with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_medicinalproductdefinition-identifier-history-versionidentifier.md): **[MedicinalProductDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/medicinalproductdefinition.html)** Detailed definition of a medicinal product, typically for uses other than direct patient care (e.g. regulatory use, drug catalogs, to support prescribing, adverse events management etc.). - [Search MessageDefinitions](https://api-reference.oystehr.com/reference/get_messagedefinition.md): **[MessageDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/messagedefinition.html)** Defines the characteristics of a message that can be shared between systems, including the type of event that initiates the message, the content to be transmitted and what response(s), if any, are permitted. - [Create a new MessageDefinition](https://api-reference.oystehr.com/reference/post_messagedefinition.md): **[MessageDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/messagedefinition.html)** Defines the characteristics of a message that can be shared between systems, including the type of event that initiates the message, the content to be transmitted and what response(s), if any, are permitted. The body should be a valid FHIR object for MessageDefinition. Here is an example: ```json { "resourceType": "MessageDefinition", "id": "example", "text": { "status": "generated", "div": "
Message definition base example
" }, "url": "http://hl7.org/fhir/MessageDefinition/example", "name": "EXAMPLE", "title": "Message definition base example", "status": "draft", "experimental": true, "date": "2016-11-09", "publisher": "Health Level Seven, Int'l", "contact": [ { "telecom": [ { "system": "url", "value": "http://hl7.org" } ] } ], "purpose": "Defines a base example for other MessageDefinition instances.", "eventCoding": { "system": "http://example.org/fhir/message-events", "code": "admin-notify" }, "category": "notification" } ``` You can reference the FHIR documentation to determine the format for [`MessageDefinition`](https://www.hl7.org/fhir/r4b/MessageDefinition.html). - [Search MessageDefinitions](https://api-reference.oystehr.com/reference/post_messagedefinition-search.md): **[MessageDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/messagedefinition.html)** Defines the characteristics of a message that can be shared between systems, including the type of event that initiates the message, the content to be transmitted and what response(s), if any, are permitted. - [Get MessageDefinition with identifier {identifier}](https://api-reference.oystehr.com/reference/get_messagedefinition-identifier.md): **[MessageDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/messagedefinition.html)** Defines the characteristics of a message that can be shared between systems, including the type of event that initiates the message, the content to be transmitted and what response(s), if any, are permitted. - [Update MessageDefinition with identifier {identifier}](https://api-reference.oystehr.com/reference/put_messagedefinition-identifier.md): **[MessageDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/messagedefinition.html)** Defines the characteristics of a message that can be shared between systems, including the type of event that initiates the message, the content to be transmitted and what response(s), if any, are permitted. The body should be a valid FHIR object for MessageDefinition. Here is an example: ```json { "resourceType": "MessageDefinition", "id": "example", "text": { "status": "generated", "div": "
Message definition base example
" }, "url": "http://hl7.org/fhir/MessageDefinition/example", "name": "EXAMPLE", "title": "Message definition base example", "status": "draft", "experimental": true, "date": "2016-11-09", "publisher": "Health Level Seven, Int'l", "contact": [ { "telecom": [ { "system": "url", "value": "http://hl7.org" } ] } ], "purpose": "Defines a base example for other MessageDefinition instances.", "eventCoding": { "system": "http://example.org/fhir/message-events", "code": "admin-notify" }, "category": "notification" } ``` You can reference the FHIR documentation to determine the format for [`MessageDefinition`](https://www.hl7.org/fhir/r4b/MessageDefinition.html). - [Patch MessageDefinition with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_messagedefinition-identifier.md): **[MessageDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/messagedefinition.html)** Defines the characteristics of a message that can be shared between systems, including the type of event that initiates the message, the content to be transmitted and what response(s), if any, are permitted. The body should be a list of valid JSON patches for MessageDefinition. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete MessageDefinition with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_messagedefinition-identifier.md): **[MessageDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/messagedefinition.html)** Defines the characteristics of a message that can be shared between systems, including the type of event that initiates the message, the content to be transmitted and what response(s), if any, are permitted. - [Get history of MessageDefinition with identifier {identifier}](https://api-reference.oystehr.com/reference/get_messagedefinition-identifier-history.md): **[MessageDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/messagedefinition.html)** Defines the characteristics of a message that can be shared between systems, including the type of event that initiates the message, the content to be transmitted and what response(s), if any, are permitted. - [Get MessageDefinition with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_messagedefinition-identifier-history-versionidentifier.md): **[MessageDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/messagedefinition.html)** Defines the characteristics of a message that can be shared between systems, including the type of event that initiates the message, the content to be transmitted and what response(s), if any, are permitted. - [Search MessageHeaders](https://api-reference.oystehr.com/reference/get_messageheader.md): **[MessageHeader on the FHIR specification website.](https://www.hl7.org/fhir/r4b/messageheader.html)** The header for a message exchange that is either requesting or responding to an action. The reference(s) that are the subject of the action as well as other information related to the action are typically transmitted in a bundle in which the MessageHeader resource instance is the first resource in the bundle. - [Create a new MessageHeader](https://api-reference.oystehr.com/reference/post_messageheader.md): **[MessageHeader on the FHIR specification website.](https://www.hl7.org/fhir/r4b/messageheader.html)** The header for a message exchange that is either requesting or responding to an action. The reference(s) that are the subject of the action as well as other information related to the action are typically transmitted in a bundle in which the MessageHeader resource instance is the first resource in the bundle. The body should be a valid FHIR object for MessageHeader. Here is an example: ```json { "resourceType": "MessageHeader", "id": "1cbdfb97-5859-48a4-8301-d54eab818d68", "text": { "status": "generated", "div": "
\n

Update Person resource for Peter James CHALMERS (Jim), MRN: 12345 (Acme Healthcare)

\n
" }, "eventCoding": { "system": "http://example.org/fhir/message-events", "code": "admin-notify" }, "destination": [ { "name": "Acme Message Gateway", "target": { "reference": "Device/example" }, "endpoint": "llp:10.11.12.14:5432", "receiver": { "reference": "http://acme.com/ehr/fhir/Practitioner/2323-33-4" } } ], "sender": { "reference": "Organization/1" }, "enterer": { "reference": "Practitioner/example" }, "author": { "reference": "Practitioner/example" }, "source": { "name": "Acme Central Patient Registry", "software": "FooBar Patient Manager", "version": "3.1.45.AABB", "contact": { "system": "phone", "value": "+1 (555) 123 4567" }, "endpoint": "llp:10.11.12.13:5432" }, "reason": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/message-reasons-encounter", "code": "admit" } ] }, "response": { "identifier": "5015fe84-8e76-4526-89d8-44b322e8d4fb", "code": "ok" }, "focus": [ { "reference": "Patient/example" } ], "definition": "http:////acme.com/ehr/fhir/messagedefinition/patientrequest" } ``` You can reference the FHIR documentation to determine the format for [`MessageHeader`](https://www.hl7.org/fhir/r4b/MessageHeader.html). - [Search MessageHeaders](https://api-reference.oystehr.com/reference/post_messageheader-search.md): **[MessageHeader on the FHIR specification website.](https://www.hl7.org/fhir/r4b/messageheader.html)** The header for a message exchange that is either requesting or responding to an action. The reference(s) that are the subject of the action as well as other information related to the action are typically transmitted in a bundle in which the MessageHeader resource instance is the first resource in the bundle. - [Get MessageHeader with identifier {identifier}](https://api-reference.oystehr.com/reference/get_messageheader-identifier.md): **[MessageHeader on the FHIR specification website.](https://www.hl7.org/fhir/r4b/messageheader.html)** The header for a message exchange that is either requesting or responding to an action. The reference(s) that are the subject of the action as well as other information related to the action are typically transmitted in a bundle in which the MessageHeader resource instance is the first resource in the bundle. - [Update MessageHeader with identifier {identifier}](https://api-reference.oystehr.com/reference/put_messageheader-identifier.md): **[MessageHeader on the FHIR specification website.](https://www.hl7.org/fhir/r4b/messageheader.html)** The header for a message exchange that is either requesting or responding to an action. The reference(s) that are the subject of the action as well as other information related to the action are typically transmitted in a bundle in which the MessageHeader resource instance is the first resource in the bundle. The body should be a valid FHIR object for MessageHeader. Here is an example: ```json { "resourceType": "MessageHeader", "id": "1cbdfb97-5859-48a4-8301-d54eab818d68", "text": { "status": "generated", "div": "
\n

Update Person resource for Peter James CHALMERS (Jim), MRN: 12345 (Acme Healthcare)

\n
" }, "eventCoding": { "system": "http://example.org/fhir/message-events", "code": "admin-notify" }, "destination": [ { "name": "Acme Message Gateway", "target": { "reference": "Device/example" }, "endpoint": "llp:10.11.12.14:5432", "receiver": { "reference": "http://acme.com/ehr/fhir/Practitioner/2323-33-4" } } ], "sender": { "reference": "Organization/1" }, "enterer": { "reference": "Practitioner/example" }, "author": { "reference": "Practitioner/example" }, "source": { "name": "Acme Central Patient Registry", "software": "FooBar Patient Manager", "version": "3.1.45.AABB", "contact": { "system": "phone", "value": "+1 (555) 123 4567" }, "endpoint": "llp:10.11.12.13:5432" }, "reason": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/message-reasons-encounter", "code": "admit" } ] }, "response": { "identifier": "5015fe84-8e76-4526-89d8-44b322e8d4fb", "code": "ok" }, "focus": [ { "reference": "Patient/example" } ], "definition": "http:////acme.com/ehr/fhir/messagedefinition/patientrequest" } ``` You can reference the FHIR documentation to determine the format for [`MessageHeader`](https://www.hl7.org/fhir/r4b/MessageHeader.html). - [Patch MessageHeader with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_messageheader-identifier.md): **[MessageHeader on the FHIR specification website.](https://www.hl7.org/fhir/r4b/messageheader.html)** The header for a message exchange that is either requesting or responding to an action. The reference(s) that are the subject of the action as well as other information related to the action are typically transmitted in a bundle in which the MessageHeader resource instance is the first resource in the bundle. The body should be a list of valid JSON patches for MessageHeader. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete MessageHeader with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_messageheader-identifier.md): **[MessageHeader on the FHIR specification website.](https://www.hl7.org/fhir/r4b/messageheader.html)** The header for a message exchange that is either requesting or responding to an action. The reference(s) that are the subject of the action as well as other information related to the action are typically transmitted in a bundle in which the MessageHeader resource instance is the first resource in the bundle. - [Get history of MessageHeader with identifier {identifier}](https://api-reference.oystehr.com/reference/get_messageheader-identifier-history.md): **[MessageHeader on the FHIR specification website.](https://www.hl7.org/fhir/r4b/messageheader.html)** The header for a message exchange that is either requesting or responding to an action. The reference(s) that are the subject of the action as well as other information related to the action are typically transmitted in a bundle in which the MessageHeader resource instance is the first resource in the bundle. - [Get MessageHeader with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_messageheader-identifier-history-versionidentifier.md): **[MessageHeader on the FHIR specification website.](https://www.hl7.org/fhir/r4b/messageheader.html)** The header for a message exchange that is either requesting or responding to an action. The reference(s) that are the subject of the action as well as other information related to the action are typically transmitted in a bundle in which the MessageHeader resource instance is the first resource in the bundle. - [Search MolecularSequences](https://api-reference.oystehr.com/reference/get_molecularsequence.md): **[MolecularSequence on the FHIR specification website.](https://www.hl7.org/fhir/r4b/molecularsequence.html)** Raw data describing a biological sequence. - [Create a new MolecularSequence](https://api-reference.oystehr.com/reference/post_molecularsequence.md): **[MolecularSequence on the FHIR specification website.](https://www.hl7.org/fhir/r4b/molecularsequence.html)** Raw data describing a biological sequence. The body should be a valid FHIR object for MolecularSequence. Here is an example: ```json { "resourceType": "MolecularSequence", "id": "breastcancer", "text": { "status": "generated", "div": "

Generated Narrative with Details

id: breastcancer

type: rna

coordinateSystem: 0

patient: Patient/brcapat

ReferenceSeqs

-ReferenceSeqIdWindowStartWindowEnd
*Homo sapiens BRCA2, DNA repair associated (BRCA2), mRNA (Details : {http://www.ncbi.nlm.nih.gov/nuccore/ code 'NM_000059.3' = 'NM_000059.3', given as 'Homo sapiens BRCA2, DNA repair associated (BRCA2), mRNA'})101488058101499444

Variants

-StartEndObservedAlleleReferenceAllele
*3231618632316187AC
" }, "type": "rna", "coordinateSystem": 0, "patient": { "reference": "Patient/brcapat" }, "referenceSeq": { "referenceSeqId": { "coding": [ { "system": "http://www.ncbi.nlm.nih.gov/nuccore/", "code": "NM_000059.3", "display": "Homo sapiens BRCA2, DNA repair associated (BRCA2), mRNA" } ] }, "windowStart": 101488058, "windowEnd": 101499444 }, "variant": [ { "start": 32316186, "end": 32316187, "observedAllele": "A", "referenceAllele": "C" } ] } ``` You can reference the FHIR documentation to determine the format for [`MolecularSequence`](https://www.hl7.org/fhir/r4b/MolecularSequence.html). - [Search MolecularSequences](https://api-reference.oystehr.com/reference/post_molecularsequence-search.md): **[MolecularSequence on the FHIR specification website.](https://www.hl7.org/fhir/r4b/molecularsequence.html)** Raw data describing a biological sequence. - [Get MolecularSequence with identifier {identifier}](https://api-reference.oystehr.com/reference/get_molecularsequence-identifier.md): **[MolecularSequence on the FHIR specification website.](https://www.hl7.org/fhir/r4b/molecularsequence.html)** Raw data describing a biological sequence. - [Update MolecularSequence with identifier {identifier}](https://api-reference.oystehr.com/reference/put_molecularsequence-identifier.md): **[MolecularSequence on the FHIR specification website.](https://www.hl7.org/fhir/r4b/molecularsequence.html)** Raw data describing a biological sequence. The body should be a valid FHIR object for MolecularSequence. Here is an example: ```json { "resourceType": "MolecularSequence", "id": "breastcancer", "text": { "status": "generated", "div": "

Generated Narrative with Details

id: breastcancer

type: rna

coordinateSystem: 0

patient: Patient/brcapat

ReferenceSeqs

-ReferenceSeqIdWindowStartWindowEnd
*Homo sapiens BRCA2, DNA repair associated (BRCA2), mRNA (Details : {http://www.ncbi.nlm.nih.gov/nuccore/ code 'NM_000059.3' = 'NM_000059.3', given as 'Homo sapiens BRCA2, DNA repair associated (BRCA2), mRNA'})101488058101499444

Variants

-StartEndObservedAlleleReferenceAllele
*3231618632316187AC
" }, "type": "rna", "coordinateSystem": 0, "patient": { "reference": "Patient/brcapat" }, "referenceSeq": { "referenceSeqId": { "coding": [ { "system": "http://www.ncbi.nlm.nih.gov/nuccore/", "code": "NM_000059.3", "display": "Homo sapiens BRCA2, DNA repair associated (BRCA2), mRNA" } ] }, "windowStart": 101488058, "windowEnd": 101499444 }, "variant": [ { "start": 32316186, "end": 32316187, "observedAllele": "A", "referenceAllele": "C" } ] } ``` You can reference the FHIR documentation to determine the format for [`MolecularSequence`](https://www.hl7.org/fhir/r4b/MolecularSequence.html). - [Patch MolecularSequence with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_molecularsequence-identifier.md): **[MolecularSequence on the FHIR specification website.](https://www.hl7.org/fhir/r4b/molecularsequence.html)** Raw data describing a biological sequence. The body should be a list of valid JSON patches for MolecularSequence. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete MolecularSequence with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_molecularsequence-identifier.md): **[MolecularSequence on the FHIR specification website.](https://www.hl7.org/fhir/r4b/molecularsequence.html)** Raw data describing a biological sequence. - [Get history of MolecularSequence with identifier {identifier}](https://api-reference.oystehr.com/reference/get_molecularsequence-identifier-history.md): **[MolecularSequence on the FHIR specification website.](https://www.hl7.org/fhir/r4b/molecularsequence.html)** Raw data describing a biological sequence. - [Get MolecularSequence with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_molecularsequence-identifier-history-versionidentifier.md): **[MolecularSequence on the FHIR specification website.](https://www.hl7.org/fhir/r4b/molecularsequence.html)** Raw data describing a biological sequence. - [Search NamingSystems](https://api-reference.oystehr.com/reference/get_namingsystem.md): **[NamingSystem on the FHIR specification website.](https://www.hl7.org/fhir/r4b/namingsystem.html)** A curated namespace that issues unique symbols within that namespace for the identification of concepts, people, devices, etc. Represents a "System" used within the Identifier and Coding data types. - [Create a new NamingSystem](https://api-reference.oystehr.com/reference/post_namingsystem.md): **[NamingSystem on the FHIR specification website.](https://www.hl7.org/fhir/r4b/namingsystem.html)** A curated namespace that issues unique symbols within that namespace for the identification of concepts, people, devices, etc. Represents a "System" used within the Identifier and Coding data types. The body should be a valid FHIR object for NamingSystem. Here is an example: ```json { "resourceType": "NamingSystem", "id": "example-id", "text": { "status": "generated", "div": "
\n

\n Australian IHI Number\n

\n \n

oid: 1.2.36.1.2001.1003.0

\n \n

uri: http://ns.electronichealth.net.au/id/hi/ihi/1.0

\n \n
" }, "name": "Austalian Healthcare Identifier - Individual", "status": "active", "kind": "identifier", "date": "2015-08-31", "publisher": "HL7 Australia on behalf of NEHTA", "contact": [ { "name": "HL7 Australia FHIR Team", "telecom": [ { "system": "url", "value": "http://hl7-australia.wikispaces.com/FHIR+Australia" } ] } ], "responsible": "HI Service Operator / NEHTA", "type": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/v2-0203", "code": "NI", "display": "National unique individual identifier" } ], "text": "IHI" }, "description": "Australian HI Identifier as established by relevant regulations etc.", "jurisdiction": [ { "coding": [ { "system": "urn:iso:std:iso:3166", "code": "AU" } ] } ], "usage": "Used in Australia for identifying patients", "uniqueId": [ { "type": "oid", "value": "1.2.36.1.2001.1003.0", "comment": "This value is used in Australian CDA documents" }, { "type": "uri", "value": "http://ns.electronichealth.net.au/id/hi/ihi/1.0", "preferred": true, "period": { "start": "2015-08-21" } } ] } ``` You can reference the FHIR documentation to determine the format for [`NamingSystem`](https://www.hl7.org/fhir/r4b/NamingSystem.html). - [Search NamingSystems](https://api-reference.oystehr.com/reference/post_namingsystem-search.md): **[NamingSystem on the FHIR specification website.](https://www.hl7.org/fhir/r4b/namingsystem.html)** A curated namespace that issues unique symbols within that namespace for the identification of concepts, people, devices, etc. Represents a "System" used within the Identifier and Coding data types. - [Get NamingSystem with identifier {identifier}](https://api-reference.oystehr.com/reference/get_namingsystem-identifier.md): **[NamingSystem on the FHIR specification website.](https://www.hl7.org/fhir/r4b/namingsystem.html)** A curated namespace that issues unique symbols within that namespace for the identification of concepts, people, devices, etc. Represents a "System" used within the Identifier and Coding data types. - [Update NamingSystem with identifier {identifier}](https://api-reference.oystehr.com/reference/put_namingsystem-identifier.md): **[NamingSystem on the FHIR specification website.](https://www.hl7.org/fhir/r4b/namingsystem.html)** A curated namespace that issues unique symbols within that namespace for the identification of concepts, people, devices, etc. Represents a "System" used within the Identifier and Coding data types. The body should be a valid FHIR object for NamingSystem. Here is an example: ```json { "resourceType": "NamingSystem", "id": "example-id", "text": { "status": "generated", "div": "
\n

\n Australian IHI Number\n

\n \n

oid: 1.2.36.1.2001.1003.0

\n \n

uri: http://ns.electronichealth.net.au/id/hi/ihi/1.0

\n \n
" }, "name": "Austalian Healthcare Identifier - Individual", "status": "active", "kind": "identifier", "date": "2015-08-31", "publisher": "HL7 Australia on behalf of NEHTA", "contact": [ { "name": "HL7 Australia FHIR Team", "telecom": [ { "system": "url", "value": "http://hl7-australia.wikispaces.com/FHIR+Australia" } ] } ], "responsible": "HI Service Operator / NEHTA", "type": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/v2-0203", "code": "NI", "display": "National unique individual identifier" } ], "text": "IHI" }, "description": "Australian HI Identifier as established by relevant regulations etc.", "jurisdiction": [ { "coding": [ { "system": "urn:iso:std:iso:3166", "code": "AU" } ] } ], "usage": "Used in Australia for identifying patients", "uniqueId": [ { "type": "oid", "value": "1.2.36.1.2001.1003.0", "comment": "This value is used in Australian CDA documents" }, { "type": "uri", "value": "http://ns.electronichealth.net.au/id/hi/ihi/1.0", "preferred": true, "period": { "start": "2015-08-21" } } ] } ``` You can reference the FHIR documentation to determine the format for [`NamingSystem`](https://www.hl7.org/fhir/r4b/NamingSystem.html). - [Patch NamingSystem with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_namingsystem-identifier.md): **[NamingSystem on the FHIR specification website.](https://www.hl7.org/fhir/r4b/namingsystem.html)** A curated namespace that issues unique symbols within that namespace for the identification of concepts, people, devices, etc. Represents a "System" used within the Identifier and Coding data types. The body should be a list of valid JSON patches for NamingSystem. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete NamingSystem with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_namingsystem-identifier.md): **[NamingSystem on the FHIR specification website.](https://www.hl7.org/fhir/r4b/namingsystem.html)** A curated namespace that issues unique symbols within that namespace for the identification of concepts, people, devices, etc. Represents a "System" used within the Identifier and Coding data types. - [Get history of NamingSystem with identifier {identifier}](https://api-reference.oystehr.com/reference/get_namingsystem-identifier-history.md): **[NamingSystem on the FHIR specification website.](https://www.hl7.org/fhir/r4b/namingsystem.html)** A curated namespace that issues unique symbols within that namespace for the identification of concepts, people, devices, etc. Represents a "System" used within the Identifier and Coding data types. - [Get NamingSystem with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_namingsystem-identifier-history-versionidentifier.md): **[NamingSystem on the FHIR specification website.](https://www.hl7.org/fhir/r4b/namingsystem.html)** A curated namespace that issues unique symbols within that namespace for the identification of concepts, people, devices, etc. Represents a "System" used within the Identifier and Coding data types. - [Search NutritionOrders](https://api-reference.oystehr.com/reference/get_nutritionorder.md): **[NutritionOrder on the FHIR specification website.](https://www.hl7.org/fhir/r4b/nutritionorder.html)** A request to supply a diet, formula feeding (enteral) or oral nutritional supplement to a patient/resident. - [Create a new NutritionOrder](https://api-reference.oystehr.com/reference/post_nutritionorder.md): **[NutritionOrder on the FHIR specification website.](https://www.hl7.org/fhir/r4b/nutritionorder.html)** A request to supply a diet, formula feeding (enteral) or oral nutritional supplement to a patient/resident. The body should be a valid FHIR object for NutritionOrder. For example, if creating a [`Slot`](https://www.hl7.org/fhir/r4b/slot.html) resource, here is a valid object: ```json { "resourceType": "Slot", "schedule": { "reference": "schedule/a" }, "status": "free", "start": "2022-08-10T11:00:00Z", "end": "2022-08-10T12:00:00Z" } ``` You can reference the FHIR documentation to determine the format for [`NutritionOrder`](https://www.hl7.org/fhir/r4b/NutritionOrder.html). - [Search NutritionOrders](https://api-reference.oystehr.com/reference/post_nutritionorder-search.md): **[NutritionOrder on the FHIR specification website.](https://www.hl7.org/fhir/r4b/nutritionorder.html)** A request to supply a diet, formula feeding (enteral) or oral nutritional supplement to a patient/resident. - [Get NutritionOrder with identifier {identifier}](https://api-reference.oystehr.com/reference/get_nutritionorder-identifier.md): **[NutritionOrder on the FHIR specification website.](https://www.hl7.org/fhir/r4b/nutritionorder.html)** A request to supply a diet, formula feeding (enteral) or oral nutritional supplement to a patient/resident. - [Update NutritionOrder with identifier {identifier}](https://api-reference.oystehr.com/reference/put_nutritionorder-identifier.md): **[NutritionOrder on the FHIR specification website.](https://www.hl7.org/fhir/r4b/nutritionorder.html)** A request to supply a diet, formula feeding (enteral) or oral nutritional supplement to a patient/resident. The body should be a valid FHIR object for NutritionOrder. For example, if updating a [`Slot`](https://www.hl7.org/fhir/r4b/slot.html) resource, here is a valid object: ```json { "resourceType": "Slot", "schedule": { "reference": "schedule/a" }, "status": "free", "start": "2022-08-10T11:00:00Z", "end": "2022-08-10T12:00:00Z" } ``` You can reference the FHIR documentation to determine the format for [`NutritionOrder`](https://www.hl7.org/fhir/r4b/NutritionOrder.html). - [Patch NutritionOrder with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_nutritionorder-identifier.md): **[NutritionOrder on the FHIR specification website.](https://www.hl7.org/fhir/r4b/nutritionorder.html)** A request to supply a diet, formula feeding (enteral) or oral nutritional supplement to a patient/resident. The body should be a list of valid JSON patches for NutritionOrder. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete NutritionOrder with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_nutritionorder-identifier.md): **[NutritionOrder on the FHIR specification website.](https://www.hl7.org/fhir/r4b/nutritionorder.html)** A request to supply a diet, formula feeding (enteral) or oral nutritional supplement to a patient/resident. - [Get history of NutritionOrder with identifier {identifier}](https://api-reference.oystehr.com/reference/get_nutritionorder-identifier-history.md): **[NutritionOrder on the FHIR specification website.](https://www.hl7.org/fhir/r4b/nutritionorder.html)** A request to supply a diet, formula feeding (enteral) or oral nutritional supplement to a patient/resident. - [Get NutritionOrder with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_nutritionorder-identifier-history-versionidentifier.md): **[NutritionOrder on the FHIR specification website.](https://www.hl7.org/fhir/r4b/nutritionorder.html)** A request to supply a diet, formula feeding (enteral) or oral nutritional supplement to a patient/resident. - [Search NutritionProducts](https://api-reference.oystehr.com/reference/get_nutritionproduct.md): **[NutritionProduct on the FHIR specification website.](https://www.hl7.org/fhir/r4b/nutritionproduct.html)** A food or fluid product that is consumed by patients. - [Create a new NutritionProduct](https://api-reference.oystehr.com/reference/post_nutritionproduct.md): **[NutritionProduct on the FHIR specification website.](https://www.hl7.org/fhir/r4b/nutritionproduct.html)** A food or fluid product that is consumed by patients. The body should be a valid FHIR object for NutritionProduct. For example, if creating a [`Slot`](https://www.hl7.org/fhir/r4b/slot.html) resource, here is a valid object: ```json { "resourceType": "Slot", "schedule": { "reference": "schedule/a" }, "status": "free", "start": "2022-08-10T11:00:00Z", "end": "2022-08-10T12:00:00Z" } ``` You can reference the FHIR documentation to determine the format for [`NutritionProduct`](https://www.hl7.org/fhir/r4b/NutritionProduct.html). - [Search NutritionProducts](https://api-reference.oystehr.com/reference/post_nutritionproduct-search.md): **[NutritionProduct on the FHIR specification website.](https://www.hl7.org/fhir/r4b/nutritionproduct.html)** A food or fluid product that is consumed by patients. - [Get NutritionProduct with identifier {identifier}](https://api-reference.oystehr.com/reference/get_nutritionproduct-identifier.md): **[NutritionProduct on the FHIR specification website.](https://www.hl7.org/fhir/r4b/nutritionproduct.html)** A food or fluid product that is consumed by patients. - [Update NutritionProduct with identifier {identifier}](https://api-reference.oystehr.com/reference/put_nutritionproduct-identifier.md): **[NutritionProduct on the FHIR specification website.](https://www.hl7.org/fhir/r4b/nutritionproduct.html)** A food or fluid product that is consumed by patients. The body should be a valid FHIR object for NutritionProduct. For example, if updating a [`Slot`](https://www.hl7.org/fhir/r4b/slot.html) resource, here is a valid object: ```json { "resourceType": "Slot", "schedule": { "reference": "schedule/a" }, "status": "free", "start": "2022-08-10T11:00:00Z", "end": "2022-08-10T12:00:00Z" } ``` You can reference the FHIR documentation to determine the format for [`NutritionProduct`](https://www.hl7.org/fhir/r4b/NutritionProduct.html). - [Patch NutritionProduct with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_nutritionproduct-identifier.md): **[NutritionProduct on the FHIR specification website.](https://www.hl7.org/fhir/r4b/nutritionproduct.html)** A food or fluid product that is consumed by patients. The body should be a list of valid JSON patches for NutritionProduct. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete NutritionProduct with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_nutritionproduct-identifier.md): **[NutritionProduct on the FHIR specification website.](https://www.hl7.org/fhir/r4b/nutritionproduct.html)** A food or fluid product that is consumed by patients. - [Get history of NutritionProduct with identifier {identifier}](https://api-reference.oystehr.com/reference/get_nutritionproduct-identifier-history.md): **[NutritionProduct on the FHIR specification website.](https://www.hl7.org/fhir/r4b/nutritionproduct.html)** A food or fluid product that is consumed by patients. - [Get NutritionProduct with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_nutritionproduct-identifier-history-versionidentifier.md): **[NutritionProduct on the FHIR specification website.](https://www.hl7.org/fhir/r4b/nutritionproduct.html)** A food or fluid product that is consumed by patients. - [Search Observations](https://api-reference.oystehr.com/reference/get_observation.md): **[Observation on the FHIR specification website.](https://www.hl7.org/fhir/r4b/observation.html)** Measurements and simple assertions made about a patient, device or other subject. - [Create a new Observation](https://api-reference.oystehr.com/reference/post_observation.md): **[Observation on the FHIR specification website.](https://www.hl7.org/fhir/r4b/observation.html)** Measurements and simple assertions made about a patient, device or other subject. The body should be a valid FHIR object for Observation. Here is an example: ```json { "resourceType": "Observation", "id": "656", "text": { "status": "generated", "div": "

Generated Narrative with Details

id: 656

identifier: patientId-urn:oid:1.2.4~0000000000000000~152584~20170503155426~820

status: final

code: MDC_FLOW_AWAY_EXP_FORCED_PEAK (Details : {urn:iso:std:iso:11073:10101 code '152584' = '152584', given as 'MDC_FLOW_AWAY_EXP_FORCED_PEAK'})

subject: Patient/PatientId-patientId

effective: 03/05/2017 3:54:26 PM

performer: Patient/PatientId-patientId

value: 820 cL/s (Details: urn:iso:std:iso:11073:10101 code 265201 = '265201')

" }, "identifier": [ { "value": "patientId-urn:oid:1.2.4~0000000000000000~152584~20170503155426~820" } ], "status": "final", "code": { "coding": [ { "system": "urn:iso:std:iso:11073:10101", "code": "152584", "display": "MDC_FLOW_AWAY_EXP_FORCED_PEAK" } ] }, "subject": { "reference": "Patient/PatientId-patientId" }, "effectiveDateTime": "2017-05-03T15:54:26-04:00", "performer": [ { "reference": "Patient/PatientId-patientId" } ], "valueQuantity": { "value": 820, "unit": "cL/s", "system": "urn:iso:std:iso:11073:10101", "code": "265201" } } ``` You can reference the FHIR documentation to determine the format for [`Observation`](https://www.hl7.org/fhir/r4b/Observation.html). - [Search Observations](https://api-reference.oystehr.com/reference/post_observation-search.md): **[Observation on the FHIR specification website.](https://www.hl7.org/fhir/r4b/observation.html)** Measurements and simple assertions made about a patient, device or other subject. - [Get Observation with identifier {identifier}](https://api-reference.oystehr.com/reference/get_observation-identifier.md): **[Observation on the FHIR specification website.](https://www.hl7.org/fhir/r4b/observation.html)** Measurements and simple assertions made about a patient, device or other subject. - [Update Observation with identifier {identifier}](https://api-reference.oystehr.com/reference/put_observation-identifier.md): **[Observation on the FHIR specification website.](https://www.hl7.org/fhir/r4b/observation.html)** Measurements and simple assertions made about a patient, device or other subject. The body should be a valid FHIR object for Observation. Here is an example: ```json { "resourceType": "Observation", "id": "656", "text": { "status": "generated", "div": "

Generated Narrative with Details

id: 656

identifier: patientId-urn:oid:1.2.4~0000000000000000~152584~20170503155426~820

status: final

code: MDC_FLOW_AWAY_EXP_FORCED_PEAK (Details : {urn:iso:std:iso:11073:10101 code '152584' = '152584', given as 'MDC_FLOW_AWAY_EXP_FORCED_PEAK'})

subject: Patient/PatientId-patientId

effective: 03/05/2017 3:54:26 PM

performer: Patient/PatientId-patientId

value: 820 cL/s (Details: urn:iso:std:iso:11073:10101 code 265201 = '265201')

" }, "identifier": [ { "value": "patientId-urn:oid:1.2.4~0000000000000000~152584~20170503155426~820" } ], "status": "final", "code": { "coding": [ { "system": "urn:iso:std:iso:11073:10101", "code": "152584", "display": "MDC_FLOW_AWAY_EXP_FORCED_PEAK" } ] }, "subject": { "reference": "Patient/PatientId-patientId" }, "effectiveDateTime": "2017-05-03T15:54:26-04:00", "performer": [ { "reference": "Patient/PatientId-patientId" } ], "valueQuantity": { "value": 820, "unit": "cL/s", "system": "urn:iso:std:iso:11073:10101", "code": "265201" } } ``` You can reference the FHIR documentation to determine the format for [`Observation`](https://www.hl7.org/fhir/r4b/Observation.html). - [Patch Observation with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_observation-identifier.md): **[Observation on the FHIR specification website.](https://www.hl7.org/fhir/r4b/observation.html)** Measurements and simple assertions made about a patient, device or other subject. The body should be a list of valid JSON patches for Observation. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete Observation with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_observation-identifier.md): **[Observation on the FHIR specification website.](https://www.hl7.org/fhir/r4b/observation.html)** Measurements and simple assertions made about a patient, device or other subject. - [Get history of Observation with identifier {identifier}](https://api-reference.oystehr.com/reference/get_observation-identifier-history.md): **[Observation on the FHIR specification website.](https://www.hl7.org/fhir/r4b/observation.html)** Measurements and simple assertions made about a patient, device or other subject. - [Get Observation with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_observation-identifier-history-versionidentifier.md): **[Observation on the FHIR specification website.](https://www.hl7.org/fhir/r4b/observation.html)** Measurements and simple assertions made about a patient, device or other subject. - [Search ObservationDefinitions](https://api-reference.oystehr.com/reference/get_observationdefinition.md): **[ObservationDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/observationdefinition.html)** Set of definitional characteristics for a kind of observation or measurement produced or consumed by an orderable health care service. - [Create a new ObservationDefinition](https://api-reference.oystehr.com/reference/post_observationdefinition.md): **[ObservationDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/observationdefinition.html)** Set of definitional characteristics for a kind of observation or measurement produced or consumed by an orderable health care service. The body should be a valid FHIR object for ObservationDefinition. Here is an example: ```json { "resourceType": "ObservationDefinition", "id": "example", "text": { "status": "generated", "div": "

Generated Narrative with Details

id: example

code: Glucose [Moles/volume] in Blood (Details : {LOINC code '15074-8' = 'Glucose [Moles/volume] in Blood', given as 'Glucose [Moles/volume] in Blood'})

" }, "code": { "coding": [ { "system": "http://loinc.org", "code": "15074-8", "display": "Glucose [Moles/volume] in Blood" } ] } } ``` You can reference the FHIR documentation to determine the format for [`ObservationDefinition`](https://www.hl7.org/fhir/r4b/ObservationDefinition.html). - [Search ObservationDefinitions](https://api-reference.oystehr.com/reference/post_observationdefinition-search.md): **[ObservationDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/observationdefinition.html)** Set of definitional characteristics for a kind of observation or measurement produced or consumed by an orderable health care service. - [Get ObservationDefinition with identifier {identifier}](https://api-reference.oystehr.com/reference/get_observationdefinition-identifier.md): **[ObservationDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/observationdefinition.html)** Set of definitional characteristics for a kind of observation or measurement produced or consumed by an orderable health care service. - [Update ObservationDefinition with identifier {identifier}](https://api-reference.oystehr.com/reference/put_observationdefinition-identifier.md): **[ObservationDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/observationdefinition.html)** Set of definitional characteristics for a kind of observation or measurement produced or consumed by an orderable health care service. The body should be a valid FHIR object for ObservationDefinition. Here is an example: ```json { "resourceType": "ObservationDefinition", "id": "example", "text": { "status": "generated", "div": "

Generated Narrative with Details

id: example

code: Glucose [Moles/volume] in Blood (Details : {LOINC code '15074-8' = 'Glucose [Moles/volume] in Blood', given as 'Glucose [Moles/volume] in Blood'})

" }, "code": { "coding": [ { "system": "http://loinc.org", "code": "15074-8", "display": "Glucose [Moles/volume] in Blood" } ] } } ``` You can reference the FHIR documentation to determine the format for [`ObservationDefinition`](https://www.hl7.org/fhir/r4b/ObservationDefinition.html). - [Patch ObservationDefinition with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_observationdefinition-identifier.md): **[ObservationDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/observationdefinition.html)** Set of definitional characteristics for a kind of observation or measurement produced or consumed by an orderable health care service. The body should be a list of valid JSON patches for ObservationDefinition. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete ObservationDefinition with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_observationdefinition-identifier.md): **[ObservationDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/observationdefinition.html)** Set of definitional characteristics for a kind of observation or measurement produced or consumed by an orderable health care service. - [Get history of ObservationDefinition with identifier {identifier}](https://api-reference.oystehr.com/reference/get_observationdefinition-identifier-history.md): **[ObservationDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/observationdefinition.html)** Set of definitional characteristics for a kind of observation or measurement produced or consumed by an orderable health care service. - [Get ObservationDefinition with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_observationdefinition-identifier-history-versionidentifier.md): **[ObservationDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/observationdefinition.html)** Set of definitional characteristics for a kind of observation or measurement produced or consumed by an orderable health care service. - [Search OperationDefinitions](https://api-reference.oystehr.com/reference/get_operationdefinition.md): **[OperationDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/operationdefinition.html)** A formal computable definition of an operation (on the RESTful interface) or a named query (using the search interaction). - [Create a new OperationDefinition](https://api-reference.oystehr.com/reference/post_operationdefinition.md): **[OperationDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/operationdefinition.html)** A formal computable definition of an operation (on the RESTful interface) or a named query (using the search interaction). The body should be a valid FHIR object for OperationDefinition. For example, if creating a [`Slot`](https://www.hl7.org/fhir/r4b/slot.html) resource, here is a valid object: ```json { "resourceType": "Slot", "schedule": { "reference": "schedule/a" }, "status": "free", "start": "2022-08-10T11:00:00Z", "end": "2022-08-10T12:00:00Z" } ``` You can reference the FHIR documentation to determine the format for [`OperationDefinition`](https://www.hl7.org/fhir/r4b/OperationDefinition.html). - [Search OperationDefinitions](https://api-reference.oystehr.com/reference/post_operationdefinition-search.md): **[OperationDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/operationdefinition.html)** A formal computable definition of an operation (on the RESTful interface) or a named query (using the search interaction). - [Get OperationDefinition with identifier {identifier}](https://api-reference.oystehr.com/reference/get_operationdefinition-identifier.md): **[OperationDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/operationdefinition.html)** A formal computable definition of an operation (on the RESTful interface) or a named query (using the search interaction). - [Update OperationDefinition with identifier {identifier}](https://api-reference.oystehr.com/reference/put_operationdefinition-identifier.md): **[OperationDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/operationdefinition.html)** A formal computable definition of an operation (on the RESTful interface) or a named query (using the search interaction). The body should be a valid FHIR object for OperationDefinition. For example, if updating a [`Slot`](https://www.hl7.org/fhir/r4b/slot.html) resource, here is a valid object: ```json { "resourceType": "Slot", "schedule": { "reference": "schedule/a" }, "status": "free", "start": "2022-08-10T11:00:00Z", "end": "2022-08-10T12:00:00Z" } ``` You can reference the FHIR documentation to determine the format for [`OperationDefinition`](https://www.hl7.org/fhir/r4b/OperationDefinition.html). - [Patch OperationDefinition with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_operationdefinition-identifier.md): **[OperationDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/operationdefinition.html)** A formal computable definition of an operation (on the RESTful interface) or a named query (using the search interaction). The body should be a list of valid JSON patches for OperationDefinition. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete OperationDefinition with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_operationdefinition-identifier.md): **[OperationDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/operationdefinition.html)** A formal computable definition of an operation (on the RESTful interface) or a named query (using the search interaction). - [Get history of OperationDefinition with identifier {identifier}](https://api-reference.oystehr.com/reference/get_operationdefinition-identifier-history.md): **[OperationDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/operationdefinition.html)** A formal computable definition of an operation (on the RESTful interface) or a named query (using the search interaction). - [Get OperationDefinition with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_operationdefinition-identifier-history-versionidentifier.md): **[OperationDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/operationdefinition.html)** A formal computable definition of an operation (on the RESTful interface) or a named query (using the search interaction). - [Search OperationOutcomes](https://api-reference.oystehr.com/reference/get_operationoutcome.md): **[OperationOutcome on the FHIR specification website.](https://www.hl7.org/fhir/r4b/operationoutcome.html)** A collection of error, warning, or information messages that result from a system action. - [Create a new OperationOutcome](https://api-reference.oystehr.com/reference/post_operationoutcome.md): **[OperationOutcome on the FHIR specification website.](https://www.hl7.org/fhir/r4b/operationoutcome.html)** A collection of error, warning, or information messages that result from a system action. The body should be a valid FHIR object for OperationOutcome. Here is an example: ```json { "resourceType": "OperationOutcome", "id": "101", "text": { "status": "generated", "div": "
\n

The code "W" is not known and not legal Patient.gender.

\n
" }, "issue": [ { "severity": "error", "code": "code-invalid", "details": { "text": "The code \"W\" is not known and not legal in this context" }, "diagnostics": "Acme.Interop.FHIRProcessors.Patient.processGender line 2453", "location": [ "/f:Patient/f:gender" ], "expression": [ "Patient.gender" ] } ] } ``` You can reference the FHIR documentation to determine the format for [`OperationOutcome`](https://www.hl7.org/fhir/r4b/OperationOutcome.html). - [Search OperationOutcomes](https://api-reference.oystehr.com/reference/post_operationoutcome-search.md): **[OperationOutcome on the FHIR specification website.](https://www.hl7.org/fhir/r4b/operationoutcome.html)** A collection of error, warning, or information messages that result from a system action. - [Get OperationOutcome with identifier {identifier}](https://api-reference.oystehr.com/reference/get_operationoutcome-identifier.md): **[OperationOutcome on the FHIR specification website.](https://www.hl7.org/fhir/r4b/operationoutcome.html)** A collection of error, warning, or information messages that result from a system action. - [Update OperationOutcome with identifier {identifier}](https://api-reference.oystehr.com/reference/put_operationoutcome-identifier.md): **[OperationOutcome on the FHIR specification website.](https://www.hl7.org/fhir/r4b/operationoutcome.html)** A collection of error, warning, or information messages that result from a system action. The body should be a valid FHIR object for OperationOutcome. Here is an example: ```json { "resourceType": "OperationOutcome", "id": "101", "text": { "status": "generated", "div": "
\n

The code "W" is not known and not legal Patient.gender.

\n
" }, "issue": [ { "severity": "error", "code": "code-invalid", "details": { "text": "The code \"W\" is not known and not legal in this context" }, "diagnostics": "Acme.Interop.FHIRProcessors.Patient.processGender line 2453", "location": [ "/f:Patient/f:gender" ], "expression": [ "Patient.gender" ] } ] } ``` You can reference the FHIR documentation to determine the format for [`OperationOutcome`](https://www.hl7.org/fhir/r4b/OperationOutcome.html). - [Patch OperationOutcome with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_operationoutcome-identifier.md): **[OperationOutcome on the FHIR specification website.](https://www.hl7.org/fhir/r4b/operationoutcome.html)** A collection of error, warning, or information messages that result from a system action. The body should be a list of valid JSON patches for OperationOutcome. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete OperationOutcome with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_operationoutcome-identifier.md): **[OperationOutcome on the FHIR specification website.](https://www.hl7.org/fhir/r4b/operationoutcome.html)** A collection of error, warning, or information messages that result from a system action. - [Get history of OperationOutcome with identifier {identifier}](https://api-reference.oystehr.com/reference/get_operationoutcome-identifier-history.md): **[OperationOutcome on the FHIR specification website.](https://www.hl7.org/fhir/r4b/operationoutcome.html)** A collection of error, warning, or information messages that result from a system action. - [Get OperationOutcome with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_operationoutcome-identifier-history-versionidentifier.md): **[OperationOutcome on the FHIR specification website.](https://www.hl7.org/fhir/r4b/operationoutcome.html)** A collection of error, warning, or information messages that result from a system action. - [Search Organizations](https://api-reference.oystehr.com/reference/get_organization.md): **[Organization on the FHIR specification website.](https://www.hl7.org/fhir/r4b/organization.html)** A formally or informally recognized grouping of people or organizations formed for the purpose of achieving some form of collective action. Includes companies, institutions, corporations, departments, community groups, healthcare practice groups, payer/insurer, etc. - [Create a new Organization](https://api-reference.oystehr.com/reference/post_organization.md): **[Organization on the FHIR specification website.](https://www.hl7.org/fhir/r4b/organization.html)** A formally or informally recognized grouping of people or organizations formed for the purpose of achieving some form of collective action. Includes companies, institutions, corporations, departments, community groups, healthcare practice groups, payer/insurer, etc. The body should be a valid FHIR object for Organization. Here is an example: ```json { "resourceType": "Organization", "id": "1", "text": { "status": "generated", "div": "
\n \n

Gastroenterology @ Acme Hospital. ph: +1 555 234 3523, email: \n gastro@acme.org\n

\n \n
" }, "identifier": [ { "system": "http://www.acme.org.au/units", "value": "Gastro" } ], "name": "Gastroenterology", "telecom": [ { "system": "phone", "value": "+1 555 234 3523", "use": "mobile" }, { "system": "email", "value": "gastro@acme.org", "use": "work" } ] } ``` You can reference the FHIR documentation to determine the format for [`Organization`](https://www.hl7.org/fhir/r4b/Organization.html). - [Search Organizations](https://api-reference.oystehr.com/reference/post_organization-search.md): **[Organization on the FHIR specification website.](https://www.hl7.org/fhir/r4b/organization.html)** A formally or informally recognized grouping of people or organizations formed for the purpose of achieving some form of collective action. Includes companies, institutions, corporations, departments, community groups, healthcare practice groups, payer/insurer, etc. - [Get Organization with identifier {identifier}](https://api-reference.oystehr.com/reference/get_organization-identifier.md): **[Organization on the FHIR specification website.](https://www.hl7.org/fhir/r4b/organization.html)** A formally or informally recognized grouping of people or organizations formed for the purpose of achieving some form of collective action. Includes companies, institutions, corporations, departments, community groups, healthcare practice groups, payer/insurer, etc. - [Update Organization with identifier {identifier}](https://api-reference.oystehr.com/reference/put_organization-identifier.md): **[Organization on the FHIR specification website.](https://www.hl7.org/fhir/r4b/organization.html)** A formally or informally recognized grouping of people or organizations formed for the purpose of achieving some form of collective action. Includes companies, institutions, corporations, departments, community groups, healthcare practice groups, payer/insurer, etc. The body should be a valid FHIR object for Organization. Here is an example: ```json { "resourceType": "Organization", "id": "1", "text": { "status": "generated", "div": "
\n \n

Gastroenterology @ Acme Hospital. ph: +1 555 234 3523, email: \n gastro@acme.org\n

\n \n
" }, "identifier": [ { "system": "http://www.acme.org.au/units", "value": "Gastro" } ], "name": "Gastroenterology", "telecom": [ { "system": "phone", "value": "+1 555 234 3523", "use": "mobile" }, { "system": "email", "value": "gastro@acme.org", "use": "work" } ] } ``` You can reference the FHIR documentation to determine the format for [`Organization`](https://www.hl7.org/fhir/r4b/Organization.html). - [Patch Organization with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_organization-identifier.md): **[Organization on the FHIR specification website.](https://www.hl7.org/fhir/r4b/organization.html)** A formally or informally recognized grouping of people or organizations formed for the purpose of achieving some form of collective action. Includes companies, institutions, corporations, departments, community groups, healthcare practice groups, payer/insurer, etc. The body should be a list of valid JSON patches for Organization. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete Organization with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_organization-identifier.md): **[Organization on the FHIR specification website.](https://www.hl7.org/fhir/r4b/organization.html)** A formally or informally recognized grouping of people or organizations formed for the purpose of achieving some form of collective action. Includes companies, institutions, corporations, departments, community groups, healthcare practice groups, payer/insurer, etc. - [Get history of Organization with identifier {identifier}](https://api-reference.oystehr.com/reference/get_organization-identifier-history.md): **[Organization on the FHIR specification website.](https://www.hl7.org/fhir/r4b/organization.html)** A formally or informally recognized grouping of people or organizations formed for the purpose of achieving some form of collective action. Includes companies, institutions, corporations, departments, community groups, healthcare practice groups, payer/insurer, etc. - [Get Organization with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_organization-identifier-history-versionidentifier.md): **[Organization on the FHIR specification website.](https://www.hl7.org/fhir/r4b/organization.html)** A formally or informally recognized grouping of people or organizations formed for the purpose of achieving some form of collective action. Includes companies, institutions, corporations, departments, community groups, healthcare practice groups, payer/insurer, etc. - [Search OrganizationAffiliations](https://api-reference.oystehr.com/reference/get_organizationaffiliation.md): **[OrganizationAffiliation on the FHIR specification website.](https://www.hl7.org/fhir/r4b/organizationaffiliation.html)** Defines an affiliation/assotiation/relationship between 2 distinct oganizations, that is not a part-of relationship/sub-division relationship. - [Create a new OrganizationAffiliation](https://api-reference.oystehr.com/reference/post_organizationaffiliation.md): **[OrganizationAffiliation on the FHIR specification website.](https://www.hl7.org/fhir/r4b/organizationaffiliation.html)** Defines an affiliation/assotiation/relationship between 2 distinct oganizations, that is not a part-of relationship/sub-division relationship. The body should be a valid FHIR object for OrganizationAffiliation. Here is an example: ```json { "resourceType": "OrganizationAffiliation", "id": "example", "text": { "status": "generated", "div": "
\n\t\t\t

\n\t\t\t\tHL7 Payer Network services for Acme Hospital from 1-Jan 2012 to 31-Mar 2012\n\t\t\t

\n\t\t
" }, "identifier": [ { "system": "http://www.acme.org/practitioners", "value": "23" } ], "active": true, "period": { "start": "2012-01-01", "end": "2012-03-31" }, "organization": { "reference": "Organization/hl7pay" }, "participatingOrganization": { "reference": "Organization/f001" }, "network": [ { "reference": "Organization/hl7pay", "display": "HL7 Payer Network" } ], "code": [ { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/organization-role", "code": "provider" } ] } ], "specialty": [ { "coding": [ { "system": "http://snomed.info/sct", "code": "408443003", "display": "General medical practice" } ] } ], "location": [ { "reference": "Location/1", "display": "South Wing, second floor" } ], "healthcareService": [ { "reference": "HealthcareService/example" } ], "telecom": [ { "system": "email", "value": "general.practice@example.org", "use": "work" } ], "endpoint": [ { "reference": "Endpoint/example" } ] } ``` You can reference the FHIR documentation to determine the format for [`OrganizationAffiliation`](https://www.hl7.org/fhir/r4b/OrganizationAffiliation.html). - [Search OrganizationAffiliations](https://api-reference.oystehr.com/reference/post_organizationaffiliation-search.md): **[OrganizationAffiliation on the FHIR specification website.](https://www.hl7.org/fhir/r4b/organizationaffiliation.html)** Defines an affiliation/assotiation/relationship between 2 distinct oganizations, that is not a part-of relationship/sub-division relationship. - [Get OrganizationAffiliation with identifier {identifier}](https://api-reference.oystehr.com/reference/get_organizationaffiliation-identifier.md): **[OrganizationAffiliation on the FHIR specification website.](https://www.hl7.org/fhir/r4b/organizationaffiliation.html)** Defines an affiliation/assotiation/relationship between 2 distinct oganizations, that is not a part-of relationship/sub-division relationship. - [Update OrganizationAffiliation with identifier {identifier}](https://api-reference.oystehr.com/reference/put_organizationaffiliation-identifier.md): **[OrganizationAffiliation on the FHIR specification website.](https://www.hl7.org/fhir/r4b/organizationaffiliation.html)** Defines an affiliation/assotiation/relationship between 2 distinct oganizations, that is not a part-of relationship/sub-division relationship. The body should be a valid FHIR object for OrganizationAffiliation. Here is an example: ```json { "resourceType": "OrganizationAffiliation", "id": "example", "text": { "status": "generated", "div": "
\n\t\t\t

\n\t\t\t\tHL7 Payer Network services for Acme Hospital from 1-Jan 2012 to 31-Mar 2012\n\t\t\t

\n\t\t
" }, "identifier": [ { "system": "http://www.acme.org/practitioners", "value": "23" } ], "active": true, "period": { "start": "2012-01-01", "end": "2012-03-31" }, "organization": { "reference": "Organization/hl7pay" }, "participatingOrganization": { "reference": "Organization/f001" }, "network": [ { "reference": "Organization/hl7pay", "display": "HL7 Payer Network" } ], "code": [ { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/organization-role", "code": "provider" } ] } ], "specialty": [ { "coding": [ { "system": "http://snomed.info/sct", "code": "408443003", "display": "General medical practice" } ] } ], "location": [ { "reference": "Location/1", "display": "South Wing, second floor" } ], "healthcareService": [ { "reference": "HealthcareService/example" } ], "telecom": [ { "system": "email", "value": "general.practice@example.org", "use": "work" } ], "endpoint": [ { "reference": "Endpoint/example" } ] } ``` You can reference the FHIR documentation to determine the format for [`OrganizationAffiliation`](https://www.hl7.org/fhir/r4b/OrganizationAffiliation.html). - [Patch OrganizationAffiliation with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_organizationaffiliation-identifier.md): **[OrganizationAffiliation on the FHIR specification website.](https://www.hl7.org/fhir/r4b/organizationaffiliation.html)** Defines an affiliation/assotiation/relationship between 2 distinct oganizations, that is not a part-of relationship/sub-division relationship. The body should be a list of valid JSON patches for OrganizationAffiliation. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete OrganizationAffiliation with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_organizationaffiliation-identifier.md): **[OrganizationAffiliation on the FHIR specification website.](https://www.hl7.org/fhir/r4b/organizationaffiliation.html)** Defines an affiliation/assotiation/relationship between 2 distinct oganizations, that is not a part-of relationship/sub-division relationship. - [Get history of OrganizationAffiliation with identifier {identifier}](https://api-reference.oystehr.com/reference/get_organizationaffiliation-identifier-history.md): **[OrganizationAffiliation on the FHIR specification website.](https://www.hl7.org/fhir/r4b/organizationaffiliation.html)** Defines an affiliation/assotiation/relationship between 2 distinct oganizations, that is not a part-of relationship/sub-division relationship. - [Get OrganizationAffiliation with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_organizationaffiliation-identifier-history-versionidentifier.md): **[OrganizationAffiliation on the FHIR specification website.](https://www.hl7.org/fhir/r4b/organizationaffiliation.html)** Defines an affiliation/assotiation/relationship between 2 distinct oganizations, that is not a part-of relationship/sub-division relationship. - [Search PackagedProductDefinitions](https://api-reference.oystehr.com/reference/get_packagedproductdefinition.md): **[PackagedProductDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/packagedproductdefinition.html)** A medically related item or items, in a container or package. - [Create a new PackagedProductDefinition](https://api-reference.oystehr.com/reference/post_packagedproductdefinition.md): **[PackagedProductDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/packagedproductdefinition.html)** A medically related item or items, in a container or package. The body should be a valid FHIR object for PackagedProductDefinition. For example, if creating a [`Slot`](https://www.hl7.org/fhir/r4b/slot.html) resource, here is a valid object: ```json { "resourceType": "Slot", "schedule": { "reference": "schedule/a" }, "status": "free", "start": "2022-08-10T11:00:00Z", "end": "2022-08-10T12:00:00Z" } ``` You can reference the FHIR documentation to determine the format for [`PackagedProductDefinition`](https://www.hl7.org/fhir/r4b/PackagedProductDefinition.html). - [Search PackagedProductDefinitions](https://api-reference.oystehr.com/reference/post_packagedproductdefinition-search.md): **[PackagedProductDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/packagedproductdefinition.html)** A medically related item or items, in a container or package. - [Get PackagedProductDefinition with identifier {identifier}](https://api-reference.oystehr.com/reference/get_packagedproductdefinition-identifier.md): **[PackagedProductDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/packagedproductdefinition.html)** A medically related item or items, in a container or package. - [Update PackagedProductDefinition with identifier {identifier}](https://api-reference.oystehr.com/reference/put_packagedproductdefinition-identifier.md): **[PackagedProductDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/packagedproductdefinition.html)** A medically related item or items, in a container or package. The body should be a valid FHIR object for PackagedProductDefinition. For example, if updating a [`Slot`](https://www.hl7.org/fhir/r4b/slot.html) resource, here is a valid object: ```json { "resourceType": "Slot", "schedule": { "reference": "schedule/a" }, "status": "free", "start": "2022-08-10T11:00:00Z", "end": "2022-08-10T12:00:00Z" } ``` You can reference the FHIR documentation to determine the format for [`PackagedProductDefinition`](https://www.hl7.org/fhir/r4b/PackagedProductDefinition.html). - [Patch PackagedProductDefinition with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_packagedproductdefinition-identifier.md): **[PackagedProductDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/packagedproductdefinition.html)** A medically related item or items, in a container or package. The body should be a list of valid JSON patches for PackagedProductDefinition. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete PackagedProductDefinition with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_packagedproductdefinition-identifier.md): **[PackagedProductDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/packagedproductdefinition.html)** A medically related item or items, in a container or package. - [Get history of PackagedProductDefinition with identifier {identifier}](https://api-reference.oystehr.com/reference/get_packagedproductdefinition-identifier-history.md): **[PackagedProductDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/packagedproductdefinition.html)** A medically related item or items, in a container or package. - [Get PackagedProductDefinition with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_packagedproductdefinition-identifier-history-versionidentifier.md): **[PackagedProductDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/packagedproductdefinition.html)** A medically related item or items, in a container or package. - [Search Patients](https://api-reference.oystehr.com/reference/get_patient.md): **[Patient on the FHIR specification website.](https://www.hl7.org/fhir/r4b/patient.html)** Demographics and other administrative information about an individual or animal receiving care or other health-related services. - [Create a new Patient](https://api-reference.oystehr.com/reference/post_patient.md): **[Patient on the FHIR specification website.](https://www.hl7.org/fhir/r4b/patient.html)** Demographics and other administrative information about an individual or animal receiving care or other health-related services. The body should be a valid FHIR object for Patient. Here is an example: ```json { "resourceType": "Patient", "id": "ch-example", "meta": { "versionId": "1", "lastUpdated": "2016-05-16T00:55:52Z" }, "text": { "status": "generated", "div": "
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
名字张无忌
地址上海市黄埔区马当路190号, 1974年12月25日
联系方式住宅: 不详。工作: 18337177888
IdMRN: 3112219680806371X (市卫生局)
\n
" }, "identifier": [ { "use": "usual", "type": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/v2-0203", "code": "MR" } ] }, "system": "urn:oid:1.2.36.146.595.217.0.1", "value": "3112219680806371X", "period": { "start": "2001-05-06" }, "assigner": { "display": "市卫生局" } } ], "active": true, "name": [ { "use": "official", "text": "张无忌" } ], "telecom": [ { "use": "home" }, { "system": "phone", "value": "18337177888", "use": "work" } ], "gender": "male", "birthDate": "1974-12-25", "deceasedBoolean": false, "address": [ { "use": "home", "type": "both", "line": [ "马当路190号" ], "city": "上海市", "district": "黄埔区", "postalCode": "200000", "period": { "start": "1974-12-25" } } ], "managingOrganization": { "reference": "Organization/1", "display": "上海东方医院" } } ``` You can reference the FHIR documentation to determine the format for [`Patient`](https://www.hl7.org/fhir/r4b/Patient.html). - [Search Patients](https://api-reference.oystehr.com/reference/post_patient-search.md): **[Patient on the FHIR specification website.](https://www.hl7.org/fhir/r4b/patient.html)** Demographics and other administrative information about an individual or animal receiving care or other health-related services. - [Get Patient with identifier {identifier}](https://api-reference.oystehr.com/reference/get_patient-identifier.md): **[Patient on the FHIR specification website.](https://www.hl7.org/fhir/r4b/patient.html)** Demographics and other administrative information about an individual or animal receiving care or other health-related services. - [Update Patient with identifier {identifier}](https://api-reference.oystehr.com/reference/put_patient-identifier.md): **[Patient on the FHIR specification website.](https://www.hl7.org/fhir/r4b/patient.html)** Demographics and other administrative information about an individual or animal receiving care or other health-related services. The body should be a valid FHIR object for Patient. Here is an example: ```json { "resourceType": "Patient", "id": "ch-example", "meta": { "versionId": "1", "lastUpdated": "2016-05-16T00:55:52Z" }, "text": { "status": "generated", "div": "
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
名字张无忌
地址上海市黄埔区马当路190号, 1974年12月25日
联系方式住宅: 不详。工作: 18337177888
IdMRN: 3112219680806371X (市卫生局)
\n
" }, "identifier": [ { "use": "usual", "type": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/v2-0203", "code": "MR" } ] }, "system": "urn:oid:1.2.36.146.595.217.0.1", "value": "3112219680806371X", "period": { "start": "2001-05-06" }, "assigner": { "display": "市卫生局" } } ], "active": true, "name": [ { "use": "official", "text": "张无忌" } ], "telecom": [ { "use": "home" }, { "system": "phone", "value": "18337177888", "use": "work" } ], "gender": "male", "birthDate": "1974-12-25", "deceasedBoolean": false, "address": [ { "use": "home", "type": "both", "line": [ "马当路190号" ], "city": "上海市", "district": "黄埔区", "postalCode": "200000", "period": { "start": "1974-12-25" } } ], "managingOrganization": { "reference": "Organization/1", "display": "上海东方医院" } } ``` You can reference the FHIR documentation to determine the format for [`Patient`](https://www.hl7.org/fhir/r4b/Patient.html). - [Patch Patient with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_patient-identifier.md): **[Patient on the FHIR specification website.](https://www.hl7.org/fhir/r4b/patient.html)** Demographics and other administrative information about an individual or animal receiving care or other health-related services. The body should be a list of valid JSON patches for Patient. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete Patient with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_patient-identifier.md): **[Patient on the FHIR specification website.](https://www.hl7.org/fhir/r4b/patient.html)** Demographics and other administrative information about an individual or animal receiving care or other health-related services. - [Get history of Patient with identifier {identifier}](https://api-reference.oystehr.com/reference/get_patient-identifier-history.md): **[Patient on the FHIR specification website.](https://www.hl7.org/fhir/r4b/patient.html)** Demographics and other administrative information about an individual or animal receiving care or other health-related services. - [Get Patient with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_patient-identifier-history-versionidentifier.md): **[Patient on the FHIR specification website.](https://www.hl7.org/fhir/r4b/patient.html)** Demographics and other administrative information about an individual or animal receiving care or other health-related services. - [Search PaymentNotices](https://api-reference.oystehr.com/reference/get_paymentnotice.md): **[PaymentNotice on the FHIR specification website.](https://www.hl7.org/fhir/r4b/paymentnotice.html)** This resource provides the status of the payment for goods and services rendered, and the request and response resource references. - [Create a new PaymentNotice](https://api-reference.oystehr.com/reference/post_paymentnotice.md): **[PaymentNotice on the FHIR specification website.](https://www.hl7.org/fhir/r4b/paymentnotice.html)** This resource provides the status of the payment for goods and services rendered, and the request and response resource references. The body should be a valid FHIR object for PaymentNotice. Here is an example: ```json { "resourceType": "PaymentNotice", "id": "77654", "text": { "status": "generated", "div": "
A human-readable rendering of the PaymentNotice
" }, "identifier": [ { "system": "http://benefitsinc.com/paymentnotice", "value": "776543" } ], "status": "active", "request": { "reference": "http://benefitsinc.com/fhir/claim/12345" }, "response": { "reference": "http://benefitsinc.com/fhir/claimresponse/CR12345" }, "created": "2014-08-16", "provider": { "reference": "Organization/1" }, "payment": { "reference": "PaymentReconciliation/ER2500" }, "paymentDate": "2014-08-15", "payee": { "reference": "Organization/1" }, "recipient": { "identifier": { "system": "http://regulators.gov", "value": "AB123" } }, "amount": { "value": 12500, "currency": "USD" }, "paymentStatus": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/paymentstatus", "code": "paid" } ] } } ``` You can reference the FHIR documentation to determine the format for [`PaymentNotice`](https://www.hl7.org/fhir/r4b/PaymentNotice.html). - [Search PaymentNotices](https://api-reference.oystehr.com/reference/post_paymentnotice-search.md): **[PaymentNotice on the FHIR specification website.](https://www.hl7.org/fhir/r4b/paymentnotice.html)** This resource provides the status of the payment for goods and services rendered, and the request and response resource references. - [Get PaymentNotice with identifier {identifier}](https://api-reference.oystehr.com/reference/get_paymentnotice-identifier.md): **[PaymentNotice on the FHIR specification website.](https://www.hl7.org/fhir/r4b/paymentnotice.html)** This resource provides the status of the payment for goods and services rendered, and the request and response resource references. - [Update PaymentNotice with identifier {identifier}](https://api-reference.oystehr.com/reference/put_paymentnotice-identifier.md): **[PaymentNotice on the FHIR specification website.](https://www.hl7.org/fhir/r4b/paymentnotice.html)** This resource provides the status of the payment for goods and services rendered, and the request and response resource references. The body should be a valid FHIR object for PaymentNotice. Here is an example: ```json { "resourceType": "PaymentNotice", "id": "77654", "text": { "status": "generated", "div": "
A human-readable rendering of the PaymentNotice
" }, "identifier": [ { "system": "http://benefitsinc.com/paymentnotice", "value": "776543" } ], "status": "active", "request": { "reference": "http://benefitsinc.com/fhir/claim/12345" }, "response": { "reference": "http://benefitsinc.com/fhir/claimresponse/CR12345" }, "created": "2014-08-16", "provider": { "reference": "Organization/1" }, "payment": { "reference": "PaymentReconciliation/ER2500" }, "paymentDate": "2014-08-15", "payee": { "reference": "Organization/1" }, "recipient": { "identifier": { "system": "http://regulators.gov", "value": "AB123" } }, "amount": { "value": 12500, "currency": "USD" }, "paymentStatus": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/paymentstatus", "code": "paid" } ] } } ``` You can reference the FHIR documentation to determine the format for [`PaymentNotice`](https://www.hl7.org/fhir/r4b/PaymentNotice.html). - [Patch PaymentNotice with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_paymentnotice-identifier.md): **[PaymentNotice on the FHIR specification website.](https://www.hl7.org/fhir/r4b/paymentnotice.html)** This resource provides the status of the payment for goods and services rendered, and the request and response resource references. The body should be a list of valid JSON patches for PaymentNotice. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete PaymentNotice with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_paymentnotice-identifier.md): **[PaymentNotice on the FHIR specification website.](https://www.hl7.org/fhir/r4b/paymentnotice.html)** This resource provides the status of the payment for goods and services rendered, and the request and response resource references. - [Get history of PaymentNotice with identifier {identifier}](https://api-reference.oystehr.com/reference/get_paymentnotice-identifier-history.md): **[PaymentNotice on the FHIR specification website.](https://www.hl7.org/fhir/r4b/paymentnotice.html)** This resource provides the status of the payment for goods and services rendered, and the request and response resource references. - [Get PaymentNotice with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_paymentnotice-identifier-history-versionidentifier.md): **[PaymentNotice on the FHIR specification website.](https://www.hl7.org/fhir/r4b/paymentnotice.html)** This resource provides the status of the payment for goods and services rendered, and the request and response resource references. - [Search PaymentReconciliations](https://api-reference.oystehr.com/reference/get_paymentreconciliation.md): **[PaymentReconciliation on the FHIR specification website.](https://www.hl7.org/fhir/r4b/paymentreconciliation.html)** This resource provides the details including amount of a payment and allocates the payment items being paid. - [Create a new PaymentReconciliation](https://api-reference.oystehr.com/reference/post_paymentreconciliation.md): **[PaymentReconciliation on the FHIR specification website.](https://www.hl7.org/fhir/r4b/paymentreconciliation.html)** This resource provides the details including amount of a payment and allocates the payment items being paid. The body should be a valid FHIR object for PaymentReconciliation. For example, if creating a [`Slot`](https://www.hl7.org/fhir/r4b/slot.html) resource, here is a valid object: ```json { "resourceType": "Slot", "schedule": { "reference": "schedule/a" }, "status": "free", "start": "2022-08-10T11:00:00Z", "end": "2022-08-10T12:00:00Z" } ``` You can reference the FHIR documentation to determine the format for [`PaymentReconciliation`](https://www.hl7.org/fhir/r4b/PaymentReconciliation.html). - [Search PaymentReconciliations](https://api-reference.oystehr.com/reference/post_paymentreconciliation-search.md): **[PaymentReconciliation on the FHIR specification website.](https://www.hl7.org/fhir/r4b/paymentreconciliation.html)** This resource provides the details including amount of a payment and allocates the payment items being paid. - [Get PaymentReconciliation with identifier {identifier}](https://api-reference.oystehr.com/reference/get_paymentreconciliation-identifier.md): **[PaymentReconciliation on the FHIR specification website.](https://www.hl7.org/fhir/r4b/paymentreconciliation.html)** This resource provides the details including amount of a payment and allocates the payment items being paid. - [Update PaymentReconciliation with identifier {identifier}](https://api-reference.oystehr.com/reference/put_paymentreconciliation-identifier.md): **[PaymentReconciliation on the FHIR specification website.](https://www.hl7.org/fhir/r4b/paymentreconciliation.html)** This resource provides the details including amount of a payment and allocates the payment items being paid. The body should be a valid FHIR object for PaymentReconciliation. For example, if updating a [`Slot`](https://www.hl7.org/fhir/r4b/slot.html) resource, here is a valid object: ```json { "resourceType": "Slot", "schedule": { "reference": "schedule/a" }, "status": "free", "start": "2022-08-10T11:00:00Z", "end": "2022-08-10T12:00:00Z" } ``` You can reference the FHIR documentation to determine the format for [`PaymentReconciliation`](https://www.hl7.org/fhir/r4b/PaymentReconciliation.html). - [Patch PaymentReconciliation with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_paymentreconciliation-identifier.md): **[PaymentReconciliation on the FHIR specification website.](https://www.hl7.org/fhir/r4b/paymentreconciliation.html)** This resource provides the details including amount of a payment and allocates the payment items being paid. The body should be a list of valid JSON patches for PaymentReconciliation. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete PaymentReconciliation with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_paymentreconciliation-identifier.md): **[PaymentReconciliation on the FHIR specification website.](https://www.hl7.org/fhir/r4b/paymentreconciliation.html)** This resource provides the details including amount of a payment and allocates the payment items being paid. - [Get history of PaymentReconciliation with identifier {identifier}](https://api-reference.oystehr.com/reference/get_paymentreconciliation-identifier-history.md): **[PaymentReconciliation on the FHIR specification website.](https://www.hl7.org/fhir/r4b/paymentreconciliation.html)** This resource provides the details including amount of a payment and allocates the payment items being paid. - [Get PaymentReconciliation with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_paymentreconciliation-identifier-history-versionidentifier.md): **[PaymentReconciliation on the FHIR specification website.](https://www.hl7.org/fhir/r4b/paymentreconciliation.html)** This resource provides the details including amount of a payment and allocates the payment items being paid. - [Search Persons](https://api-reference.oystehr.com/reference/get_person.md): **[Person on the FHIR specification website.](https://www.hl7.org/fhir/r4b/person.html)** Demographics and administrative information about a person independent of a specific health-related context. - [Create a new Person](https://api-reference.oystehr.com/reference/post_person.md): **[Person on the FHIR specification website.](https://www.hl7.org/fhir/r4b/person.html)** Demographics and administrative information about a person independent of a specific health-related context. The body should be a valid FHIR object for Person. Here is an example: ```json { "resourceType": "Person", "id": "example", "text": { "status": "generated", "div": "
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
NamePeter James Chalmers ("Jim")
Address534 Erewhon, Pleasantville, Vic, 3999
ContactsHome: unknown. Work: (03) 5555 6473
IdMRN: 12345 (Acme Healthcare)
\n
" }, "identifier": [ { "use": "usual", "type": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/v2-0203", "code": "MR" } ] }, "system": "urn:oid:1.2.36.146.595.217.0.1", "value": "12345", "period": { "start": "2001-05-06" }, "assigner": { "display": "Acme Healthcare" } } ], "name": [ { "use": "official", "family": "Chalmers", "given": [ "Peter", "James" ] }, { "use": "usual", "given": [ "Jim" ] } ], "telecom": [ { "use": "home" }, { "system": "phone", "value": "(03) 5555 6473", "use": "work" }, { "system": "email", "value": "Jim@example.org", "use": "home" } ], "gender": "male", "birthDate": "1974-12-25", "address": [ { "use": "home", "line": [ "534 Erewhon St" ], "city": "PleasantVille", "state": "Vic", "postalCode": "3999" } ], "active": true, "link": [ { "target": { "reference": "RelatedPerson/peter", "display": "Peter Chalmers" } }, { "target": { "reference": "Patient/example", "display": "Peter Chalmers" } } ] } ``` You can reference the FHIR documentation to determine the format for [`Person`](https://www.hl7.org/fhir/r4b/Person.html). - [Search Persons](https://api-reference.oystehr.com/reference/post_person-search.md): **[Person on the FHIR specification website.](https://www.hl7.org/fhir/r4b/person.html)** Demographics and administrative information about a person independent of a specific health-related context. - [Get Person with identifier {identifier}](https://api-reference.oystehr.com/reference/get_person-identifier.md): **[Person on the FHIR specification website.](https://www.hl7.org/fhir/r4b/person.html)** Demographics and administrative information about a person independent of a specific health-related context. - [Update Person with identifier {identifier}](https://api-reference.oystehr.com/reference/put_person-identifier.md): **[Person on the FHIR specification website.](https://www.hl7.org/fhir/r4b/person.html)** Demographics and administrative information about a person independent of a specific health-related context. The body should be a valid FHIR object for Person. Here is an example: ```json { "resourceType": "Person", "id": "example", "text": { "status": "generated", "div": "
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
NamePeter James Chalmers ("Jim")
Address534 Erewhon, Pleasantville, Vic, 3999
ContactsHome: unknown. Work: (03) 5555 6473
IdMRN: 12345 (Acme Healthcare)
\n
" }, "identifier": [ { "use": "usual", "type": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/v2-0203", "code": "MR" } ] }, "system": "urn:oid:1.2.36.146.595.217.0.1", "value": "12345", "period": { "start": "2001-05-06" }, "assigner": { "display": "Acme Healthcare" } } ], "name": [ { "use": "official", "family": "Chalmers", "given": [ "Peter", "James" ] }, { "use": "usual", "given": [ "Jim" ] } ], "telecom": [ { "use": "home" }, { "system": "phone", "value": "(03) 5555 6473", "use": "work" }, { "system": "email", "value": "Jim@example.org", "use": "home" } ], "gender": "male", "birthDate": "1974-12-25", "address": [ { "use": "home", "line": [ "534 Erewhon St" ], "city": "PleasantVille", "state": "Vic", "postalCode": "3999" } ], "active": true, "link": [ { "target": { "reference": "RelatedPerson/peter", "display": "Peter Chalmers" } }, { "target": { "reference": "Patient/example", "display": "Peter Chalmers" } } ] } ``` You can reference the FHIR documentation to determine the format for [`Person`](https://www.hl7.org/fhir/r4b/Person.html). - [Patch Person with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_person-identifier.md): **[Person on the FHIR specification website.](https://www.hl7.org/fhir/r4b/person.html)** Demographics and administrative information about a person independent of a specific health-related context. The body should be a list of valid JSON patches for Person. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete Person with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_person-identifier.md): **[Person on the FHIR specification website.](https://www.hl7.org/fhir/r4b/person.html)** Demographics and administrative information about a person independent of a specific health-related context. - [Get history of Person with identifier {identifier}](https://api-reference.oystehr.com/reference/get_person-identifier-history.md): **[Person on the FHIR specification website.](https://www.hl7.org/fhir/r4b/person.html)** Demographics and administrative information about a person independent of a specific health-related context. - [Get Person with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_person-identifier-history-versionidentifier.md): **[Person on the FHIR specification website.](https://www.hl7.org/fhir/r4b/person.html)** Demographics and administrative information about a person independent of a specific health-related context. - [Search PlanDefinitions](https://api-reference.oystehr.com/reference/get_plandefinition.md): **[PlanDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/plandefinition.html)** This resource allows for the definition of various types of plans as a sharable, consumable, and executable artifact. The resource is general enough to support the description of a broad range of clinical and non-clinical artifacts such as clinical decision support rules, order sets, protocols, and drug quality specifications. - [Create a new PlanDefinition](https://api-reference.oystehr.com/reference/post_plandefinition.md): **[PlanDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/plandefinition.html)** This resource allows for the definition of various types of plans as a sharable, consumable, and executable artifact. The resource is general enough to support the description of a broad range of clinical and non-clinical artifacts such as clinical decision support rules, order sets, protocols, and drug quality specifications. The body should be a valid FHIR object for PlanDefinition. Here is an example: ```json { "resourceType": "PlanDefinition", "id": "options-example", "text": { "status": "generated", "div": "
[Put rendering here]
" }, "contained": [ { "resourceType": "ActivityDefinition", "id": "activitydefinition-medicationrequest-1", "status": "draft", "kind": "MedicationRequest", "productCodeableConcept": { "text": "Medication 1" } }, { "resourceType": "ActivityDefinition", "id": "activitydefinition-medicationrequest-2", "status": "draft", "kind": "MedicationRequest", "productCodeableConcept": { "text": "Medication 2" } } ], "title": "This example illustrates relationships between actions.", "status": "draft", "action": [ { "groupingBehavior": "logical-group", "selectionBehavior": "all", "action": [ { "id": "medication-action-1", "title": "Administer Medication 1", "definitionCanonical": "#activitydefinition-medicationrequest-1" }, { "id": "medication-action-2", "title": "Administer Medication 2", "relatedAction": [ { "actionId": "medication-action-1", "relationship": "after-end", "offsetDuration": { "value": 1, "unit": "h" } } ], "definitionCanonical": "#activitydefinition-medicationrequest-2" } ] } ] } ``` You can reference the FHIR documentation to determine the format for [`PlanDefinition`](https://www.hl7.org/fhir/r4b/PlanDefinition.html). - [Search PlanDefinitions](https://api-reference.oystehr.com/reference/post_plandefinition-search.md): **[PlanDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/plandefinition.html)** This resource allows for the definition of various types of plans as a sharable, consumable, and executable artifact. The resource is general enough to support the description of a broad range of clinical and non-clinical artifacts such as clinical decision support rules, order sets, protocols, and drug quality specifications. - [Get PlanDefinition with identifier {identifier}](https://api-reference.oystehr.com/reference/get_plandefinition-identifier.md): **[PlanDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/plandefinition.html)** This resource allows for the definition of various types of plans as a sharable, consumable, and executable artifact. The resource is general enough to support the description of a broad range of clinical and non-clinical artifacts such as clinical decision support rules, order sets, protocols, and drug quality specifications. - [Update PlanDefinition with identifier {identifier}](https://api-reference.oystehr.com/reference/put_plandefinition-identifier.md): **[PlanDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/plandefinition.html)** This resource allows for the definition of various types of plans as a sharable, consumable, and executable artifact. The resource is general enough to support the description of a broad range of clinical and non-clinical artifacts such as clinical decision support rules, order sets, protocols, and drug quality specifications. The body should be a valid FHIR object for PlanDefinition. Here is an example: ```json { "resourceType": "PlanDefinition", "id": "options-example", "text": { "status": "generated", "div": "
[Put rendering here]
" }, "contained": [ { "resourceType": "ActivityDefinition", "id": "activitydefinition-medicationrequest-1", "status": "draft", "kind": "MedicationRequest", "productCodeableConcept": { "text": "Medication 1" } }, { "resourceType": "ActivityDefinition", "id": "activitydefinition-medicationrequest-2", "status": "draft", "kind": "MedicationRequest", "productCodeableConcept": { "text": "Medication 2" } } ], "title": "This example illustrates relationships between actions.", "status": "draft", "action": [ { "groupingBehavior": "logical-group", "selectionBehavior": "all", "action": [ { "id": "medication-action-1", "title": "Administer Medication 1", "definitionCanonical": "#activitydefinition-medicationrequest-1" }, { "id": "medication-action-2", "title": "Administer Medication 2", "relatedAction": [ { "actionId": "medication-action-1", "relationship": "after-end", "offsetDuration": { "value": 1, "unit": "h" } } ], "definitionCanonical": "#activitydefinition-medicationrequest-2" } ] } ] } ``` You can reference the FHIR documentation to determine the format for [`PlanDefinition`](https://www.hl7.org/fhir/r4b/PlanDefinition.html). - [Patch PlanDefinition with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_plandefinition-identifier.md): **[PlanDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/plandefinition.html)** This resource allows for the definition of various types of plans as a sharable, consumable, and executable artifact. The resource is general enough to support the description of a broad range of clinical and non-clinical artifacts such as clinical decision support rules, order sets, protocols, and drug quality specifications. The body should be a list of valid JSON patches for PlanDefinition. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete PlanDefinition with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_plandefinition-identifier.md): **[PlanDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/plandefinition.html)** This resource allows for the definition of various types of plans as a sharable, consumable, and executable artifact. The resource is general enough to support the description of a broad range of clinical and non-clinical artifacts such as clinical decision support rules, order sets, protocols, and drug quality specifications. - [Get history of PlanDefinition with identifier {identifier}](https://api-reference.oystehr.com/reference/get_plandefinition-identifier-history.md): **[PlanDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/plandefinition.html)** This resource allows for the definition of various types of plans as a sharable, consumable, and executable artifact. The resource is general enough to support the description of a broad range of clinical and non-clinical artifacts such as clinical decision support rules, order sets, protocols, and drug quality specifications. - [Get PlanDefinition with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_plandefinition-identifier-history-versionidentifier.md): **[PlanDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/plandefinition.html)** This resource allows for the definition of various types of plans as a sharable, consumable, and executable artifact. The resource is general enough to support the description of a broad range of clinical and non-clinical artifacts such as clinical decision support rules, order sets, protocols, and drug quality specifications. - [Search Practitioners](https://api-reference.oystehr.com/reference/get_practitioner.md): **[Practitioner on the FHIR specification website.](https://www.hl7.org/fhir/r4b/practitioner.html)** A person who is directly or indirectly involved in the provisioning of healthcare. - [Create a new Practitioner](https://api-reference.oystehr.com/reference/post_practitioner.md): **[Practitioner on the FHIR specification website.](https://www.hl7.org/fhir/r4b/practitioner.html)** A person who is directly or indirectly involved in the provisioning of healthcare. The body should be a valid FHIR object for Practitioner. Here is an example: ```json { "resourceType": "Practitioner", "id": "example", "text": { "status": "generated", "div": "
\n

Dr Adam Careful is a Referring Practitioner for Acme Hospital from 1-Jan 2012 to 31-Mar\n 2012

\n
" }, "identifier": [ { "system": "http://www.acme.org/practitioners", "value": "23" } ], "active": true, "name": [ { "family": "Careful", "given": [ "Adam" ], "prefix": [ "Dr" ] } ], "address": [ { "use": "home", "line": [ "534 Erewhon St" ], "city": "PleasantVille", "state": "Vic", "postalCode": "3999" } ], "qualification": [ { "identifier": [ { "system": "http://example.org/UniversityIdentifier", "value": "12345" } ], "code": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/v2-0360/2.7", "code": "BS", "display": "Bachelor of Science" } ], "text": "Bachelor of Science" }, "period": { "start": "1995" }, "issuer": { "display": "Example University" } } ] } ``` You can reference the FHIR documentation to determine the format for [`Practitioner`](https://www.hl7.org/fhir/r4b/Practitioner.html). - [Search Practitioners](https://api-reference.oystehr.com/reference/post_practitioner-search.md): **[Practitioner on the FHIR specification website.](https://www.hl7.org/fhir/r4b/practitioner.html)** A person who is directly or indirectly involved in the provisioning of healthcare. - [Get Practitioner with identifier {identifier}](https://api-reference.oystehr.com/reference/get_practitioner-identifier.md): **[Practitioner on the FHIR specification website.](https://www.hl7.org/fhir/r4b/practitioner.html)** A person who is directly or indirectly involved in the provisioning of healthcare. - [Update Practitioner with identifier {identifier}](https://api-reference.oystehr.com/reference/put_practitioner-identifier.md): **[Practitioner on the FHIR specification website.](https://www.hl7.org/fhir/r4b/practitioner.html)** A person who is directly or indirectly involved in the provisioning of healthcare. The body should be a valid FHIR object for Practitioner. Here is an example: ```json { "resourceType": "Practitioner", "id": "example", "text": { "status": "generated", "div": "
\n

Dr Adam Careful is a Referring Practitioner for Acme Hospital from 1-Jan 2012 to 31-Mar\n 2012

\n
" }, "identifier": [ { "system": "http://www.acme.org/practitioners", "value": "23" } ], "active": true, "name": [ { "family": "Careful", "given": [ "Adam" ], "prefix": [ "Dr" ] } ], "address": [ { "use": "home", "line": [ "534 Erewhon St" ], "city": "PleasantVille", "state": "Vic", "postalCode": "3999" } ], "qualification": [ { "identifier": [ { "system": "http://example.org/UniversityIdentifier", "value": "12345" } ], "code": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/v2-0360/2.7", "code": "BS", "display": "Bachelor of Science" } ], "text": "Bachelor of Science" }, "period": { "start": "1995" }, "issuer": { "display": "Example University" } } ] } ``` You can reference the FHIR documentation to determine the format for [`Practitioner`](https://www.hl7.org/fhir/r4b/Practitioner.html). - [Patch Practitioner with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_practitioner-identifier.md): **[Practitioner on the FHIR specification website.](https://www.hl7.org/fhir/r4b/practitioner.html)** A person who is directly or indirectly involved in the provisioning of healthcare. The body should be a list of valid JSON patches for Practitioner. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete Practitioner with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_practitioner-identifier.md): **[Practitioner on the FHIR specification website.](https://www.hl7.org/fhir/r4b/practitioner.html)** A person who is directly or indirectly involved in the provisioning of healthcare. - [Get history of Practitioner with identifier {identifier}](https://api-reference.oystehr.com/reference/get_practitioner-identifier-history.md): **[Practitioner on the FHIR specification website.](https://www.hl7.org/fhir/r4b/practitioner.html)** A person who is directly or indirectly involved in the provisioning of healthcare. - [Get Practitioner with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_practitioner-identifier-history-versionidentifier.md): **[Practitioner on the FHIR specification website.](https://www.hl7.org/fhir/r4b/practitioner.html)** A person who is directly or indirectly involved in the provisioning of healthcare. - [Search PractitionerRoles](https://api-reference.oystehr.com/reference/get_practitionerrole.md): **[PractitionerRole on the FHIR specification website.](https://www.hl7.org/fhir/r4b/practitionerrole.html)** A specific set of Roles/Locations/specialties/services that a practitioner may perform at an organization for a period of time. - [Create a new PractitionerRole](https://api-reference.oystehr.com/reference/post_practitionerrole.md): **[PractitionerRole on the FHIR specification website.](https://www.hl7.org/fhir/r4b/practitionerrole.html)** A specific set of Roles/Locations/specialties/services that a practitioner may perform at an organization for a period of time. The body should be a valid FHIR object for PractitionerRole. Here is an example: ```json { "resourceType": "PractitionerRole", "id": "example", "text": { "status": "generated", "div": "
\n\t\t\t

\n\t\t\t\tDr Adam Careful is a Referring Practitioner for Acme Hospital from 1-Jan 2012 to 31-Mar\n\t\t\t\t2012\n\t\t\t

\n\t\t
" }, "identifier": [ { "system": "http://www.acme.org/practitioners", "value": "23" } ], "active": true, "period": { "start": "2012-01-01", "end": "2012-03-31" }, "practitioner": { "reference": "Practitioner/example", "display": "Dr Adam Careful" }, "organization": { "reference": "Organization/f001" }, "code": [ { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/v2-0286", "code": "RP" } ] } ], "specialty": [ { "coding": [ { "system": "http://snomed.info/sct", "code": "408443003", "display": "General medical practice" } ] } ], "location": [ { "reference": "Location/1", "display": "South Wing, second floor" } ], "healthcareService": [ { "reference": "HealthcareService/example" } ], "telecom": [ { "system": "phone", "value": "(03) 5555 6473", "use": "work" }, { "system": "email", "value": "adam.southern@example.org", "use": "work" } ], "availableTime": [ { "daysOfWeek": [ "mon", "tue", "wed" ], "availableStartTime": "09:00:00", "availableEndTime": "16:30:00" }, { "daysOfWeek": [ "thu", "fri" ], "availableStartTime": "09:00:00", "availableEndTime": "12:00:00" } ], "notAvailable": [ { "description": "Adam will be on extended leave during May 2017", "during": { "start": "2017-05-01", "end": "2017-05-20" } } ], "availabilityExceptions": "Adam is generally unavailable on public holidays and during the Christmas/New Year break", "endpoint": [ { "reference": "Endpoint/example" } ] } ``` You can reference the FHIR documentation to determine the format for [`PractitionerRole`](https://www.hl7.org/fhir/r4b/PractitionerRole.html). - [Search PractitionerRoles](https://api-reference.oystehr.com/reference/post_practitionerrole-search.md): **[PractitionerRole on the FHIR specification website.](https://www.hl7.org/fhir/r4b/practitionerrole.html)** A specific set of Roles/Locations/specialties/services that a practitioner may perform at an organization for a period of time. - [Get PractitionerRole with identifier {identifier}](https://api-reference.oystehr.com/reference/get_practitionerrole-identifier.md): **[PractitionerRole on the FHIR specification website.](https://www.hl7.org/fhir/r4b/practitionerrole.html)** A specific set of Roles/Locations/specialties/services that a practitioner may perform at an organization for a period of time. - [Update PractitionerRole with identifier {identifier}](https://api-reference.oystehr.com/reference/put_practitionerrole-identifier.md): **[PractitionerRole on the FHIR specification website.](https://www.hl7.org/fhir/r4b/practitionerrole.html)** A specific set of Roles/Locations/specialties/services that a practitioner may perform at an organization for a period of time. The body should be a valid FHIR object for PractitionerRole. Here is an example: ```json { "resourceType": "PractitionerRole", "id": "example", "text": { "status": "generated", "div": "
\n\t\t\t

\n\t\t\t\tDr Adam Careful is a Referring Practitioner for Acme Hospital from 1-Jan 2012 to 31-Mar\n\t\t\t\t2012\n\t\t\t

\n\t\t
" }, "identifier": [ { "system": "http://www.acme.org/practitioners", "value": "23" } ], "active": true, "period": { "start": "2012-01-01", "end": "2012-03-31" }, "practitioner": { "reference": "Practitioner/example", "display": "Dr Adam Careful" }, "organization": { "reference": "Organization/f001" }, "code": [ { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/v2-0286", "code": "RP" } ] } ], "specialty": [ { "coding": [ { "system": "http://snomed.info/sct", "code": "408443003", "display": "General medical practice" } ] } ], "location": [ { "reference": "Location/1", "display": "South Wing, second floor" } ], "healthcareService": [ { "reference": "HealthcareService/example" } ], "telecom": [ { "system": "phone", "value": "(03) 5555 6473", "use": "work" }, { "system": "email", "value": "adam.southern@example.org", "use": "work" } ], "availableTime": [ { "daysOfWeek": [ "mon", "tue", "wed" ], "availableStartTime": "09:00:00", "availableEndTime": "16:30:00" }, { "daysOfWeek": [ "thu", "fri" ], "availableStartTime": "09:00:00", "availableEndTime": "12:00:00" } ], "notAvailable": [ { "description": "Adam will be on extended leave during May 2017", "during": { "start": "2017-05-01", "end": "2017-05-20" } } ], "availabilityExceptions": "Adam is generally unavailable on public holidays and during the Christmas/New Year break", "endpoint": [ { "reference": "Endpoint/example" } ] } ``` You can reference the FHIR documentation to determine the format for [`PractitionerRole`](https://www.hl7.org/fhir/r4b/PractitionerRole.html). - [Patch PractitionerRole with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_practitionerrole-identifier.md): **[PractitionerRole on the FHIR specification website.](https://www.hl7.org/fhir/r4b/practitionerrole.html)** A specific set of Roles/Locations/specialties/services that a practitioner may perform at an organization for a period of time. The body should be a list of valid JSON patches for PractitionerRole. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete PractitionerRole with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_practitionerrole-identifier.md): **[PractitionerRole on the FHIR specification website.](https://www.hl7.org/fhir/r4b/practitionerrole.html)** A specific set of Roles/Locations/specialties/services that a practitioner may perform at an organization for a period of time. - [Get history of PractitionerRole with identifier {identifier}](https://api-reference.oystehr.com/reference/get_practitionerrole-identifier-history.md): **[PractitionerRole on the FHIR specification website.](https://www.hl7.org/fhir/r4b/practitionerrole.html)** A specific set of Roles/Locations/specialties/services that a practitioner may perform at an organization for a period of time. - [Get PractitionerRole with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_practitionerrole-identifier-history-versionidentifier.md): **[PractitionerRole on the FHIR specification website.](https://www.hl7.org/fhir/r4b/practitionerrole.html)** A specific set of Roles/Locations/specialties/services that a practitioner may perform at an organization for a period of time. - [Search Procedures](https://api-reference.oystehr.com/reference/get_procedure.md): **[Procedure on the FHIR specification website.](https://www.hl7.org/fhir/r4b/procedure.html)** An action that is or was performed on or for a patient. This can be a physical intervention like an operation, or less invasive like long term services, counseling, or hypnotherapy. - [Create a new Procedure](https://api-reference.oystehr.com/reference/post_procedure.md): **[Procedure on the FHIR specification website.](https://www.hl7.org/fhir/r4b/procedure.html)** An action that is or was performed on or for a patient. This can be a physical intervention like an operation, or less invasive like long term services, counseling, or hypnotherapy. The body should be a valid FHIR object for Procedure. Here is an example: ```json { "resourceType": "Procedure", "id": "HCBS", "text": { "status": "generated", "div": "
\n\t\t\t

\n\t\t\t\t Personal care services provided at person's home\n\t\t\t

\n\t\t\t

\n\t\t\t\t Based On : Peter's Long Term Services and Supports (LTSS) care plan

\n\t\t\t

\n\t\t\t\t Status : completed

\n\t\t\t

\n\t\t\t\t Beneficiary : Peter James

\n\t\t\t

\n\t\t\t\t Service Name/Code : Personal care services (Details : {HCPCS code 'T1019' = 'Personal care services, per 15 minutes'})\n\t\t\t

\n\t\t\t

\n\t\t\t\t Service Date : Apr 5, 2018

\n\t\t\t

\n\t\t\t\t Service Provider : Adam Careful

\n\t\t\t

\n\t\t\t\t Service Delivery Address : Peter's home

\n\t\t\t

\n\t\t\t\t Service Comment : Assisted with bathing and dressing, doing laundry, and meal preparation

\n\t\t
" }, "basedOn": [ { "display": "Peter's Long Term Service and Supports (LTSS) Care Plan" } ], "status": "completed", "code": { "coding": [ { "system": "https://www.cms.gov/Medicare/Coding/HCPCSReleaseCodeSets/Alpha-Numeric-HCPCS.html", "code": "T1019", "display": "Personal care services, per 15 minutes, not for an inpatient or resident of a hospital, nursing facility, icf/mr or imd, part of the individualized plan of treatment." } ], "text": "Personal care services" }, "subject": { "reference": "Patient/example", "display": "Peter James" }, "performedDateTime": "2018-04-05", "performer": [ { "actor": { "reference": "Practitioner/example", "display": "Adam Careful" } } ], "location": { "reference": "Location/ph", "display": "Peter's Home" }, "note": [ { "text": "Assisted with bathing and dressing, doing laundry, and meal preparation" } ] } ``` You can reference the FHIR documentation to determine the format for [`Procedure`](https://www.hl7.org/fhir/r4b/Procedure.html). - [Search Procedures](https://api-reference.oystehr.com/reference/post_procedure-search.md): **[Procedure on the FHIR specification website.](https://www.hl7.org/fhir/r4b/procedure.html)** An action that is or was performed on or for a patient. This can be a physical intervention like an operation, or less invasive like long term services, counseling, or hypnotherapy. - [Get Procedure with identifier {identifier}](https://api-reference.oystehr.com/reference/get_procedure-identifier.md): **[Procedure on the FHIR specification website.](https://www.hl7.org/fhir/r4b/procedure.html)** An action that is or was performed on or for a patient. This can be a physical intervention like an operation, or less invasive like long term services, counseling, or hypnotherapy. - [Update Procedure with identifier {identifier}](https://api-reference.oystehr.com/reference/put_procedure-identifier.md): **[Procedure on the FHIR specification website.](https://www.hl7.org/fhir/r4b/procedure.html)** An action that is or was performed on or for a patient. This can be a physical intervention like an operation, or less invasive like long term services, counseling, or hypnotherapy. The body should be a valid FHIR object for Procedure. Here is an example: ```json { "resourceType": "Procedure", "id": "HCBS", "text": { "status": "generated", "div": "
\n\t\t\t

\n\t\t\t\t Personal care services provided at person's home\n\t\t\t

\n\t\t\t

\n\t\t\t\t Based On : Peter's Long Term Services and Supports (LTSS) care plan

\n\t\t\t

\n\t\t\t\t Status : completed

\n\t\t\t

\n\t\t\t\t Beneficiary : Peter James

\n\t\t\t

\n\t\t\t\t Service Name/Code : Personal care services (Details : {HCPCS code 'T1019' = 'Personal care services, per 15 minutes'})\n\t\t\t

\n\t\t\t

\n\t\t\t\t Service Date : Apr 5, 2018

\n\t\t\t

\n\t\t\t\t Service Provider : Adam Careful

\n\t\t\t

\n\t\t\t\t Service Delivery Address : Peter's home

\n\t\t\t

\n\t\t\t\t Service Comment : Assisted with bathing and dressing, doing laundry, and meal preparation

\n\t\t
" }, "basedOn": [ { "display": "Peter's Long Term Service and Supports (LTSS) Care Plan" } ], "status": "completed", "code": { "coding": [ { "system": "https://www.cms.gov/Medicare/Coding/HCPCSReleaseCodeSets/Alpha-Numeric-HCPCS.html", "code": "T1019", "display": "Personal care services, per 15 minutes, not for an inpatient or resident of a hospital, nursing facility, icf/mr or imd, part of the individualized plan of treatment." } ], "text": "Personal care services" }, "subject": { "reference": "Patient/example", "display": "Peter James" }, "performedDateTime": "2018-04-05", "performer": [ { "actor": { "reference": "Practitioner/example", "display": "Adam Careful" } } ], "location": { "reference": "Location/ph", "display": "Peter's Home" }, "note": [ { "text": "Assisted with bathing and dressing, doing laundry, and meal preparation" } ] } ``` You can reference the FHIR documentation to determine the format for [`Procedure`](https://www.hl7.org/fhir/r4b/Procedure.html). - [Patch Procedure with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_procedure-identifier.md): **[Procedure on the FHIR specification website.](https://www.hl7.org/fhir/r4b/procedure.html)** An action that is or was performed on or for a patient. This can be a physical intervention like an operation, or less invasive like long term services, counseling, or hypnotherapy. The body should be a list of valid JSON patches for Procedure. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete Procedure with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_procedure-identifier.md): **[Procedure on the FHIR specification website.](https://www.hl7.org/fhir/r4b/procedure.html)** An action that is or was performed on or for a patient. This can be a physical intervention like an operation, or less invasive like long term services, counseling, or hypnotherapy. - [Get history of Procedure with identifier {identifier}](https://api-reference.oystehr.com/reference/get_procedure-identifier-history.md): **[Procedure on the FHIR specification website.](https://www.hl7.org/fhir/r4b/procedure.html)** An action that is or was performed on or for a patient. This can be a physical intervention like an operation, or less invasive like long term services, counseling, or hypnotherapy. - [Get Procedure with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_procedure-identifier-history-versionidentifier.md): **[Procedure on the FHIR specification website.](https://www.hl7.org/fhir/r4b/procedure.html)** An action that is or was performed on or for a patient. This can be a physical intervention like an operation, or less invasive like long term services, counseling, or hypnotherapy. - [Search Provenances](https://api-reference.oystehr.com/reference/get_provenance.md): **[Provenance on the FHIR specification website.](https://www.hl7.org/fhir/r4b/provenance.html)** Provenance of a resource is a record that describes entities and processes involved in producing and delivering or otherwise influencing that resource. Provenance provides a critical foundation for assessing authenticity, enabling trust, and allowing reproducibility. Provenance assertions are a form of contextual metadata and can themselves become important records with their own provenance. Provenance statement indicates clinical significance in terms of confidence in authenticity, reliability, and trustworthiness, integrity, and stage in lifecycle (e.g. Document Completion - has the artifact been legally authenticated), all of which may impact security, privacy, and trust policies. - [Create a new Provenance](https://api-reference.oystehr.com/reference/post_provenance.md): **[Provenance on the FHIR specification website.](https://www.hl7.org/fhir/r4b/provenance.html)** Provenance of a resource is a record that describes entities and processes involved in producing and delivering or otherwise influencing that resource. Provenance provides a critical foundation for assessing authenticity, enabling trust, and allowing reproducibility. Provenance assertions are a form of contextual metadata and can themselves become important records with their own provenance. Provenance statement indicates clinical significance in terms of confidence in authenticity, reliability, and trustworthiness, integrity, and stage in lifecycle (e.g. Document Completion - has the artifact been legally authenticated), all of which may impact security, privacy, and trust policies. The body should be a valid FHIR object for Provenance. Here is an example: ```json { "resourceType": "Provenance", "id": "consent-signature", "text": { "status": "generated", "div": "

Generated Narrative with Details

id: consent-signature

target: Consent/consent-example-signature

recorded: 26/05/2016 12:41:10 AM

Agents

-RoleWho
*author (originator) (Details : {http://terminology.hl7.org/CodeSystem/v3-ParticipationType code 'AUT' = 'author (originator))Patient/72

signature:

" }, "target": [ { "reference": "Consent/consent-example-signature" } ], "recorded": "2016-05-26T00:41:10-04:00", "agent": [ { "role": [ { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", "code": "AUT" } ] } ], "who": { "reference": "Patient/72" } } ], "signature": [ { "type": [ { "system": "urn:iso-astm:E1762-95:2013", "code": "1.2.840.10065.1.12.1.1", "display": "Author's Signature" } ], "when": "2016-05-26T00:41:10-04:00", "who": { "reference": "Patient/72" }, "targetFormat": "application/fhir+xml", "sigFormat": "application/signature+xml", "data": "dGhpcyBibG9iIGlzIHNuaXBwZWQ=" } ] } ``` You can reference the FHIR documentation to determine the format for [`Provenance`](https://www.hl7.org/fhir/r4b/Provenance.html). - [Search Provenances](https://api-reference.oystehr.com/reference/post_provenance-search.md): **[Provenance on the FHIR specification website.](https://www.hl7.org/fhir/r4b/provenance.html)** Provenance of a resource is a record that describes entities and processes involved in producing and delivering or otherwise influencing that resource. Provenance provides a critical foundation for assessing authenticity, enabling trust, and allowing reproducibility. Provenance assertions are a form of contextual metadata and can themselves become important records with their own provenance. Provenance statement indicates clinical significance in terms of confidence in authenticity, reliability, and trustworthiness, integrity, and stage in lifecycle (e.g. Document Completion - has the artifact been legally authenticated), all of which may impact security, privacy, and trust policies. - [Get Provenance with identifier {identifier}](https://api-reference.oystehr.com/reference/get_provenance-identifier.md): **[Provenance on the FHIR specification website.](https://www.hl7.org/fhir/r4b/provenance.html)** Provenance of a resource is a record that describes entities and processes involved in producing and delivering or otherwise influencing that resource. Provenance provides a critical foundation for assessing authenticity, enabling trust, and allowing reproducibility. Provenance assertions are a form of contextual metadata and can themselves become important records with their own provenance. Provenance statement indicates clinical significance in terms of confidence in authenticity, reliability, and trustworthiness, integrity, and stage in lifecycle (e.g. Document Completion - has the artifact been legally authenticated), all of which may impact security, privacy, and trust policies. - [Update Provenance with identifier {identifier}](https://api-reference.oystehr.com/reference/put_provenance-identifier.md): **[Provenance on the FHIR specification website.](https://www.hl7.org/fhir/r4b/provenance.html)** Provenance of a resource is a record that describes entities and processes involved in producing and delivering or otherwise influencing that resource. Provenance provides a critical foundation for assessing authenticity, enabling trust, and allowing reproducibility. Provenance assertions are a form of contextual metadata and can themselves become important records with their own provenance. Provenance statement indicates clinical significance in terms of confidence in authenticity, reliability, and trustworthiness, integrity, and stage in lifecycle (e.g. Document Completion - has the artifact been legally authenticated), all of which may impact security, privacy, and trust policies. The body should be a valid FHIR object for Provenance. Here is an example: ```json { "resourceType": "Provenance", "id": "consent-signature", "text": { "status": "generated", "div": "

Generated Narrative with Details

id: consent-signature

target: Consent/consent-example-signature

recorded: 26/05/2016 12:41:10 AM

Agents

-RoleWho
*author (originator) (Details : {http://terminology.hl7.org/CodeSystem/v3-ParticipationType code 'AUT' = 'author (originator))Patient/72

signature:

" }, "target": [ { "reference": "Consent/consent-example-signature" } ], "recorded": "2016-05-26T00:41:10-04:00", "agent": [ { "role": [ { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", "code": "AUT" } ] } ], "who": { "reference": "Patient/72" } } ], "signature": [ { "type": [ { "system": "urn:iso-astm:E1762-95:2013", "code": "1.2.840.10065.1.12.1.1", "display": "Author's Signature" } ], "when": "2016-05-26T00:41:10-04:00", "who": { "reference": "Patient/72" }, "targetFormat": "application/fhir+xml", "sigFormat": "application/signature+xml", "data": "dGhpcyBibG9iIGlzIHNuaXBwZWQ=" } ] } ``` You can reference the FHIR documentation to determine the format for [`Provenance`](https://www.hl7.org/fhir/r4b/Provenance.html). - [Patch Provenance with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_provenance-identifier.md): **[Provenance on the FHIR specification website.](https://www.hl7.org/fhir/r4b/provenance.html)** Provenance of a resource is a record that describes entities and processes involved in producing and delivering or otherwise influencing that resource. Provenance provides a critical foundation for assessing authenticity, enabling trust, and allowing reproducibility. Provenance assertions are a form of contextual metadata and can themselves become important records with their own provenance. Provenance statement indicates clinical significance in terms of confidence in authenticity, reliability, and trustworthiness, integrity, and stage in lifecycle (e.g. Document Completion - has the artifact been legally authenticated), all of which may impact security, privacy, and trust policies. The body should be a list of valid JSON patches for Provenance. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete Provenance with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_provenance-identifier.md): **[Provenance on the FHIR specification website.](https://www.hl7.org/fhir/r4b/provenance.html)** Provenance of a resource is a record that describes entities and processes involved in producing and delivering or otherwise influencing that resource. Provenance provides a critical foundation for assessing authenticity, enabling trust, and allowing reproducibility. Provenance assertions are a form of contextual metadata and can themselves become important records with their own provenance. Provenance statement indicates clinical significance in terms of confidence in authenticity, reliability, and trustworthiness, integrity, and stage in lifecycle (e.g. Document Completion - has the artifact been legally authenticated), all of which may impact security, privacy, and trust policies. - [Get history of Provenance with identifier {identifier}](https://api-reference.oystehr.com/reference/get_provenance-identifier-history.md): **[Provenance on the FHIR specification website.](https://www.hl7.org/fhir/r4b/provenance.html)** Provenance of a resource is a record that describes entities and processes involved in producing and delivering or otherwise influencing that resource. Provenance provides a critical foundation for assessing authenticity, enabling trust, and allowing reproducibility. Provenance assertions are a form of contextual metadata and can themselves become important records with their own provenance. Provenance statement indicates clinical significance in terms of confidence in authenticity, reliability, and trustworthiness, integrity, and stage in lifecycle (e.g. Document Completion - has the artifact been legally authenticated), all of which may impact security, privacy, and trust policies. - [Get Provenance with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_provenance-identifier-history-versionidentifier.md): **[Provenance on the FHIR specification website.](https://www.hl7.org/fhir/r4b/provenance.html)** Provenance of a resource is a record that describes entities and processes involved in producing and delivering or otherwise influencing that resource. Provenance provides a critical foundation for assessing authenticity, enabling trust, and allowing reproducibility. Provenance assertions are a form of contextual metadata and can themselves become important records with their own provenance. Provenance statement indicates clinical significance in terms of confidence in authenticity, reliability, and trustworthiness, integrity, and stage in lifecycle (e.g. Document Completion - has the artifact been legally authenticated), all of which may impact security, privacy, and trust policies. - [Search Questionnaires](https://api-reference.oystehr.com/reference/get_questionnaire.md): **[Questionnaire on the FHIR specification website.](https://www.hl7.org/fhir/r4b/questionnaire.html)** A structured set of questions intended to guide the collection of answers from end-users. Questionnaires provide detailed control over order, presentation, phraseology and grouping to allow coherent, consistent data collection. - [Create a new Questionnaire](https://api-reference.oystehr.com/reference/post_questionnaire.md): **[Questionnaire on the FHIR specification website.](https://www.hl7.org/fhir/r4b/questionnaire.html)** A structured set of questions intended to guide the collection of answers from end-users. Questionnaires provide detailed control over order, presentation, phraseology and grouping to allow coherent, consistent data collection. The body should be a valid FHIR object for Questionnaire. Here is an example: ```json { "resourceType": "Questionnaire", "id": "f201", "text": { "status": "generated", "div": "
\n
Lifelines Questionnaire 1 part 1\n  1. Do you have allergies?\n  2. General Questions:\n    2.a) What is your gender?\n    2.b) What is your date of birth?\n    2.c) What is your country of birth?\n    2.d) What is your marital status?\n    3. Intoxications:\n      3.a) Do you smoke?\n      3.b) Do you drink alcohol?
\n
" }, "url": "http://hl7.org/fhir/Questionnaire/f201", "status": "active", "subjectType": [ "Patient" ], "date": "2010", "code": [ { "system": "http://example.org/system/code/lifelines/nl", "code": "VL 1-1, 18-65_1.2.2", "display": "Lifelines Questionnaire 1 part 1" } ], "item": [ { "linkId": "1", "text": "Do you have allergies?", "type": "boolean" }, { "linkId": "2", "text": "General questions", "type": "group", "item": [ { "linkId": "2.1", "text": "What is your gender?", "type": "string" }, { "linkId": "2.2", "text": "What is your date of birth?", "type": "date" }, { "linkId": "2.3", "text": "What is your country of birth?", "type": "string" }, { "linkId": "2.4", "text": "What is your marital status?", "type": "string" } ] }, { "linkId": "3", "text": "Intoxications", "type": "group", "item": [ { "linkId": "3.1", "text": "Do you smoke?", "type": "boolean" }, { "linkId": "3.2", "text": "Do you drink alchohol?", "type": "boolean" } ] } ] } ``` You can reference the FHIR documentation to determine the format for [`Questionnaire`](https://www.hl7.org/fhir/r4b/Questionnaire.html). - [Search Questionnaires](https://api-reference.oystehr.com/reference/post_questionnaire-search.md): **[Questionnaire on the FHIR specification website.](https://www.hl7.org/fhir/r4b/questionnaire.html)** A structured set of questions intended to guide the collection of answers from end-users. Questionnaires provide detailed control over order, presentation, phraseology and grouping to allow coherent, consistent data collection. - [Get Questionnaire with identifier {identifier}](https://api-reference.oystehr.com/reference/get_questionnaire-identifier.md): **[Questionnaire on the FHIR specification website.](https://www.hl7.org/fhir/r4b/questionnaire.html)** A structured set of questions intended to guide the collection of answers from end-users. Questionnaires provide detailed control over order, presentation, phraseology and grouping to allow coherent, consistent data collection. - [Update Questionnaire with identifier {identifier}](https://api-reference.oystehr.com/reference/put_questionnaire-identifier.md): **[Questionnaire on the FHIR specification website.](https://www.hl7.org/fhir/r4b/questionnaire.html)** A structured set of questions intended to guide the collection of answers from end-users. Questionnaires provide detailed control over order, presentation, phraseology and grouping to allow coherent, consistent data collection. The body should be a valid FHIR object for Questionnaire. Here is an example: ```json { "resourceType": "Questionnaire", "id": "f201", "text": { "status": "generated", "div": "
\n
Lifelines Questionnaire 1 part 1\n  1. Do you have allergies?\n  2. General Questions:\n    2.a) What is your gender?\n    2.b) What is your date of birth?\n    2.c) What is your country of birth?\n    2.d) What is your marital status?\n    3. Intoxications:\n      3.a) Do you smoke?\n      3.b) Do you drink alcohol?
\n
" }, "url": "http://hl7.org/fhir/Questionnaire/f201", "status": "active", "subjectType": [ "Patient" ], "date": "2010", "code": [ { "system": "http://example.org/system/code/lifelines/nl", "code": "VL 1-1, 18-65_1.2.2", "display": "Lifelines Questionnaire 1 part 1" } ], "item": [ { "linkId": "1", "text": "Do you have allergies?", "type": "boolean" }, { "linkId": "2", "text": "General questions", "type": "group", "item": [ { "linkId": "2.1", "text": "What is your gender?", "type": "string" }, { "linkId": "2.2", "text": "What is your date of birth?", "type": "date" }, { "linkId": "2.3", "text": "What is your country of birth?", "type": "string" }, { "linkId": "2.4", "text": "What is your marital status?", "type": "string" } ] }, { "linkId": "3", "text": "Intoxications", "type": "group", "item": [ { "linkId": "3.1", "text": "Do you smoke?", "type": "boolean" }, { "linkId": "3.2", "text": "Do you drink alchohol?", "type": "boolean" } ] } ] } ``` You can reference the FHIR documentation to determine the format for [`Questionnaire`](https://www.hl7.org/fhir/r4b/Questionnaire.html). - [Patch Questionnaire with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_questionnaire-identifier.md): **[Questionnaire on the FHIR specification website.](https://www.hl7.org/fhir/r4b/questionnaire.html)** A structured set of questions intended to guide the collection of answers from end-users. Questionnaires provide detailed control over order, presentation, phraseology and grouping to allow coherent, consistent data collection. The body should be a list of valid JSON patches for Questionnaire. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete Questionnaire with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_questionnaire-identifier.md): **[Questionnaire on the FHIR specification website.](https://www.hl7.org/fhir/r4b/questionnaire.html)** A structured set of questions intended to guide the collection of answers from end-users. Questionnaires provide detailed control over order, presentation, phraseology and grouping to allow coherent, consistent data collection. - [Get history of Questionnaire with identifier {identifier}](https://api-reference.oystehr.com/reference/get_questionnaire-identifier-history.md): **[Questionnaire on the FHIR specification website.](https://www.hl7.org/fhir/r4b/questionnaire.html)** A structured set of questions intended to guide the collection of answers from end-users. Questionnaires provide detailed control over order, presentation, phraseology and grouping to allow coherent, consistent data collection. - [Get Questionnaire with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_questionnaire-identifier-history-versionidentifier.md): **[Questionnaire on the FHIR specification website.](https://www.hl7.org/fhir/r4b/questionnaire.html)** A structured set of questions intended to guide the collection of answers from end-users. Questionnaires provide detailed control over order, presentation, phraseology and grouping to allow coherent, consistent data collection. - [Search QuestionnaireResponses](https://api-reference.oystehr.com/reference/get_questionnaireresponse.md): **[QuestionnaireResponse on the FHIR specification website.](https://www.hl7.org/fhir/r4b/questionnaireresponse.html)** A structured set of questions and their answers. The questions are ordered and grouped into coherent subsets, corresponding to the structure of the grouping of the questionnaire being responded to. - [Create a new QuestionnaireResponse](https://api-reference.oystehr.com/reference/post_questionnaireresponse.md): **[QuestionnaireResponse on the FHIR specification website.](https://www.hl7.org/fhir/r4b/questionnaireresponse.html)** A structured set of questions and their answers. The questions are ordered and grouped into coherent subsets, corresponding to the structure of the grouping of the questionnaire being responded to. The body should be a valid FHIR object for QuestionnaireResponse. For example, if creating a [`Slot`](https://www.hl7.org/fhir/r4b/slot.html) resource, here is a valid object: ```json { "resourceType": "Slot", "schedule": { "reference": "schedule/a" }, "status": "free", "start": "2022-08-10T11:00:00Z", "end": "2022-08-10T12:00:00Z" } ``` You can reference the FHIR documentation to determine the format for [`QuestionnaireResponse`](https://www.hl7.org/fhir/r4b/QuestionnaireResponse.html). - [Search QuestionnaireResponses](https://api-reference.oystehr.com/reference/post_questionnaireresponse-search.md): **[QuestionnaireResponse on the FHIR specification website.](https://www.hl7.org/fhir/r4b/questionnaireresponse.html)** A structured set of questions and their answers. The questions are ordered and grouped into coherent subsets, corresponding to the structure of the grouping of the questionnaire being responded to. - [Get QuestionnaireResponse with identifier {identifier}](https://api-reference.oystehr.com/reference/get_questionnaireresponse-identifier.md): **[QuestionnaireResponse on the FHIR specification website.](https://www.hl7.org/fhir/r4b/questionnaireresponse.html)** A structured set of questions and their answers. The questions are ordered and grouped into coherent subsets, corresponding to the structure of the grouping of the questionnaire being responded to. - [Update QuestionnaireResponse with identifier {identifier}](https://api-reference.oystehr.com/reference/put_questionnaireresponse-identifier.md): **[QuestionnaireResponse on the FHIR specification website.](https://www.hl7.org/fhir/r4b/questionnaireresponse.html)** A structured set of questions and their answers. The questions are ordered and grouped into coherent subsets, corresponding to the structure of the grouping of the questionnaire being responded to. The body should be a valid FHIR object for QuestionnaireResponse. For example, if updating a [`Slot`](https://www.hl7.org/fhir/r4b/slot.html) resource, here is a valid object: ```json { "resourceType": "Slot", "schedule": { "reference": "schedule/a" }, "status": "free", "start": "2022-08-10T11:00:00Z", "end": "2022-08-10T12:00:00Z" } ``` You can reference the FHIR documentation to determine the format for [`QuestionnaireResponse`](https://www.hl7.org/fhir/r4b/QuestionnaireResponse.html). - [Patch QuestionnaireResponse with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_questionnaireresponse-identifier.md): **[QuestionnaireResponse on the FHIR specification website.](https://www.hl7.org/fhir/r4b/questionnaireresponse.html)** A structured set of questions and their answers. The questions are ordered and grouped into coherent subsets, corresponding to the structure of the grouping of the questionnaire being responded to. The body should be a list of valid JSON patches for QuestionnaireResponse. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete QuestionnaireResponse with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_questionnaireresponse-identifier.md): **[QuestionnaireResponse on the FHIR specification website.](https://www.hl7.org/fhir/r4b/questionnaireresponse.html)** A structured set of questions and their answers. The questions are ordered and grouped into coherent subsets, corresponding to the structure of the grouping of the questionnaire being responded to. - [Get history of QuestionnaireResponse with identifier {identifier}](https://api-reference.oystehr.com/reference/get_questionnaireresponse-identifier-history.md): **[QuestionnaireResponse on the FHIR specification website.](https://www.hl7.org/fhir/r4b/questionnaireresponse.html)** A structured set of questions and their answers. The questions are ordered and grouped into coherent subsets, corresponding to the structure of the grouping of the questionnaire being responded to. - [Get QuestionnaireResponse with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_questionnaireresponse-identifier-history-versionidentifier.md): **[QuestionnaireResponse on the FHIR specification website.](https://www.hl7.org/fhir/r4b/questionnaireresponse.html)** A structured set of questions and their answers. The questions are ordered and grouped into coherent subsets, corresponding to the structure of the grouping of the questionnaire being responded to. - [Search RegulatedAuthorizations](https://api-reference.oystehr.com/reference/get_regulatedauthorization.md): **[RegulatedAuthorization on the FHIR specification website.](https://www.hl7.org/fhir/r4b/regulatedauthorization.html)** Regulatory approval, clearance or licencing related to a regulated product, treatment, facility or activity that is cited in a guidance, regulation, rule or legislative act. An example is Market Authorization relating to a Medicinal Product. - [Create a new RegulatedAuthorization](https://api-reference.oystehr.com/reference/post_regulatedauthorization.md): **[RegulatedAuthorization on the FHIR specification website.](https://www.hl7.org/fhir/r4b/regulatedauthorization.html)** Regulatory approval, clearance or licencing related to a regulated product, treatment, facility or activity that is cited in a guidance, regulation, rule or legislative act. An example is Market Authorization relating to a Medicinal Product. The body should be a valid FHIR object for RegulatedAuthorization. For example, if creating a [`Slot`](https://www.hl7.org/fhir/r4b/slot.html) resource, here is a valid object: ```json { "resourceType": "Slot", "schedule": { "reference": "schedule/a" }, "status": "free", "start": "2022-08-10T11:00:00Z", "end": "2022-08-10T12:00:00Z" } ``` You can reference the FHIR documentation to determine the format for [`RegulatedAuthorization`](https://www.hl7.org/fhir/r4b/RegulatedAuthorization.html). - [Search RegulatedAuthorizations](https://api-reference.oystehr.com/reference/post_regulatedauthorization-search.md): **[RegulatedAuthorization on the FHIR specification website.](https://www.hl7.org/fhir/r4b/regulatedauthorization.html)** Regulatory approval, clearance or licencing related to a regulated product, treatment, facility or activity that is cited in a guidance, regulation, rule or legislative act. An example is Market Authorization relating to a Medicinal Product. - [Get RegulatedAuthorization with identifier {identifier}](https://api-reference.oystehr.com/reference/get_regulatedauthorization-identifier.md): **[RegulatedAuthorization on the FHIR specification website.](https://www.hl7.org/fhir/r4b/regulatedauthorization.html)** Regulatory approval, clearance or licencing related to a regulated product, treatment, facility or activity that is cited in a guidance, regulation, rule or legislative act. An example is Market Authorization relating to a Medicinal Product. - [Update RegulatedAuthorization with identifier {identifier}](https://api-reference.oystehr.com/reference/put_regulatedauthorization-identifier.md): **[RegulatedAuthorization on the FHIR specification website.](https://www.hl7.org/fhir/r4b/regulatedauthorization.html)** Regulatory approval, clearance or licencing related to a regulated product, treatment, facility or activity that is cited in a guidance, regulation, rule or legislative act. An example is Market Authorization relating to a Medicinal Product. The body should be a valid FHIR object for RegulatedAuthorization. For example, if updating a [`Slot`](https://www.hl7.org/fhir/r4b/slot.html) resource, here is a valid object: ```json { "resourceType": "Slot", "schedule": { "reference": "schedule/a" }, "status": "free", "start": "2022-08-10T11:00:00Z", "end": "2022-08-10T12:00:00Z" } ``` You can reference the FHIR documentation to determine the format for [`RegulatedAuthorization`](https://www.hl7.org/fhir/r4b/RegulatedAuthorization.html). - [Patch RegulatedAuthorization with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_regulatedauthorization-identifier.md): **[RegulatedAuthorization on the FHIR specification website.](https://www.hl7.org/fhir/r4b/regulatedauthorization.html)** Regulatory approval, clearance or licencing related to a regulated product, treatment, facility or activity that is cited in a guidance, regulation, rule or legislative act. An example is Market Authorization relating to a Medicinal Product. The body should be a list of valid JSON patches for RegulatedAuthorization. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete RegulatedAuthorization with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_regulatedauthorization-identifier.md): **[RegulatedAuthorization on the FHIR specification website.](https://www.hl7.org/fhir/r4b/regulatedauthorization.html)** Regulatory approval, clearance or licencing related to a regulated product, treatment, facility or activity that is cited in a guidance, regulation, rule or legislative act. An example is Market Authorization relating to a Medicinal Product. - [Get history of RegulatedAuthorization with identifier {identifier}](https://api-reference.oystehr.com/reference/get_regulatedauthorization-identifier-history.md): **[RegulatedAuthorization on the FHIR specification website.](https://www.hl7.org/fhir/r4b/regulatedauthorization.html)** Regulatory approval, clearance or licencing related to a regulated product, treatment, facility or activity that is cited in a guidance, regulation, rule or legislative act. An example is Market Authorization relating to a Medicinal Product. - [Get RegulatedAuthorization with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_regulatedauthorization-identifier-history-versionidentifier.md): **[RegulatedAuthorization on the FHIR specification website.](https://www.hl7.org/fhir/r4b/regulatedauthorization.html)** Regulatory approval, clearance or licencing related to a regulated product, treatment, facility or activity that is cited in a guidance, regulation, rule or legislative act. An example is Market Authorization relating to a Medicinal Product. - [Search RelatedPersons](https://api-reference.oystehr.com/reference/get_relatedperson.md): **[RelatedPerson on the FHIR specification website.](https://www.hl7.org/fhir/r4b/relatedperson.html)** Information about a person that is involved in the care for a patient, but who is not the target of healthcare, nor has a formal responsibility in the care process. - [Create a new RelatedPerson](https://api-reference.oystehr.com/reference/post_relatedperson.md): **[RelatedPerson on the FHIR specification website.](https://www.hl7.org/fhir/r4b/relatedperson.html)** Information about a person that is involved in the care for a patient, but who is not the target of healthcare, nor has a formal responsibility in the care process. The body should be a valid FHIR object for RelatedPerson. Here is an example: ```json { "resourceType": "RelatedPerson", "id": "benedicte", "text": { "status": "generated", "div": "
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
NameBénédicte du Marché
Address43, Place du Marché Sainte Catherine, 75004 Paris, France
ContactsPhone: +33 (237) 998327
\n
" }, "identifier": [ { "use": "usual", "type": { "text": "INSEE" }, "system": "urn:oid:1.2.250.1.61", "value": "272117510400399" } ], "active": true, "patient": { "reference": "Patient/example" }, "relationship": [ { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/v2-0131", "code": "N" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "code": "WIFE" } ] } ], "name": [ { "family": "du Marché", "_family": { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", "valueString": "VV" } ] }, "given": [ "Bénédicte" ] } ], "telecom": [ { "system": "phone", "value": "+33 (237) 998327" } ], "gender": "female", "address": [ { "line": [ "43, Place du Marché Sainte Catherine" ], "city": "Paris", "postalCode": "75004", "country": "FRA" } ], "photo": [ { "contentType": "image/jpeg", "url": "Binary/f016" } ] } ``` You can reference the FHIR documentation to determine the format for [`RelatedPerson`](https://www.hl7.org/fhir/r4b/RelatedPerson.html). - [Search RelatedPersons](https://api-reference.oystehr.com/reference/post_relatedperson-search.md): **[RelatedPerson on the FHIR specification website.](https://www.hl7.org/fhir/r4b/relatedperson.html)** Information about a person that is involved in the care for a patient, but who is not the target of healthcare, nor has a formal responsibility in the care process. - [Get RelatedPerson with identifier {identifier}](https://api-reference.oystehr.com/reference/get_relatedperson-identifier.md): **[RelatedPerson on the FHIR specification website.](https://www.hl7.org/fhir/r4b/relatedperson.html)** Information about a person that is involved in the care for a patient, but who is not the target of healthcare, nor has a formal responsibility in the care process. - [Update RelatedPerson with identifier {identifier}](https://api-reference.oystehr.com/reference/put_relatedperson-identifier.md): **[RelatedPerson on the FHIR specification website.](https://www.hl7.org/fhir/r4b/relatedperson.html)** Information about a person that is involved in the care for a patient, but who is not the target of healthcare, nor has a formal responsibility in the care process. The body should be a valid FHIR object for RelatedPerson. Here is an example: ```json { "resourceType": "RelatedPerson", "id": "benedicte", "text": { "status": "generated", "div": "
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
NameBénédicte du Marché
Address43, Place du Marché Sainte Catherine, 75004 Paris, France
ContactsPhone: +33 (237) 998327
\n
" }, "identifier": [ { "use": "usual", "type": { "text": "INSEE" }, "system": "urn:oid:1.2.250.1.61", "value": "272117510400399" } ], "active": true, "patient": { "reference": "Patient/example" }, "relationship": [ { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/v2-0131", "code": "N" }, { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "code": "WIFE" } ] } ], "name": [ { "family": "du Marché", "_family": { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", "valueString": "VV" } ] }, "given": [ "Bénédicte" ] } ], "telecom": [ { "system": "phone", "value": "+33 (237) 998327" } ], "gender": "female", "address": [ { "line": [ "43, Place du Marché Sainte Catherine" ], "city": "Paris", "postalCode": "75004", "country": "FRA" } ], "photo": [ { "contentType": "image/jpeg", "url": "Binary/f016" } ] } ``` You can reference the FHIR documentation to determine the format for [`RelatedPerson`](https://www.hl7.org/fhir/r4b/RelatedPerson.html). - [Patch RelatedPerson with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_relatedperson-identifier.md): **[RelatedPerson on the FHIR specification website.](https://www.hl7.org/fhir/r4b/relatedperson.html)** Information about a person that is involved in the care for a patient, but who is not the target of healthcare, nor has a formal responsibility in the care process. The body should be a list of valid JSON patches for RelatedPerson. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete RelatedPerson with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_relatedperson-identifier.md): **[RelatedPerson on the FHIR specification website.](https://www.hl7.org/fhir/r4b/relatedperson.html)** Information about a person that is involved in the care for a patient, but who is not the target of healthcare, nor has a formal responsibility in the care process. - [Get history of RelatedPerson with identifier {identifier}](https://api-reference.oystehr.com/reference/get_relatedperson-identifier-history.md): **[RelatedPerson on the FHIR specification website.](https://www.hl7.org/fhir/r4b/relatedperson.html)** Information about a person that is involved in the care for a patient, but who is not the target of healthcare, nor has a formal responsibility in the care process. - [Get RelatedPerson with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_relatedperson-identifier-history-versionidentifier.md): **[RelatedPerson on the FHIR specification website.](https://www.hl7.org/fhir/r4b/relatedperson.html)** Information about a person that is involved in the care for a patient, but who is not the target of healthcare, nor has a formal responsibility in the care process. - [Search RequestGroups](https://api-reference.oystehr.com/reference/get_requestgroup.md): **[RequestGroup on the FHIR specification website.](https://www.hl7.org/fhir/r4b/requestgroup.html)** A group of related requests that can be used to capture intended activities that have inter-dependencies such as "give this medication after that one". - [Create a new RequestGroup](https://api-reference.oystehr.com/reference/post_requestgroup.md): **[RequestGroup on the FHIR specification website.](https://www.hl7.org/fhir/r4b/requestgroup.html)** A group of related requests that can be used to capture intended activities that have inter-dependencies such as "give this medication after that one". The body should be a valid FHIR object for RequestGroup. For example, if creating a [`Slot`](https://www.hl7.org/fhir/r4b/slot.html) resource, here is a valid object: ```json { "resourceType": "Slot", "schedule": { "reference": "schedule/a" }, "status": "free", "start": "2022-08-10T11:00:00Z", "end": "2022-08-10T12:00:00Z" } ``` You can reference the FHIR documentation to determine the format for [`RequestGroup`](https://www.hl7.org/fhir/r4b/RequestGroup.html). - [Search RequestGroups](https://api-reference.oystehr.com/reference/post_requestgroup-search.md): **[RequestGroup on the FHIR specification website.](https://www.hl7.org/fhir/r4b/requestgroup.html)** A group of related requests that can be used to capture intended activities that have inter-dependencies such as "give this medication after that one". - [Get RequestGroup with identifier {identifier}](https://api-reference.oystehr.com/reference/get_requestgroup-identifier.md): **[RequestGroup on the FHIR specification website.](https://www.hl7.org/fhir/r4b/requestgroup.html)** A group of related requests that can be used to capture intended activities that have inter-dependencies such as "give this medication after that one". - [Update RequestGroup with identifier {identifier}](https://api-reference.oystehr.com/reference/put_requestgroup-identifier.md): **[RequestGroup on the FHIR specification website.](https://www.hl7.org/fhir/r4b/requestgroup.html)** A group of related requests that can be used to capture intended activities that have inter-dependencies such as "give this medication after that one". The body should be a valid FHIR object for RequestGroup. For example, if updating a [`Slot`](https://www.hl7.org/fhir/r4b/slot.html) resource, here is a valid object: ```json { "resourceType": "Slot", "schedule": { "reference": "schedule/a" }, "status": "free", "start": "2022-08-10T11:00:00Z", "end": "2022-08-10T12:00:00Z" } ``` You can reference the FHIR documentation to determine the format for [`RequestGroup`](https://www.hl7.org/fhir/r4b/RequestGroup.html). - [Patch RequestGroup with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_requestgroup-identifier.md): **[RequestGroup on the FHIR specification website.](https://www.hl7.org/fhir/r4b/requestgroup.html)** A group of related requests that can be used to capture intended activities that have inter-dependencies such as "give this medication after that one". The body should be a list of valid JSON patches for RequestGroup. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete RequestGroup with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_requestgroup-identifier.md): **[RequestGroup on the FHIR specification website.](https://www.hl7.org/fhir/r4b/requestgroup.html)** A group of related requests that can be used to capture intended activities that have inter-dependencies such as "give this medication after that one". - [Get history of RequestGroup with identifier {identifier}](https://api-reference.oystehr.com/reference/get_requestgroup-identifier-history.md): **[RequestGroup on the FHIR specification website.](https://www.hl7.org/fhir/r4b/requestgroup.html)** A group of related requests that can be used to capture intended activities that have inter-dependencies such as "give this medication after that one". - [Get RequestGroup with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_requestgroup-identifier-history-versionidentifier.md): **[RequestGroup on the FHIR specification website.](https://www.hl7.org/fhir/r4b/requestgroup.html)** A group of related requests that can be used to capture intended activities that have inter-dependencies such as "give this medication after that one". - [Search ResearchDefinitions](https://api-reference.oystehr.com/reference/get_researchdefinition.md): **[ResearchDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/researchdefinition.html)** The ResearchDefinition resource describes the conditional state (population and any exposures being compared within the population) and outcome (if specified) that the knowledge (evidence, assertion, recommendation) is about. - [Create a new ResearchDefinition](https://api-reference.oystehr.com/reference/post_researchdefinition.md): **[ResearchDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/researchdefinition.html)** The ResearchDefinition resource describes the conditional state (population and any exposures being compared within the population) and outcome (if specified) that the knowledge (evidence, assertion, recommendation) is about. The body should be a valid FHIR object for ResearchDefinition. Here is an example: ```json { "resourceType": "ResearchDefinition", "id": "example", "text": { "status": "generated", "div": "
[Put rendering here]
" }, "status": "draft", "population": { "reference": "ResearchElementDefinition/example" } } ``` You can reference the FHIR documentation to determine the format for [`ResearchDefinition`](https://www.hl7.org/fhir/r4b/ResearchDefinition.html). - [Search ResearchDefinitions](https://api-reference.oystehr.com/reference/post_researchdefinition-search.md): **[ResearchDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/researchdefinition.html)** The ResearchDefinition resource describes the conditional state (population and any exposures being compared within the population) and outcome (if specified) that the knowledge (evidence, assertion, recommendation) is about. - [Get ResearchDefinition with identifier {identifier}](https://api-reference.oystehr.com/reference/get_researchdefinition-identifier.md): **[ResearchDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/researchdefinition.html)** The ResearchDefinition resource describes the conditional state (population and any exposures being compared within the population) and outcome (if specified) that the knowledge (evidence, assertion, recommendation) is about. - [Update ResearchDefinition with identifier {identifier}](https://api-reference.oystehr.com/reference/put_researchdefinition-identifier.md): **[ResearchDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/researchdefinition.html)** The ResearchDefinition resource describes the conditional state (population and any exposures being compared within the population) and outcome (if specified) that the knowledge (evidence, assertion, recommendation) is about. The body should be a valid FHIR object for ResearchDefinition. Here is an example: ```json { "resourceType": "ResearchDefinition", "id": "example", "text": { "status": "generated", "div": "
[Put rendering here]
" }, "status": "draft", "population": { "reference": "ResearchElementDefinition/example" } } ``` You can reference the FHIR documentation to determine the format for [`ResearchDefinition`](https://www.hl7.org/fhir/r4b/ResearchDefinition.html). - [Patch ResearchDefinition with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_researchdefinition-identifier.md): **[ResearchDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/researchdefinition.html)** The ResearchDefinition resource describes the conditional state (population and any exposures being compared within the population) and outcome (if specified) that the knowledge (evidence, assertion, recommendation) is about. The body should be a list of valid JSON patches for ResearchDefinition. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete ResearchDefinition with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_researchdefinition-identifier.md): **[ResearchDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/researchdefinition.html)** The ResearchDefinition resource describes the conditional state (population and any exposures being compared within the population) and outcome (if specified) that the knowledge (evidence, assertion, recommendation) is about. - [Get history of ResearchDefinition with identifier {identifier}](https://api-reference.oystehr.com/reference/get_researchdefinition-identifier-history.md): **[ResearchDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/researchdefinition.html)** The ResearchDefinition resource describes the conditional state (population and any exposures being compared within the population) and outcome (if specified) that the knowledge (evidence, assertion, recommendation) is about. - [Get ResearchDefinition with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_researchdefinition-identifier-history-versionidentifier.md): **[ResearchDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/researchdefinition.html)** The ResearchDefinition resource describes the conditional state (population and any exposures being compared within the population) and outcome (if specified) that the knowledge (evidence, assertion, recommendation) is about. - [Search ResearchElementDefinitions](https://api-reference.oystehr.com/reference/get_researchelementdefinition.md): **[ResearchElementDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/researchelementdefinition.html)** The ResearchElementDefinition resource describes a "PICO" element that knowledge (evidence, assertion, recommendation) is about. - [Create a new ResearchElementDefinition](https://api-reference.oystehr.com/reference/post_researchelementdefinition.md): **[ResearchElementDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/researchelementdefinition.html)** The ResearchElementDefinition resource describes a "PICO" element that knowledge (evidence, assertion, recommendation) is about. The body should be a valid FHIR object for ResearchElementDefinition. Here is an example: ```json { "resourceType": "ResearchElementDefinition", "id": "example", "text": { "status": "generated", "div": "
[Put rendering here]
" }, "status": "draft", "type": "population", "characteristic": [ { "definitionCodeableConcept": { "text": "Diabetic patients over 65" } } ] } ``` You can reference the FHIR documentation to determine the format for [`ResearchElementDefinition`](https://www.hl7.org/fhir/r4b/ResearchElementDefinition.html). - [Search ResearchElementDefinitions](https://api-reference.oystehr.com/reference/post_researchelementdefinition-search.md): **[ResearchElementDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/researchelementdefinition.html)** The ResearchElementDefinition resource describes a "PICO" element that knowledge (evidence, assertion, recommendation) is about. - [Get ResearchElementDefinition with identifier {identifier}](https://api-reference.oystehr.com/reference/get_researchelementdefinition-identifier.md): **[ResearchElementDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/researchelementdefinition.html)** The ResearchElementDefinition resource describes a "PICO" element that knowledge (evidence, assertion, recommendation) is about. - [Update ResearchElementDefinition with identifier {identifier}](https://api-reference.oystehr.com/reference/put_researchelementdefinition-identifier.md): **[ResearchElementDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/researchelementdefinition.html)** The ResearchElementDefinition resource describes a "PICO" element that knowledge (evidence, assertion, recommendation) is about. The body should be a valid FHIR object for ResearchElementDefinition. Here is an example: ```json { "resourceType": "ResearchElementDefinition", "id": "example", "text": { "status": "generated", "div": "
[Put rendering here]
" }, "status": "draft", "type": "population", "characteristic": [ { "definitionCodeableConcept": { "text": "Diabetic patients over 65" } } ] } ``` You can reference the FHIR documentation to determine the format for [`ResearchElementDefinition`](https://www.hl7.org/fhir/r4b/ResearchElementDefinition.html). - [Patch ResearchElementDefinition with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_researchelementdefinition-identifier.md): **[ResearchElementDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/researchelementdefinition.html)** The ResearchElementDefinition resource describes a "PICO" element that knowledge (evidence, assertion, recommendation) is about. The body should be a list of valid JSON patches for ResearchElementDefinition. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete ResearchElementDefinition with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_researchelementdefinition-identifier.md): **[ResearchElementDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/researchelementdefinition.html)** The ResearchElementDefinition resource describes a "PICO" element that knowledge (evidence, assertion, recommendation) is about. - [Get history of ResearchElementDefinition with identifier {identifier}](https://api-reference.oystehr.com/reference/get_researchelementdefinition-identifier-history.md): **[ResearchElementDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/researchelementdefinition.html)** The ResearchElementDefinition resource describes a "PICO" element that knowledge (evidence, assertion, recommendation) is about. - [Get ResearchElementDefinition with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_researchelementdefinition-identifier-history-versionidentifier.md): **[ResearchElementDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/researchelementdefinition.html)** The ResearchElementDefinition resource describes a "PICO" element that knowledge (evidence, assertion, recommendation) is about. - [Search ResearchStudys](https://api-reference.oystehr.com/reference/get_researchstudy.md): **[ResearchStudy on the FHIR specification website.](https://www.hl7.org/fhir/r4b/researchstudy.html)** A process where a researcher or organization plans and then executes a series of steps intended to increase the field of healthcare-related knowledge. This includes studies of safety, efficacy, comparative effectiveness and other information about medications, devices, therapies and other interventional and investigative techniques. A ResearchStudy involves the gathering of information about human or animal subjects. - [Create a new ResearchStudy](https://api-reference.oystehr.com/reference/post_researchstudy.md): **[ResearchStudy on the FHIR specification website.](https://www.hl7.org/fhir/r4b/researchstudy.html)** A process where a researcher or organization plans and then executes a series of steps intended to increase the field of healthcare-related knowledge. This includes studies of safety, efficacy, comparative effectiveness and other information about medications, devices, therapies and other interventional and investigative techniques. A ResearchStudy involves the gathering of information about human or animal subjects. The body should be a valid FHIR object for ResearchStudy. Here is an example: ```json { "resourceType": "ResearchStudy", "id": "example", "text": { "status": "generated", "div": "
[Put rendering here]
" }, "status": "completed" } ``` You can reference the FHIR documentation to determine the format for [`ResearchStudy`](https://www.hl7.org/fhir/r4b/ResearchStudy.html). - [Search ResearchStudys](https://api-reference.oystehr.com/reference/post_researchstudy-search.md): **[ResearchStudy on the FHIR specification website.](https://www.hl7.org/fhir/r4b/researchstudy.html)** A process where a researcher or organization plans and then executes a series of steps intended to increase the field of healthcare-related knowledge. This includes studies of safety, efficacy, comparative effectiveness and other information about medications, devices, therapies and other interventional and investigative techniques. A ResearchStudy involves the gathering of information about human or animal subjects. - [Get ResearchStudy with identifier {identifier}](https://api-reference.oystehr.com/reference/get_researchstudy-identifier.md): **[ResearchStudy on the FHIR specification website.](https://www.hl7.org/fhir/r4b/researchstudy.html)** A process where a researcher or organization plans and then executes a series of steps intended to increase the field of healthcare-related knowledge. This includes studies of safety, efficacy, comparative effectiveness and other information about medications, devices, therapies and other interventional and investigative techniques. A ResearchStudy involves the gathering of information about human or animal subjects. - [Update ResearchStudy with identifier {identifier}](https://api-reference.oystehr.com/reference/put_researchstudy-identifier.md): **[ResearchStudy on the FHIR specification website.](https://www.hl7.org/fhir/r4b/researchstudy.html)** A process where a researcher or organization plans and then executes a series of steps intended to increase the field of healthcare-related knowledge. This includes studies of safety, efficacy, comparative effectiveness and other information about medications, devices, therapies and other interventional and investigative techniques. A ResearchStudy involves the gathering of information about human or animal subjects. The body should be a valid FHIR object for ResearchStudy. Here is an example: ```json { "resourceType": "ResearchStudy", "id": "example", "text": { "status": "generated", "div": "
[Put rendering here]
" }, "status": "completed" } ``` You can reference the FHIR documentation to determine the format for [`ResearchStudy`](https://www.hl7.org/fhir/r4b/ResearchStudy.html). - [Patch ResearchStudy with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_researchstudy-identifier.md): **[ResearchStudy on the FHIR specification website.](https://www.hl7.org/fhir/r4b/researchstudy.html)** A process where a researcher or organization plans and then executes a series of steps intended to increase the field of healthcare-related knowledge. This includes studies of safety, efficacy, comparative effectiveness and other information about medications, devices, therapies and other interventional and investigative techniques. A ResearchStudy involves the gathering of information about human or animal subjects. The body should be a list of valid JSON patches for ResearchStudy. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete ResearchStudy with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_researchstudy-identifier.md): **[ResearchStudy on the FHIR specification website.](https://www.hl7.org/fhir/r4b/researchstudy.html)** A process where a researcher or organization plans and then executes a series of steps intended to increase the field of healthcare-related knowledge. This includes studies of safety, efficacy, comparative effectiveness and other information about medications, devices, therapies and other interventional and investigative techniques. A ResearchStudy involves the gathering of information about human or animal subjects. - [Get history of ResearchStudy with identifier {identifier}](https://api-reference.oystehr.com/reference/get_researchstudy-identifier-history.md): **[ResearchStudy on the FHIR specification website.](https://www.hl7.org/fhir/r4b/researchstudy.html)** A process where a researcher or organization plans and then executes a series of steps intended to increase the field of healthcare-related knowledge. This includes studies of safety, efficacy, comparative effectiveness and other information about medications, devices, therapies and other interventional and investigative techniques. A ResearchStudy involves the gathering of information about human or animal subjects. - [Get ResearchStudy with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_researchstudy-identifier-history-versionidentifier.md): **[ResearchStudy on the FHIR specification website.](https://www.hl7.org/fhir/r4b/researchstudy.html)** A process where a researcher or organization plans and then executes a series of steps intended to increase the field of healthcare-related knowledge. This includes studies of safety, efficacy, comparative effectiveness and other information about medications, devices, therapies and other interventional and investigative techniques. A ResearchStudy involves the gathering of information about human or animal subjects. - [Search ResearchSubjects](https://api-reference.oystehr.com/reference/get_researchsubject.md): **[ResearchSubject on the FHIR specification website.](https://www.hl7.org/fhir/r4b/researchsubject.html)** A physical entity which is the primary unit of operational and/or administrative interest in a study. - [Create a new ResearchSubject](https://api-reference.oystehr.com/reference/post_researchsubject.md): **[ResearchSubject on the FHIR specification website.](https://www.hl7.org/fhir/r4b/researchsubject.html)** A physical entity which is the primary unit of operational and/or administrative interest in a study. The body should be a valid FHIR object for ResearchSubject. Here is an example: ```json { "resourceType": "ResearchSubject", "id": "example", "text": { "status": "generated", "div": "
[Put rendering here]
" }, "identifier": [ { "type": { "text": "Subject id" }, "system": "http://example.org/studysubjectids", "value": "123" } ], "status": "candidate", "study": { "reference": "ResearchStudy/example" }, "individual": { "reference": "Patient/example" } } ``` You can reference the FHIR documentation to determine the format for [`ResearchSubject`](https://www.hl7.org/fhir/r4b/ResearchSubject.html). - [Search ResearchSubjects](https://api-reference.oystehr.com/reference/post_researchsubject-search.md): **[ResearchSubject on the FHIR specification website.](https://www.hl7.org/fhir/r4b/researchsubject.html)** A physical entity which is the primary unit of operational and/or administrative interest in a study. - [Get ResearchSubject with identifier {identifier}](https://api-reference.oystehr.com/reference/get_researchsubject-identifier.md): **[ResearchSubject on the FHIR specification website.](https://www.hl7.org/fhir/r4b/researchsubject.html)** A physical entity which is the primary unit of operational and/or administrative interest in a study. - [Update ResearchSubject with identifier {identifier}](https://api-reference.oystehr.com/reference/put_researchsubject-identifier.md): **[ResearchSubject on the FHIR specification website.](https://www.hl7.org/fhir/r4b/researchsubject.html)** A physical entity which is the primary unit of operational and/or administrative interest in a study. The body should be a valid FHIR object for ResearchSubject. Here is an example: ```json { "resourceType": "ResearchSubject", "id": "example", "text": { "status": "generated", "div": "
[Put rendering here]
" }, "identifier": [ { "type": { "text": "Subject id" }, "system": "http://example.org/studysubjectids", "value": "123" } ], "status": "candidate", "study": { "reference": "ResearchStudy/example" }, "individual": { "reference": "Patient/example" } } ``` You can reference the FHIR documentation to determine the format for [`ResearchSubject`](https://www.hl7.org/fhir/r4b/ResearchSubject.html). - [Patch ResearchSubject with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_researchsubject-identifier.md): **[ResearchSubject on the FHIR specification website.](https://www.hl7.org/fhir/r4b/researchsubject.html)** A physical entity which is the primary unit of operational and/or administrative interest in a study. The body should be a list of valid JSON patches for ResearchSubject. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete ResearchSubject with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_researchsubject-identifier.md): **[ResearchSubject on the FHIR specification website.](https://www.hl7.org/fhir/r4b/researchsubject.html)** A physical entity which is the primary unit of operational and/or administrative interest in a study. - [Get history of ResearchSubject with identifier {identifier}](https://api-reference.oystehr.com/reference/get_researchsubject-identifier-history.md): **[ResearchSubject on the FHIR specification website.](https://www.hl7.org/fhir/r4b/researchsubject.html)** A physical entity which is the primary unit of operational and/or administrative interest in a study. - [Get ResearchSubject with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_researchsubject-identifier-history-versionidentifier.md): **[ResearchSubject on the FHIR specification website.](https://www.hl7.org/fhir/r4b/researchsubject.html)** A physical entity which is the primary unit of operational and/or administrative interest in a study. - [Search RiskAssessments](https://api-reference.oystehr.com/reference/get_riskassessment.md): **[RiskAssessment on the FHIR specification website.](https://www.hl7.org/fhir/r4b/riskassessment.html)** An assessment of the likely outcome(s) for a patient or other subject as well as the likelihood of each outcome. - [Create a new RiskAssessment](https://api-reference.oystehr.com/reference/post_riskassessment.md): **[RiskAssessment on the FHIR specification website.](https://www.hl7.org/fhir/r4b/riskassessment.html)** An assessment of the likely outcome(s) for a patient or other subject as well as the likelihood of each outcome. The body should be a valid FHIR object for RiskAssessment. Here is an example: ```json { "resourceType": "RiskAssessment", "id": "breastcancer-risk", "text": { "status": "additional", "div": "
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n

Information about your risk score:

\n
\n Birthdate:\n 1981-01-01
\n Gender:\n female
\n Ethnicity:\n Unknown / Not Reported
\n
" }, "identifier": [ { "use": "official", "system": "http://example.org", "value": "risk-assessment-breastcancer1" } ], "status": "final", "code": { "coding": [ { "system": "http://browser.ihtsdotools.org/", "code": "709510001", "display": "Assessment of risk for disease (procedure)" } ] }, "subject": { "reference": "Patient/example" }, "performer": { "reference": "Practitioner/example" }, "basis": [ { "reference": "Observation/example-genetics-brcapat" } ], "prediction": [ { "outcome": { "text": "Unknown risk of developing breast cancer" } } ], "note": [ { "text": "This risk assessment is based on BRCA1 and BRCA2 genetic mutation test" } ] } ``` You can reference the FHIR documentation to determine the format for [`RiskAssessment`](https://www.hl7.org/fhir/r4b/RiskAssessment.html). - [Search RiskAssessments](https://api-reference.oystehr.com/reference/post_riskassessment-search.md): **[RiskAssessment on the FHIR specification website.](https://www.hl7.org/fhir/r4b/riskassessment.html)** An assessment of the likely outcome(s) for a patient or other subject as well as the likelihood of each outcome. - [Get RiskAssessment with identifier {identifier}](https://api-reference.oystehr.com/reference/get_riskassessment-identifier.md): **[RiskAssessment on the FHIR specification website.](https://www.hl7.org/fhir/r4b/riskassessment.html)** An assessment of the likely outcome(s) for a patient or other subject as well as the likelihood of each outcome. - [Update RiskAssessment with identifier {identifier}](https://api-reference.oystehr.com/reference/put_riskassessment-identifier.md): **[RiskAssessment on the FHIR specification website.](https://www.hl7.org/fhir/r4b/riskassessment.html)** An assessment of the likely outcome(s) for a patient or other subject as well as the likelihood of each outcome. The body should be a valid FHIR object for RiskAssessment. Here is an example: ```json { "resourceType": "RiskAssessment", "id": "breastcancer-risk", "text": { "status": "additional", "div": "
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n

Information about your risk score:

\n
\n Birthdate:\n 1981-01-01
\n Gender:\n female
\n Ethnicity:\n Unknown / Not Reported
\n
" }, "identifier": [ { "use": "official", "system": "http://example.org", "value": "risk-assessment-breastcancer1" } ], "status": "final", "code": { "coding": [ { "system": "http://browser.ihtsdotools.org/", "code": "709510001", "display": "Assessment of risk for disease (procedure)" } ] }, "subject": { "reference": "Patient/example" }, "performer": { "reference": "Practitioner/example" }, "basis": [ { "reference": "Observation/example-genetics-brcapat" } ], "prediction": [ { "outcome": { "text": "Unknown risk of developing breast cancer" } } ], "note": [ { "text": "This risk assessment is based on BRCA1 and BRCA2 genetic mutation test" } ] } ``` You can reference the FHIR documentation to determine the format for [`RiskAssessment`](https://www.hl7.org/fhir/r4b/RiskAssessment.html). - [Patch RiskAssessment with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_riskassessment-identifier.md): **[RiskAssessment on the FHIR specification website.](https://www.hl7.org/fhir/r4b/riskassessment.html)** An assessment of the likely outcome(s) for a patient or other subject as well as the likelihood of each outcome. The body should be a list of valid JSON patches for RiskAssessment. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete RiskAssessment with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_riskassessment-identifier.md): **[RiskAssessment on the FHIR specification website.](https://www.hl7.org/fhir/r4b/riskassessment.html)** An assessment of the likely outcome(s) for a patient or other subject as well as the likelihood of each outcome. - [Get history of RiskAssessment with identifier {identifier}](https://api-reference.oystehr.com/reference/get_riskassessment-identifier-history.md): **[RiskAssessment on the FHIR specification website.](https://www.hl7.org/fhir/r4b/riskassessment.html)** An assessment of the likely outcome(s) for a patient or other subject as well as the likelihood of each outcome. - [Get RiskAssessment with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_riskassessment-identifier-history-versionidentifier.md): **[RiskAssessment on the FHIR specification website.](https://www.hl7.org/fhir/r4b/riskassessment.html)** An assessment of the likely outcome(s) for a patient or other subject as well as the likelihood of each outcome. - [Search Schedules](https://api-reference.oystehr.com/reference/get_schedule.md): **[Schedule on the FHIR specification website.](https://www.hl7.org/fhir/r4b/schedule.html)** A container for slots of time that may be available for booking appointments. - [Create a new Schedule](https://api-reference.oystehr.com/reference/post_schedule.md): **[Schedule on the FHIR specification website.](https://www.hl7.org/fhir/r4b/schedule.html)** A container for slots of time that may be available for booking appointments. The body should be a valid FHIR object for Schedule. Here is an example: ```json { "resourceType": "Schedule", "id": "example", "text": { "status": "generated", "div": "
\n Burgers UMC, South Wing, second floor Physiotherapy Schedule\n
" }, "identifier": [ { "use": "usual", "system": "http://example.org/scheduleid", "value": "45" } ], "active": true, "serviceCategory": [ { "coding": [ { "code": "17", "display": "General Practice" } ] } ], "serviceType": [ { "coding": [ { "code": "57", "display": "Immunization" } ] } ], "specialty": [ { "coding": [ { "code": "408480009", "display": "Clinical immunology" } ] } ], "actor": [ { "reference": "Location/1", "display": "Burgers UMC, South Wing, second floor" } ], "planningHorizon": { "start": "2013-12-25T09:15:00Z", "end": "2013-12-25T09:30:00Z" }, "comment": "The slots attached to this schedule should be specialized to cover immunizations within the clinic" } ``` You can reference the FHIR documentation to determine the format for [`Schedule`](https://www.hl7.org/fhir/r4b/Schedule.html). - [Search Schedules](https://api-reference.oystehr.com/reference/post_schedule-search.md): **[Schedule on the FHIR specification website.](https://www.hl7.org/fhir/r4b/schedule.html)** A container for slots of time that may be available for booking appointments. - [Get Schedule with identifier {identifier}](https://api-reference.oystehr.com/reference/get_schedule-identifier.md): **[Schedule on the FHIR specification website.](https://www.hl7.org/fhir/r4b/schedule.html)** A container for slots of time that may be available for booking appointments. - [Update Schedule with identifier {identifier}](https://api-reference.oystehr.com/reference/put_schedule-identifier.md): **[Schedule on the FHIR specification website.](https://www.hl7.org/fhir/r4b/schedule.html)** A container for slots of time that may be available for booking appointments. The body should be a valid FHIR object for Schedule. Here is an example: ```json { "resourceType": "Schedule", "id": "example", "text": { "status": "generated", "div": "
\n Burgers UMC, South Wing, second floor Physiotherapy Schedule\n
" }, "identifier": [ { "use": "usual", "system": "http://example.org/scheduleid", "value": "45" } ], "active": true, "serviceCategory": [ { "coding": [ { "code": "17", "display": "General Practice" } ] } ], "serviceType": [ { "coding": [ { "code": "57", "display": "Immunization" } ] } ], "specialty": [ { "coding": [ { "code": "408480009", "display": "Clinical immunology" } ] } ], "actor": [ { "reference": "Location/1", "display": "Burgers UMC, South Wing, second floor" } ], "planningHorizon": { "start": "2013-12-25T09:15:00Z", "end": "2013-12-25T09:30:00Z" }, "comment": "The slots attached to this schedule should be specialized to cover immunizations within the clinic" } ``` You can reference the FHIR documentation to determine the format for [`Schedule`](https://www.hl7.org/fhir/r4b/Schedule.html). - [Patch Schedule with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_schedule-identifier.md): **[Schedule on the FHIR specification website.](https://www.hl7.org/fhir/r4b/schedule.html)** A container for slots of time that may be available for booking appointments. The body should be a list of valid JSON patches for Schedule. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete Schedule with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_schedule-identifier.md): **[Schedule on the FHIR specification website.](https://www.hl7.org/fhir/r4b/schedule.html)** A container for slots of time that may be available for booking appointments. - [Get history of Schedule with identifier {identifier}](https://api-reference.oystehr.com/reference/get_schedule-identifier-history.md): **[Schedule on the FHIR specification website.](https://www.hl7.org/fhir/r4b/schedule.html)** A container for slots of time that may be available for booking appointments. - [Get Schedule with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_schedule-identifier-history-versionidentifier.md): **[Schedule on the FHIR specification website.](https://www.hl7.org/fhir/r4b/schedule.html)** A container for slots of time that may be available for booking appointments. - [Search SearchParameters](https://api-reference.oystehr.com/reference/get_searchparameter.md): **[SearchParameter on the FHIR specification website.](https://www.hl7.org/fhir/r4b/searchparameter.html)** A search parameter that defines a named search item that can be used to search/filter on a resource. - [Create a new SearchParameter](https://api-reference.oystehr.com/reference/post_searchparameter.md): **[SearchParameter on the FHIR specification website.](https://www.hl7.org/fhir/r4b/searchparameter.html)** A search parameter that defines a named search item that can be used to search/filter on a resource. The body should be a valid FHIR object for SearchParameter. Here is an example: ```json { "resourceType": "SearchParameter", "id": "Account-identifier", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", "valueCode": "trial-use" } ], "url": "http://hl7.org/fhir/SearchParameter/Account-identifier", "version": "4.0.1", "name": "identifier", "status": "draft", "experimental": false, "date": "2019-11-01T09:29:23+11:00", "publisher": "Health Level Seven International (Patient Administration)", "contact": [ { "telecom": [ { "system": "url", "value": "http://hl7.org/fhir" } ] }, { "telecom": [ { "system": "url", "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" } ] } ], "description": "Account number", "code": "identifier", "base": [ "Account" ], "type": "token", "expression": "Account.identifier", "xpath": "f:Account/f:identifier", "xpathUsage": "normal" } ``` You can reference the FHIR documentation to determine the format for [`SearchParameter`](https://www.hl7.org/fhir/r4b/SearchParameter.html). - [Search SearchParameters](https://api-reference.oystehr.com/reference/post_searchparameter-search.md): **[SearchParameter on the FHIR specification website.](https://www.hl7.org/fhir/r4b/searchparameter.html)** A search parameter that defines a named search item that can be used to search/filter on a resource. - [Get SearchParameter with identifier {identifier}](https://api-reference.oystehr.com/reference/get_searchparameter-identifier.md): **[SearchParameter on the FHIR specification website.](https://www.hl7.org/fhir/r4b/searchparameter.html)** A search parameter that defines a named search item that can be used to search/filter on a resource. - [Update SearchParameter with identifier {identifier}](https://api-reference.oystehr.com/reference/put_searchparameter-identifier.md): **[SearchParameter on the FHIR specification website.](https://www.hl7.org/fhir/r4b/searchparameter.html)** A search parameter that defines a named search item that can be used to search/filter on a resource. The body should be a valid FHIR object for SearchParameter. Here is an example: ```json { "resourceType": "SearchParameter", "id": "Account-identifier", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", "valueCode": "trial-use" } ], "url": "http://hl7.org/fhir/SearchParameter/Account-identifier", "version": "4.0.1", "name": "identifier", "status": "draft", "experimental": false, "date": "2019-11-01T09:29:23+11:00", "publisher": "Health Level Seven International (Patient Administration)", "contact": [ { "telecom": [ { "system": "url", "value": "http://hl7.org/fhir" } ] }, { "telecom": [ { "system": "url", "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" } ] } ], "description": "Account number", "code": "identifier", "base": [ "Account" ], "type": "token", "expression": "Account.identifier", "xpath": "f:Account/f:identifier", "xpathUsage": "normal" } ``` You can reference the FHIR documentation to determine the format for [`SearchParameter`](https://www.hl7.org/fhir/r4b/SearchParameter.html). - [Patch SearchParameter with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_searchparameter-identifier.md): **[SearchParameter on the FHIR specification website.](https://www.hl7.org/fhir/r4b/searchparameter.html)** A search parameter that defines a named search item that can be used to search/filter on a resource. The body should be a list of valid JSON patches for SearchParameter. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete SearchParameter with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_searchparameter-identifier.md): **[SearchParameter on the FHIR specification website.](https://www.hl7.org/fhir/r4b/searchparameter.html)** A search parameter that defines a named search item that can be used to search/filter on a resource. - [Get history of SearchParameter with identifier {identifier}](https://api-reference.oystehr.com/reference/get_searchparameter-identifier-history.md): **[SearchParameter on the FHIR specification website.](https://www.hl7.org/fhir/r4b/searchparameter.html)** A search parameter that defines a named search item that can be used to search/filter on a resource. - [Get SearchParameter with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_searchparameter-identifier-history-versionidentifier.md): **[SearchParameter on the FHIR specification website.](https://www.hl7.org/fhir/r4b/searchparameter.html)** A search parameter that defines a named search item that can be used to search/filter on a resource. - [Search ServiceRequests](https://api-reference.oystehr.com/reference/get_servicerequest.md): **[ServiceRequest on the FHIR specification website.](https://www.hl7.org/fhir/r4b/servicerequest.html)** A record of a request for service such as diagnostic investigations, treatments, or operations to be performed. - [Create a new ServiceRequest](https://api-reference.oystehr.com/reference/post_servicerequest.md): **[ServiceRequest on the FHIR specification website.](https://www.hl7.org/fhir/r4b/servicerequest.html)** A record of a request for service such as diagnostic investigations, treatments, or operations to be performed. The body should be a valid FHIR object for ServiceRequest. Here is an example: ```json { "resourceType": "ServiceRequest", "id": "ambulation", "text": { "status": "generated", "div": "

Generated Narrative with Details

id: ambulation

identifier: 45678

basedOn: Maternity care plan

status: completed

intent: order

code: Ambulation (Details : {SNOMED CT code '62013009' = 'Ambulating patient', given as 'Ambulating patient (procedure)'})

subject: Patient/example

authoredOn: 05/03/2017

requester: Dr. Beverly Crusher

reasonReference: Blood Pressure

" }, "identifier": [ { "value": "45678" } ], "basedOn": [ { "reference": "CarePlan/preg", "display": "Maternity care plan" } ], "status": "completed", "intent": "order", "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "62013009", "display": "Ambulating patient (procedure)" } ], "text": "Ambulation" }, "subject": { "reference": "Patient/example" }, "authoredOn": "2017-03-05", "requester": { "reference": "Practitioner/3ad0687e-f477-468c-afd5-fcc2bf897809", "display": "Dr. Beverly Crusher" }, "reasonReference": [ { "reference": "Observation/blood-pressure", "display": "Blood Pressure" } ] } ``` You can reference the FHIR documentation to determine the format for [`ServiceRequest`](https://www.hl7.org/fhir/r4b/ServiceRequest.html). - [Search ServiceRequests](https://api-reference.oystehr.com/reference/post_servicerequest-search.md): **[ServiceRequest on the FHIR specification website.](https://www.hl7.org/fhir/r4b/servicerequest.html)** A record of a request for service such as diagnostic investigations, treatments, or operations to be performed. - [Get ServiceRequest with identifier {identifier}](https://api-reference.oystehr.com/reference/get_servicerequest-identifier.md): **[ServiceRequest on the FHIR specification website.](https://www.hl7.org/fhir/r4b/servicerequest.html)** A record of a request for service such as diagnostic investigations, treatments, or operations to be performed. - [Update ServiceRequest with identifier {identifier}](https://api-reference.oystehr.com/reference/put_servicerequest-identifier.md): **[ServiceRequest on the FHIR specification website.](https://www.hl7.org/fhir/r4b/servicerequest.html)** A record of a request for service such as diagnostic investigations, treatments, or operations to be performed. The body should be a valid FHIR object for ServiceRequest. Here is an example: ```json { "resourceType": "ServiceRequest", "id": "ambulation", "text": { "status": "generated", "div": "

Generated Narrative with Details

id: ambulation

identifier: 45678

basedOn: Maternity care plan

status: completed

intent: order

code: Ambulation (Details : {SNOMED CT code '62013009' = 'Ambulating patient', given as 'Ambulating patient (procedure)'})

subject: Patient/example

authoredOn: 05/03/2017

requester: Dr. Beverly Crusher

reasonReference: Blood Pressure

" }, "identifier": [ { "value": "45678" } ], "basedOn": [ { "reference": "CarePlan/preg", "display": "Maternity care plan" } ], "status": "completed", "intent": "order", "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "62013009", "display": "Ambulating patient (procedure)" } ], "text": "Ambulation" }, "subject": { "reference": "Patient/example" }, "authoredOn": "2017-03-05", "requester": { "reference": "Practitioner/3ad0687e-f477-468c-afd5-fcc2bf897809", "display": "Dr. Beverly Crusher" }, "reasonReference": [ { "reference": "Observation/blood-pressure", "display": "Blood Pressure" } ] } ``` You can reference the FHIR documentation to determine the format for [`ServiceRequest`](https://www.hl7.org/fhir/r4b/ServiceRequest.html). - [Patch ServiceRequest with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_servicerequest-identifier.md): **[ServiceRequest on the FHIR specification website.](https://www.hl7.org/fhir/r4b/servicerequest.html)** A record of a request for service such as diagnostic investigations, treatments, or operations to be performed. The body should be a list of valid JSON patches for ServiceRequest. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete ServiceRequest with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_servicerequest-identifier.md): **[ServiceRequest on the FHIR specification website.](https://www.hl7.org/fhir/r4b/servicerequest.html)** A record of a request for service such as diagnostic investigations, treatments, or operations to be performed. - [Get history of ServiceRequest with identifier {identifier}](https://api-reference.oystehr.com/reference/get_servicerequest-identifier-history.md): **[ServiceRequest on the FHIR specification website.](https://www.hl7.org/fhir/r4b/servicerequest.html)** A record of a request for service such as diagnostic investigations, treatments, or operations to be performed. - [Get ServiceRequest with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_servicerequest-identifier-history-versionidentifier.md): **[ServiceRequest on the FHIR specification website.](https://www.hl7.org/fhir/r4b/servicerequest.html)** A record of a request for service such as diagnostic investigations, treatments, or operations to be performed. - [Search Slots](https://api-reference.oystehr.com/reference/get_slot.md): **[Slot on the FHIR specification website.](https://www.hl7.org/fhir/r4b/slot.html)** A slot of time on a schedule that may be available for booking appointments. - [Create a new Slot](https://api-reference.oystehr.com/reference/post_slot.md): **[Slot on the FHIR specification website.](https://www.hl7.org/fhir/r4b/slot.html)** A slot of time on a schedule that may be available for booking appointments. The body should be a valid FHIR object for Slot. Here is an example: ```json { "resourceType": "Slot", "id": "1", "text": { "status": "generated", "div": "
\n\t\t\t25 Dec 2013 9:00am - 9:15am: Busy Physiotherapy\n\t\t
" }, "identifier": [ { "system": "http://example.org/identifiers/slots", "value": "123132" } ], "serviceCategory": [ { "coding": [ { "code": "17", "display": "General Practice" } ] } ], "schedule": { "reference": "Schedule/example" }, "status": "busy", "start": "2013-12-25T09:00:00Z", "end": "2013-12-25T09:15:00Z", "overbooked": true, "comment": "Assessments should be performed before requesting appointments in this slot." } ``` You can reference the FHIR documentation to determine the format for [`Slot`](https://www.hl7.org/fhir/r4b/Slot.html). - [Search Slots](https://api-reference.oystehr.com/reference/post_slot-search.md): **[Slot on the FHIR specification website.](https://www.hl7.org/fhir/r4b/slot.html)** A slot of time on a schedule that may be available for booking appointments. - [Get Slot with identifier {identifier}](https://api-reference.oystehr.com/reference/get_slot-identifier.md): **[Slot on the FHIR specification website.](https://www.hl7.org/fhir/r4b/slot.html)** A slot of time on a schedule that may be available for booking appointments. - [Update Slot with identifier {identifier}](https://api-reference.oystehr.com/reference/put_slot-identifier.md): **[Slot on the FHIR specification website.](https://www.hl7.org/fhir/r4b/slot.html)** A slot of time on a schedule that may be available for booking appointments. The body should be a valid FHIR object for Slot. Here is an example: ```json { "resourceType": "Slot", "id": "1", "text": { "status": "generated", "div": "
\n\t\t\t25 Dec 2013 9:00am - 9:15am: Busy Physiotherapy\n\t\t
" }, "identifier": [ { "system": "http://example.org/identifiers/slots", "value": "123132" } ], "serviceCategory": [ { "coding": [ { "code": "17", "display": "General Practice" } ] } ], "schedule": { "reference": "Schedule/example" }, "status": "busy", "start": "2013-12-25T09:00:00Z", "end": "2013-12-25T09:15:00Z", "overbooked": true, "comment": "Assessments should be performed before requesting appointments in this slot." } ``` You can reference the FHIR documentation to determine the format for [`Slot`](https://www.hl7.org/fhir/r4b/Slot.html). - [Patch Slot with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_slot-identifier.md): **[Slot on the FHIR specification website.](https://www.hl7.org/fhir/r4b/slot.html)** A slot of time on a schedule that may be available for booking appointments. The body should be a list of valid JSON patches for Slot. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete Slot with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_slot-identifier.md): **[Slot on the FHIR specification website.](https://www.hl7.org/fhir/r4b/slot.html)** A slot of time on a schedule that may be available for booking appointments. - [Get history of Slot with identifier {identifier}](https://api-reference.oystehr.com/reference/get_slot-identifier-history.md): **[Slot on the FHIR specification website.](https://www.hl7.org/fhir/r4b/slot.html)** A slot of time on a schedule that may be available for booking appointments. - [Get Slot with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_slot-identifier-history-versionidentifier.md): **[Slot on the FHIR specification website.](https://www.hl7.org/fhir/r4b/slot.html)** A slot of time on a schedule that may be available for booking appointments. - [Search Specimens](https://api-reference.oystehr.com/reference/get_specimen.md): **[Specimen on the FHIR specification website.](https://www.hl7.org/fhir/r4b/specimen.html)** A sample to be used for analysis. - [Create a new Specimen](https://api-reference.oystehr.com/reference/post_specimen.md): **[Specimen on the FHIR specification website.](https://www.hl7.org/fhir/r4b/specimen.html)** A sample to be used for analysis. The body should be a valid FHIR object for Specimen. Here is an example: ```json { "resourceType": "Specimen", "id": "pooled-serum", "text": { "status": "generated", "div": "

Generated Narrative with Details

id: pooled-serum

accessionIdentifier: 20171120-1234

type: Pooled serum sample (Details : {https://vetmed.iastate.edu/vdl code 'Serum sample, pooled' = 'Serum sample, pooled', given as 'Serum sample, pooled'})

subject: Group/herd1

Collections

-CollectorCollected[x]
*James Herriot, FRCVS14/11/2017

Containers

-Type
*Red Top Blood Collection Tube (Details : {https://vetmed.iastate.edu/vdl code 'RTT' = 'RTT', given as 'Red Top Tube'})

note: Pooled serum sample from 30 individuals

" }, "accessionIdentifier": { "system": "https://vetmed.iastate.edu/vdl", "value": "20171120-1234" }, "type": { "coding": [ { "system": "https://vetmed.iastate.edu/vdl", "code": "Serum sample, pooled", "display": "Serum sample, pooled" } ], "text": "Pooled serum sample" }, "subject": { "reference": "Group/herd1" }, "collection": { "collector": { "display": "James Herriot, FRCVS" }, "collectedDateTime": "2017-11-14" }, "container": [ { "type": { "coding": [ { "system": "https://vetmed.iastate.edu/vdl", "code": "RTT", "display": "Red Top Tube" } ], "text": "Red Top Blood Collection Tube" } } ], "note": [ { "text": "Pooled serum sample from 30 individuals" } ] } ``` You can reference the FHIR documentation to determine the format for [`Specimen`](https://www.hl7.org/fhir/r4b/Specimen.html). - [Search Specimens](https://api-reference.oystehr.com/reference/post_specimen-search.md): **[Specimen on the FHIR specification website.](https://www.hl7.org/fhir/r4b/specimen.html)** A sample to be used for analysis. - [Get Specimen with identifier {identifier}](https://api-reference.oystehr.com/reference/get_specimen-identifier.md): **[Specimen on the FHIR specification website.](https://www.hl7.org/fhir/r4b/specimen.html)** A sample to be used for analysis. - [Update Specimen with identifier {identifier}](https://api-reference.oystehr.com/reference/put_specimen-identifier.md): **[Specimen on the FHIR specification website.](https://www.hl7.org/fhir/r4b/specimen.html)** A sample to be used for analysis. The body should be a valid FHIR object for Specimen. Here is an example: ```json { "resourceType": "Specimen", "id": "pooled-serum", "text": { "status": "generated", "div": "

Generated Narrative with Details

id: pooled-serum

accessionIdentifier: 20171120-1234

type: Pooled serum sample (Details : {https://vetmed.iastate.edu/vdl code 'Serum sample, pooled' = 'Serum sample, pooled', given as 'Serum sample, pooled'})

subject: Group/herd1

Collections

-CollectorCollected[x]
*James Herriot, FRCVS14/11/2017

Containers

-Type
*Red Top Blood Collection Tube (Details : {https://vetmed.iastate.edu/vdl code 'RTT' = 'RTT', given as 'Red Top Tube'})

note: Pooled serum sample from 30 individuals

" }, "accessionIdentifier": { "system": "https://vetmed.iastate.edu/vdl", "value": "20171120-1234" }, "type": { "coding": [ { "system": "https://vetmed.iastate.edu/vdl", "code": "Serum sample, pooled", "display": "Serum sample, pooled" } ], "text": "Pooled serum sample" }, "subject": { "reference": "Group/herd1" }, "collection": { "collector": { "display": "James Herriot, FRCVS" }, "collectedDateTime": "2017-11-14" }, "container": [ { "type": { "coding": [ { "system": "https://vetmed.iastate.edu/vdl", "code": "RTT", "display": "Red Top Tube" } ], "text": "Red Top Blood Collection Tube" } } ], "note": [ { "text": "Pooled serum sample from 30 individuals" } ] } ``` You can reference the FHIR documentation to determine the format for [`Specimen`](https://www.hl7.org/fhir/r4b/Specimen.html). - [Patch Specimen with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_specimen-identifier.md): **[Specimen on the FHIR specification website.](https://www.hl7.org/fhir/r4b/specimen.html)** A sample to be used for analysis. The body should be a list of valid JSON patches for Specimen. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete Specimen with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_specimen-identifier.md): **[Specimen on the FHIR specification website.](https://www.hl7.org/fhir/r4b/specimen.html)** A sample to be used for analysis. - [Get history of Specimen with identifier {identifier}](https://api-reference.oystehr.com/reference/get_specimen-identifier-history.md): **[Specimen on the FHIR specification website.](https://www.hl7.org/fhir/r4b/specimen.html)** A sample to be used for analysis. - [Get Specimen with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_specimen-identifier-history-versionidentifier.md): **[Specimen on the FHIR specification website.](https://www.hl7.org/fhir/r4b/specimen.html)** A sample to be used for analysis. - [Search SpecimenDefinitions](https://api-reference.oystehr.com/reference/get_specimendefinition.md): **[SpecimenDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/specimendefinition.html)** A kind of specimen with associated set of requirements. - [Create a new SpecimenDefinition](https://api-reference.oystehr.com/reference/post_specimendefinition.md): **[SpecimenDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/specimendefinition.html)** A kind of specimen with associated set of requirements. The body should be a valid FHIR object for SpecimenDefinition. For example, if creating a [`Slot`](https://www.hl7.org/fhir/r4b/slot.html) resource, here is a valid object: ```json { "resourceType": "Slot", "schedule": { "reference": "schedule/a" }, "status": "free", "start": "2022-08-10T11:00:00Z", "end": "2022-08-10T12:00:00Z" } ``` You can reference the FHIR documentation to determine the format for [`SpecimenDefinition`](https://www.hl7.org/fhir/r4b/SpecimenDefinition.html). - [Search SpecimenDefinitions](https://api-reference.oystehr.com/reference/post_specimendefinition-search.md): **[SpecimenDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/specimendefinition.html)** A kind of specimen with associated set of requirements. - [Get SpecimenDefinition with identifier {identifier}](https://api-reference.oystehr.com/reference/get_specimendefinition-identifier.md): **[SpecimenDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/specimendefinition.html)** A kind of specimen with associated set of requirements. - [Update SpecimenDefinition with identifier {identifier}](https://api-reference.oystehr.com/reference/put_specimendefinition-identifier.md): **[SpecimenDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/specimendefinition.html)** A kind of specimen with associated set of requirements. The body should be a valid FHIR object for SpecimenDefinition. For example, if updating a [`Slot`](https://www.hl7.org/fhir/r4b/slot.html) resource, here is a valid object: ```json { "resourceType": "Slot", "schedule": { "reference": "schedule/a" }, "status": "free", "start": "2022-08-10T11:00:00Z", "end": "2022-08-10T12:00:00Z" } ``` You can reference the FHIR documentation to determine the format for [`SpecimenDefinition`](https://www.hl7.org/fhir/r4b/SpecimenDefinition.html). - [Patch SpecimenDefinition with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_specimendefinition-identifier.md): **[SpecimenDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/specimendefinition.html)** A kind of specimen with associated set of requirements. The body should be a list of valid JSON patches for SpecimenDefinition. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete SpecimenDefinition with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_specimendefinition-identifier.md): **[SpecimenDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/specimendefinition.html)** A kind of specimen with associated set of requirements. - [Get history of SpecimenDefinition with identifier {identifier}](https://api-reference.oystehr.com/reference/get_specimendefinition-identifier-history.md): **[SpecimenDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/specimendefinition.html)** A kind of specimen with associated set of requirements. - [Get SpecimenDefinition with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_specimendefinition-identifier-history-versionidentifier.md): **[SpecimenDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/specimendefinition.html)** A kind of specimen with associated set of requirements. - [Search StructureDefinitions](https://api-reference.oystehr.com/reference/get_structuredefinition.md): **[StructureDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/structuredefinition.html)** A definition of a FHIR structure. This resource is used to describe the underlying resources, data types defined in FHIR, and also for describing extensions and constraints on resources and data types. - [Create a new StructureDefinition](https://api-reference.oystehr.com/reference/post_structuredefinition.md): **[StructureDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/structuredefinition.html)** A definition of a FHIR structure. This resource is used to describe the underlying resources, data types defined in FHIR, and also for describing extensions and constraints on resources and data types. The body should be a valid FHIR object for StructureDefinition. For example, if creating a [`Slot`](https://www.hl7.org/fhir/r4b/slot.html) resource, here is a valid object: ```json { "resourceType": "Slot", "schedule": { "reference": "schedule/a" }, "status": "free", "start": "2022-08-10T11:00:00Z", "end": "2022-08-10T12:00:00Z" } ``` You can reference the FHIR documentation to determine the format for [`StructureDefinition`](https://www.hl7.org/fhir/r4b/StructureDefinition.html). - [Search StructureDefinitions](https://api-reference.oystehr.com/reference/post_structuredefinition-search.md): **[StructureDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/structuredefinition.html)** A definition of a FHIR structure. This resource is used to describe the underlying resources, data types defined in FHIR, and also for describing extensions and constraints on resources and data types. - [Get StructureDefinition with identifier {identifier}](https://api-reference.oystehr.com/reference/get_structuredefinition-identifier.md): **[StructureDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/structuredefinition.html)** A definition of a FHIR structure. This resource is used to describe the underlying resources, data types defined in FHIR, and also for describing extensions and constraints on resources and data types. - [Update StructureDefinition with identifier {identifier}](https://api-reference.oystehr.com/reference/put_structuredefinition-identifier.md): **[StructureDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/structuredefinition.html)** A definition of a FHIR structure. This resource is used to describe the underlying resources, data types defined in FHIR, and also for describing extensions and constraints on resources and data types. The body should be a valid FHIR object for StructureDefinition. For example, if updating a [`Slot`](https://www.hl7.org/fhir/r4b/slot.html) resource, here is a valid object: ```json { "resourceType": "Slot", "schedule": { "reference": "schedule/a" }, "status": "free", "start": "2022-08-10T11:00:00Z", "end": "2022-08-10T12:00:00Z" } ``` You can reference the FHIR documentation to determine the format for [`StructureDefinition`](https://www.hl7.org/fhir/r4b/StructureDefinition.html). - [Patch StructureDefinition with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_structuredefinition-identifier.md): **[StructureDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/structuredefinition.html)** A definition of a FHIR structure. This resource is used to describe the underlying resources, data types defined in FHIR, and also for describing extensions and constraints on resources and data types. The body should be a list of valid JSON patches for StructureDefinition. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete StructureDefinition with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_structuredefinition-identifier.md): **[StructureDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/structuredefinition.html)** A definition of a FHIR structure. This resource is used to describe the underlying resources, data types defined in FHIR, and also for describing extensions and constraints on resources and data types. - [Get history of StructureDefinition with identifier {identifier}](https://api-reference.oystehr.com/reference/get_structuredefinition-identifier-history.md): **[StructureDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/structuredefinition.html)** A definition of a FHIR structure. This resource is used to describe the underlying resources, data types defined in FHIR, and also for describing extensions and constraints on resources and data types. - [Get StructureDefinition with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_structuredefinition-identifier-history-versionidentifier.md): **[StructureDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/structuredefinition.html)** A definition of a FHIR structure. This resource is used to describe the underlying resources, data types defined in FHIR, and also for describing extensions and constraints on resources and data types. - [Search StructureMaps](https://api-reference.oystehr.com/reference/get_structuremap.md): **[StructureMap on the FHIR specification website.](https://www.hl7.org/fhir/r4b/structuremap.html)** A Map of relationships between 2 structures that can be used to transform data. - [Create a new StructureMap](https://api-reference.oystehr.com/reference/post_structuremap.md): **[StructureMap on the FHIR specification website.](https://www.hl7.org/fhir/r4b/structuremap.html)** A Map of relationships between 2 structures that can be used to transform data. The body should be a valid FHIR object for StructureMap. For example, if creating a [`Slot`](https://www.hl7.org/fhir/r4b/slot.html) resource, here is a valid object: ```json { "resourceType": "Slot", "schedule": { "reference": "schedule/a" }, "status": "free", "start": "2022-08-10T11:00:00Z", "end": "2022-08-10T12:00:00Z" } ``` You can reference the FHIR documentation to determine the format for [`StructureMap`](https://www.hl7.org/fhir/r4b/StructureMap.html). - [Search StructureMaps](https://api-reference.oystehr.com/reference/post_structuremap-search.md): **[StructureMap on the FHIR specification website.](https://www.hl7.org/fhir/r4b/structuremap.html)** A Map of relationships between 2 structures that can be used to transform data. - [Get StructureMap with identifier {identifier}](https://api-reference.oystehr.com/reference/get_structuremap-identifier.md): **[StructureMap on the FHIR specification website.](https://www.hl7.org/fhir/r4b/structuremap.html)** A Map of relationships between 2 structures that can be used to transform data. - [Update StructureMap with identifier {identifier}](https://api-reference.oystehr.com/reference/put_structuremap-identifier.md): **[StructureMap on the FHIR specification website.](https://www.hl7.org/fhir/r4b/structuremap.html)** A Map of relationships between 2 structures that can be used to transform data. The body should be a valid FHIR object for StructureMap. For example, if updating a [`Slot`](https://www.hl7.org/fhir/r4b/slot.html) resource, here is a valid object: ```json { "resourceType": "Slot", "schedule": { "reference": "schedule/a" }, "status": "free", "start": "2022-08-10T11:00:00Z", "end": "2022-08-10T12:00:00Z" } ``` You can reference the FHIR documentation to determine the format for [`StructureMap`](https://www.hl7.org/fhir/r4b/StructureMap.html). - [Patch StructureMap with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_structuremap-identifier.md): **[StructureMap on the FHIR specification website.](https://www.hl7.org/fhir/r4b/structuremap.html)** A Map of relationships between 2 structures that can be used to transform data. The body should be a list of valid JSON patches for StructureMap. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete StructureMap with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_structuremap-identifier.md): **[StructureMap on the FHIR specification website.](https://www.hl7.org/fhir/r4b/structuremap.html)** A Map of relationships between 2 structures that can be used to transform data. - [Get history of StructureMap with identifier {identifier}](https://api-reference.oystehr.com/reference/get_structuremap-identifier-history.md): **[StructureMap on the FHIR specification website.](https://www.hl7.org/fhir/r4b/structuremap.html)** A Map of relationships between 2 structures that can be used to transform data. - [Get StructureMap with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_structuremap-identifier-history-versionidentifier.md): **[StructureMap on the FHIR specification website.](https://www.hl7.org/fhir/r4b/structuremap.html)** A Map of relationships between 2 structures that can be used to transform data. - [Search Subscriptions](https://api-reference.oystehr.com/reference/get_subscription.md): **[Subscription on the FHIR specification website.](https://www.hl7.org/fhir/r4b/subscription.html)** The subscription resource is used to define a push-based subscription from a server to another system. Once a subscription is registered with the server, the server checks every resource that is created or updated, and if the resource matches the given criteria, it sends a message on the defined "channel" so that another system can take an appropriate action. - [Create a new Subscription](https://api-reference.oystehr.com/reference/post_subscription.md): **[Subscription on the FHIR specification website.](https://www.hl7.org/fhir/r4b/subscription.html)** The subscription resource is used to define a push-based subscription from a server to another system. Once a subscription is registered with the server, the server checks every resource that is created or updated, and if the resource matches the given criteria, it sends a message on the defined "channel" so that another system can take an appropriate action. The body should be a valid FHIR object for Subscription. Here is an example: ```json { "resourceType": "Subscription", "id": "example-error", "text": { "status": "generated", "div": "
[Put rendering here]
" }, "status": "error", "contact": [ { "system": "phone", "value": "ext 4123" } ], "end": "2021-01-01T00:00:00Z", "reason": "Monitor new neonatal function", "criteria": "Observation?code=http://loinc.org|1975-2", "error": "Socket Error 10060 - can't connect to host", "channel": { "type": "rest-hook", "endpoint": "https://biliwatch.com/customers/mount-auburn-miu/on-result", "payload": "application/fhir+json", "header": [ "Authorization: Bearer secret-token-abc-123" ] } } ``` You can reference the FHIR documentation to determine the format for [`Subscription`](https://www.hl7.org/fhir/r4b/Subscription.html). - [Search Subscriptions](https://api-reference.oystehr.com/reference/post_subscription-search.md): **[Subscription on the FHIR specification website.](https://www.hl7.org/fhir/r4b/subscription.html)** The subscription resource is used to define a push-based subscription from a server to another system. Once a subscription is registered with the server, the server checks every resource that is created or updated, and if the resource matches the given criteria, it sends a message on the defined "channel" so that another system can take an appropriate action. - [Get Subscription with identifier {identifier}](https://api-reference.oystehr.com/reference/get_subscription-identifier.md): **[Subscription on the FHIR specification website.](https://www.hl7.org/fhir/r4b/subscription.html)** The subscription resource is used to define a push-based subscription from a server to another system. Once a subscription is registered with the server, the server checks every resource that is created or updated, and if the resource matches the given criteria, it sends a message on the defined "channel" so that another system can take an appropriate action. - [Update Subscription with identifier {identifier}](https://api-reference.oystehr.com/reference/put_subscription-identifier.md): **[Subscription on the FHIR specification website.](https://www.hl7.org/fhir/r4b/subscription.html)** The subscription resource is used to define a push-based subscription from a server to another system. Once a subscription is registered with the server, the server checks every resource that is created or updated, and if the resource matches the given criteria, it sends a message on the defined "channel" so that another system can take an appropriate action. The body should be a valid FHIR object for Subscription. Here is an example: ```json { "resourceType": "Subscription", "id": "example-error", "text": { "status": "generated", "div": "
[Put rendering here]
" }, "status": "error", "contact": [ { "system": "phone", "value": "ext 4123" } ], "end": "2021-01-01T00:00:00Z", "reason": "Monitor new neonatal function", "criteria": "Observation?code=http://loinc.org|1975-2", "error": "Socket Error 10060 - can't connect to host", "channel": { "type": "rest-hook", "endpoint": "https://biliwatch.com/customers/mount-auburn-miu/on-result", "payload": "application/fhir+json", "header": [ "Authorization: Bearer secret-token-abc-123" ] } } ``` You can reference the FHIR documentation to determine the format for [`Subscription`](https://www.hl7.org/fhir/r4b/Subscription.html). - [Patch Subscription with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_subscription-identifier.md): **[Subscription on the FHIR specification website.](https://www.hl7.org/fhir/r4b/subscription.html)** The subscription resource is used to define a push-based subscription from a server to another system. Once a subscription is registered with the server, the server checks every resource that is created or updated, and if the resource matches the given criteria, it sends a message on the defined "channel" so that another system can take an appropriate action. The body should be a list of valid JSON patches for Subscription. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete Subscription with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_subscription-identifier.md): **[Subscription on the FHIR specification website.](https://www.hl7.org/fhir/r4b/subscription.html)** The subscription resource is used to define a push-based subscription from a server to another system. Once a subscription is registered with the server, the server checks every resource that is created or updated, and if the resource matches the given criteria, it sends a message on the defined "channel" so that another system can take an appropriate action. - [Get history of Subscription with identifier {identifier}](https://api-reference.oystehr.com/reference/get_subscription-identifier-history.md): **[Subscription on the FHIR specification website.](https://www.hl7.org/fhir/r4b/subscription.html)** The subscription resource is used to define a push-based subscription from a server to another system. Once a subscription is registered with the server, the server checks every resource that is created or updated, and if the resource matches the given criteria, it sends a message on the defined "channel" so that another system can take an appropriate action. - [Get Subscription with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_subscription-identifier-history-versionidentifier.md): **[Subscription on the FHIR specification website.](https://www.hl7.org/fhir/r4b/subscription.html)** The subscription resource is used to define a push-based subscription from a server to another system. Once a subscription is registered with the server, the server checks every resource that is created or updated, and if the resource matches the given criteria, it sends a message on the defined "channel" so that another system can take an appropriate action. - [Search SubscriptionStatuss](https://api-reference.oystehr.com/reference/get_subscriptionstatus.md): **[SubscriptionStatus on the FHIR specification website.](https://www.hl7.org/fhir/r4b/subscriptionstatus.html)** The SubscriptionStatus resource describes the state of a Subscription during notifications. - [Create a new SubscriptionStatus](https://api-reference.oystehr.com/reference/post_subscriptionstatus.md): **[SubscriptionStatus on the FHIR specification website.](https://www.hl7.org/fhir/r4b/subscriptionstatus.html)** The SubscriptionStatus resource describes the state of a Subscription during notifications. The body should be a valid FHIR object for SubscriptionStatus. For example, if creating a [`Slot`](https://www.hl7.org/fhir/r4b/slot.html) resource, here is a valid object: ```json { "resourceType": "Slot", "schedule": { "reference": "schedule/a" }, "status": "free", "start": "2022-08-10T11:00:00Z", "end": "2022-08-10T12:00:00Z" } ``` You can reference the FHIR documentation to determine the format for [`SubscriptionStatus`](https://www.hl7.org/fhir/r4b/SubscriptionStatus.html). - [Search SubscriptionStatuss](https://api-reference.oystehr.com/reference/post_subscriptionstatus-search.md): **[SubscriptionStatus on the FHIR specification website.](https://www.hl7.org/fhir/r4b/subscriptionstatus.html)** The SubscriptionStatus resource describes the state of a Subscription during notifications. - [Get SubscriptionStatus with identifier {identifier}](https://api-reference.oystehr.com/reference/get_subscriptionstatus-identifier.md): **[SubscriptionStatus on the FHIR specification website.](https://www.hl7.org/fhir/r4b/subscriptionstatus.html)** The SubscriptionStatus resource describes the state of a Subscription during notifications. - [Update SubscriptionStatus with identifier {identifier}](https://api-reference.oystehr.com/reference/put_subscriptionstatus-identifier.md): **[SubscriptionStatus on the FHIR specification website.](https://www.hl7.org/fhir/r4b/subscriptionstatus.html)** The SubscriptionStatus resource describes the state of a Subscription during notifications. The body should be a valid FHIR object for SubscriptionStatus. For example, if updating a [`Slot`](https://www.hl7.org/fhir/r4b/slot.html) resource, here is a valid object: ```json { "resourceType": "Slot", "schedule": { "reference": "schedule/a" }, "status": "free", "start": "2022-08-10T11:00:00Z", "end": "2022-08-10T12:00:00Z" } ``` You can reference the FHIR documentation to determine the format for [`SubscriptionStatus`](https://www.hl7.org/fhir/r4b/SubscriptionStatus.html). - [Patch SubscriptionStatus with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_subscriptionstatus-identifier.md): **[SubscriptionStatus on the FHIR specification website.](https://www.hl7.org/fhir/r4b/subscriptionstatus.html)** The SubscriptionStatus resource describes the state of a Subscription during notifications. The body should be a list of valid JSON patches for SubscriptionStatus. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete SubscriptionStatus with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_subscriptionstatus-identifier.md): **[SubscriptionStatus on the FHIR specification website.](https://www.hl7.org/fhir/r4b/subscriptionstatus.html)** The SubscriptionStatus resource describes the state of a Subscription during notifications. - [Get history of SubscriptionStatus with identifier {identifier}](https://api-reference.oystehr.com/reference/get_subscriptionstatus-identifier-history.md): **[SubscriptionStatus on the FHIR specification website.](https://www.hl7.org/fhir/r4b/subscriptionstatus.html)** The SubscriptionStatus resource describes the state of a Subscription during notifications. - [Get SubscriptionStatus with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_subscriptionstatus-identifier-history-versionidentifier.md): **[SubscriptionStatus on the FHIR specification website.](https://www.hl7.org/fhir/r4b/subscriptionstatus.html)** The SubscriptionStatus resource describes the state of a Subscription during notifications. - [Search SubscriptionTopics](https://api-reference.oystehr.com/reference/get_subscriptiontopic.md): **[SubscriptionTopic on the FHIR specification website.](https://www.hl7.org/fhir/r4b/subscriptiontopic.html)** Describes a stream of resource state changes identified by trigger criteria and annotated with labels useful to filter projections from this topic. - [Create a new SubscriptionTopic](https://api-reference.oystehr.com/reference/post_subscriptiontopic.md): **[SubscriptionTopic on the FHIR specification website.](https://www.hl7.org/fhir/r4b/subscriptiontopic.html)** Describes a stream of resource state changes identified by trigger criteria and annotated with labels useful to filter projections from this topic. The body should be a valid FHIR object for SubscriptionTopic. For example, if creating a [`Slot`](https://www.hl7.org/fhir/r4b/slot.html) resource, here is a valid object: ```json { "resourceType": "Slot", "schedule": { "reference": "schedule/a" }, "status": "free", "start": "2022-08-10T11:00:00Z", "end": "2022-08-10T12:00:00Z" } ``` You can reference the FHIR documentation to determine the format for [`SubscriptionTopic`](https://www.hl7.org/fhir/r4b/SubscriptionTopic.html). - [Search SubscriptionTopics](https://api-reference.oystehr.com/reference/post_subscriptiontopic-search.md): **[SubscriptionTopic on the FHIR specification website.](https://www.hl7.org/fhir/r4b/subscriptiontopic.html)** Describes a stream of resource state changes identified by trigger criteria and annotated with labels useful to filter projections from this topic. - [Get SubscriptionTopic with identifier {identifier}](https://api-reference.oystehr.com/reference/get_subscriptiontopic-identifier.md): **[SubscriptionTopic on the FHIR specification website.](https://www.hl7.org/fhir/r4b/subscriptiontopic.html)** Describes a stream of resource state changes identified by trigger criteria and annotated with labels useful to filter projections from this topic. - [Update SubscriptionTopic with identifier {identifier}](https://api-reference.oystehr.com/reference/put_subscriptiontopic-identifier.md): **[SubscriptionTopic on the FHIR specification website.](https://www.hl7.org/fhir/r4b/subscriptiontopic.html)** Describes a stream of resource state changes identified by trigger criteria and annotated with labels useful to filter projections from this topic. The body should be a valid FHIR object for SubscriptionTopic. For example, if updating a [`Slot`](https://www.hl7.org/fhir/r4b/slot.html) resource, here is a valid object: ```json { "resourceType": "Slot", "schedule": { "reference": "schedule/a" }, "status": "free", "start": "2022-08-10T11:00:00Z", "end": "2022-08-10T12:00:00Z" } ``` You can reference the FHIR documentation to determine the format for [`SubscriptionTopic`](https://www.hl7.org/fhir/r4b/SubscriptionTopic.html). - [Patch SubscriptionTopic with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_subscriptiontopic-identifier.md): **[SubscriptionTopic on the FHIR specification website.](https://www.hl7.org/fhir/r4b/subscriptiontopic.html)** Describes a stream of resource state changes identified by trigger criteria and annotated with labels useful to filter projections from this topic. The body should be a list of valid JSON patches for SubscriptionTopic. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete SubscriptionTopic with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_subscriptiontopic-identifier.md): **[SubscriptionTopic on the FHIR specification website.](https://www.hl7.org/fhir/r4b/subscriptiontopic.html)** Describes a stream of resource state changes identified by trigger criteria and annotated with labels useful to filter projections from this topic. - [Get history of SubscriptionTopic with identifier {identifier}](https://api-reference.oystehr.com/reference/get_subscriptiontopic-identifier-history.md): **[SubscriptionTopic on the FHIR specification website.](https://www.hl7.org/fhir/r4b/subscriptiontopic.html)** Describes a stream of resource state changes identified by trigger criteria and annotated with labels useful to filter projections from this topic. - [Get SubscriptionTopic with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_subscriptiontopic-identifier-history-versionidentifier.md): **[SubscriptionTopic on the FHIR specification website.](https://www.hl7.org/fhir/r4b/subscriptiontopic.html)** Describes a stream of resource state changes identified by trigger criteria and annotated with labels useful to filter projections from this topic. - [Search Substances](https://api-reference.oystehr.com/reference/get_substance.md): **[Substance on the FHIR specification website.](https://www.hl7.org/fhir/r4b/substance.html)** A homogeneous material with a definite composition. - [Create a new Substance](https://api-reference.oystehr.com/reference/post_substance.md): **[Substance on the FHIR specification website.](https://www.hl7.org/fhir/r4b/substance.html)** A homogeneous material with a definite composition. The body should be a valid FHIR object for Substance. Here is an example: ```json { "resourceType": "Substance", "id": "example", "text": { "status": "generated", "div": "

Generated Narrative with Details

id: example

identifier: 1463

status: active

category: Allergen (Details : {http://terminology.hl7.org/CodeSystem/substance-category code 'allergen' = 'Allergen', given as 'Allergen'})

code: apitoxin (Honey Bee Venom) (Details )

" }, "identifier": [ { "system": "http://acme.org/identifiers/substances", "value": "1463" } ], "status": "active", "category": [ { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/substance-category", "code": "allergen", "display": "Allergen" } ] } ], "code": { "text": "apitoxin (Honey Bee Venom)" } } ``` You can reference the FHIR documentation to determine the format for [`Substance`](https://www.hl7.org/fhir/r4b/Substance.html). - [Search Substances](https://api-reference.oystehr.com/reference/post_substance-search.md): **[Substance on the FHIR specification website.](https://www.hl7.org/fhir/r4b/substance.html)** A homogeneous material with a definite composition. - [Get Substance with identifier {identifier}](https://api-reference.oystehr.com/reference/get_substance-identifier.md): **[Substance on the FHIR specification website.](https://www.hl7.org/fhir/r4b/substance.html)** A homogeneous material with a definite composition. - [Update Substance with identifier {identifier}](https://api-reference.oystehr.com/reference/put_substance-identifier.md): **[Substance on the FHIR specification website.](https://www.hl7.org/fhir/r4b/substance.html)** A homogeneous material with a definite composition. The body should be a valid FHIR object for Substance. Here is an example: ```json { "resourceType": "Substance", "id": "example", "text": { "status": "generated", "div": "

Generated Narrative with Details

id: example

identifier: 1463

status: active

category: Allergen (Details : {http://terminology.hl7.org/CodeSystem/substance-category code 'allergen' = 'Allergen', given as 'Allergen'})

code: apitoxin (Honey Bee Venom) (Details )

" }, "identifier": [ { "system": "http://acme.org/identifiers/substances", "value": "1463" } ], "status": "active", "category": [ { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/substance-category", "code": "allergen", "display": "Allergen" } ] } ], "code": { "text": "apitoxin (Honey Bee Venom)" } } ``` You can reference the FHIR documentation to determine the format for [`Substance`](https://www.hl7.org/fhir/r4b/Substance.html). - [Patch Substance with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_substance-identifier.md): **[Substance on the FHIR specification website.](https://www.hl7.org/fhir/r4b/substance.html)** A homogeneous material with a definite composition. The body should be a list of valid JSON patches for Substance. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete Substance with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_substance-identifier.md): **[Substance on the FHIR specification website.](https://www.hl7.org/fhir/r4b/substance.html)** A homogeneous material with a definite composition. - [Get history of Substance with identifier {identifier}](https://api-reference.oystehr.com/reference/get_substance-identifier-history.md): **[Substance on the FHIR specification website.](https://www.hl7.org/fhir/r4b/substance.html)** A homogeneous material with a definite composition. - [Get Substance with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_substance-identifier-history-versionidentifier.md): **[Substance on the FHIR specification website.](https://www.hl7.org/fhir/r4b/substance.html)** A homogeneous material with a definite composition. - [Search SubstanceDefinitions](https://api-reference.oystehr.com/reference/get_substancedefinition.md): **[SubstanceDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/substancedefinition.html)** The detailed description of a substance, typically at a level beyond what is used for prescribing. - [Create a new SubstanceDefinition](https://api-reference.oystehr.com/reference/post_substancedefinition.md): **[SubstanceDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/substancedefinition.html)** The detailed description of a substance, typically at a level beyond what is used for prescribing. The body should be a valid FHIR object for SubstanceDefinition. For example, if creating a [`Slot`](https://www.hl7.org/fhir/r4b/slot.html) resource, here is a valid object: ```json { "resourceType": "Slot", "schedule": { "reference": "schedule/a" }, "status": "free", "start": "2022-08-10T11:00:00Z", "end": "2022-08-10T12:00:00Z" } ``` You can reference the FHIR documentation to determine the format for [`SubstanceDefinition`](https://www.hl7.org/fhir/r4b/SubstanceDefinition.html). - [Search SubstanceDefinitions](https://api-reference.oystehr.com/reference/post_substancedefinition-search.md): **[SubstanceDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/substancedefinition.html)** The detailed description of a substance, typically at a level beyond what is used for prescribing. - [Get SubstanceDefinition with identifier {identifier}](https://api-reference.oystehr.com/reference/get_substancedefinition-identifier.md): **[SubstanceDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/substancedefinition.html)** The detailed description of a substance, typically at a level beyond what is used for prescribing. - [Update SubstanceDefinition with identifier {identifier}](https://api-reference.oystehr.com/reference/put_substancedefinition-identifier.md): **[SubstanceDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/substancedefinition.html)** The detailed description of a substance, typically at a level beyond what is used for prescribing. The body should be a valid FHIR object for SubstanceDefinition. For example, if updating a [`Slot`](https://www.hl7.org/fhir/r4b/slot.html) resource, here is a valid object: ```json { "resourceType": "Slot", "schedule": { "reference": "schedule/a" }, "status": "free", "start": "2022-08-10T11:00:00Z", "end": "2022-08-10T12:00:00Z" } ``` You can reference the FHIR documentation to determine the format for [`SubstanceDefinition`](https://www.hl7.org/fhir/r4b/SubstanceDefinition.html). - [Patch SubstanceDefinition with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_substancedefinition-identifier.md): **[SubstanceDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/substancedefinition.html)** The detailed description of a substance, typically at a level beyond what is used for prescribing. The body should be a list of valid JSON patches for SubstanceDefinition. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete SubstanceDefinition with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_substancedefinition-identifier.md): **[SubstanceDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/substancedefinition.html)** The detailed description of a substance, typically at a level beyond what is used for prescribing. - [Get history of SubstanceDefinition with identifier {identifier}](https://api-reference.oystehr.com/reference/get_substancedefinition-identifier-history.md): **[SubstanceDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/substancedefinition.html)** The detailed description of a substance, typically at a level beyond what is used for prescribing. - [Get SubstanceDefinition with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_substancedefinition-identifier-history-versionidentifier.md): **[SubstanceDefinition on the FHIR specification website.](https://www.hl7.org/fhir/r4b/substancedefinition.html)** The detailed description of a substance, typically at a level beyond what is used for prescribing. - [Search SupplyDeliverys](https://api-reference.oystehr.com/reference/get_supplydelivery.md): **[SupplyDelivery on the FHIR specification website.](https://www.hl7.org/fhir/r4b/supplydelivery.html)** Record of delivery of what is supplied. - [Create a new SupplyDelivery](https://api-reference.oystehr.com/reference/post_supplydelivery.md): **[SupplyDelivery on the FHIR specification website.](https://www.hl7.org/fhir/r4b/supplydelivery.html)** Record of delivery of what is supplied. The body should be a valid FHIR object for SupplyDelivery. Here is an example: ```json { "resourceType": "SupplyDelivery", "id": "pumpdelivery", "text": { "status": "generated", "div": "
[Put rendering here]
" }, "identifier": [ { "value": "98398459409", "assigner": { "display": "SupplierDeliveryNr" } } ], "status": "in-progress", "patient": { "display": "Mr. Belpit" }, "supplier": { "display": "ACME distribution" }, "destination": { "display": "Home care dept" }, "receiver": [ { "display": "Nurse Smith" } ] } ``` You can reference the FHIR documentation to determine the format for [`SupplyDelivery`](https://www.hl7.org/fhir/r4b/SupplyDelivery.html). - [Search SupplyDeliverys](https://api-reference.oystehr.com/reference/post_supplydelivery-search.md): **[SupplyDelivery on the FHIR specification website.](https://www.hl7.org/fhir/r4b/supplydelivery.html)** Record of delivery of what is supplied. - [Get SupplyDelivery with identifier {identifier}](https://api-reference.oystehr.com/reference/get_supplydelivery-identifier.md): **[SupplyDelivery on the FHIR specification website.](https://www.hl7.org/fhir/r4b/supplydelivery.html)** Record of delivery of what is supplied. - [Update SupplyDelivery with identifier {identifier}](https://api-reference.oystehr.com/reference/put_supplydelivery-identifier.md): **[SupplyDelivery on the FHIR specification website.](https://www.hl7.org/fhir/r4b/supplydelivery.html)** Record of delivery of what is supplied. The body should be a valid FHIR object for SupplyDelivery. Here is an example: ```json { "resourceType": "SupplyDelivery", "id": "pumpdelivery", "text": { "status": "generated", "div": "
[Put rendering here]
" }, "identifier": [ { "value": "98398459409", "assigner": { "display": "SupplierDeliveryNr" } } ], "status": "in-progress", "patient": { "display": "Mr. Belpit" }, "supplier": { "display": "ACME distribution" }, "destination": { "display": "Home care dept" }, "receiver": [ { "display": "Nurse Smith" } ] } ``` You can reference the FHIR documentation to determine the format for [`SupplyDelivery`](https://www.hl7.org/fhir/r4b/SupplyDelivery.html). - [Patch SupplyDelivery with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_supplydelivery-identifier.md): **[SupplyDelivery on the FHIR specification website.](https://www.hl7.org/fhir/r4b/supplydelivery.html)** Record of delivery of what is supplied. The body should be a list of valid JSON patches for SupplyDelivery. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete SupplyDelivery with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_supplydelivery-identifier.md): **[SupplyDelivery on the FHIR specification website.](https://www.hl7.org/fhir/r4b/supplydelivery.html)** Record of delivery of what is supplied. - [Get history of SupplyDelivery with identifier {identifier}](https://api-reference.oystehr.com/reference/get_supplydelivery-identifier-history.md): **[SupplyDelivery on the FHIR specification website.](https://www.hl7.org/fhir/r4b/supplydelivery.html)** Record of delivery of what is supplied. - [Get SupplyDelivery with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_supplydelivery-identifier-history-versionidentifier.md): **[SupplyDelivery on the FHIR specification website.](https://www.hl7.org/fhir/r4b/supplydelivery.html)** Record of delivery of what is supplied. - [Search SupplyRequests](https://api-reference.oystehr.com/reference/get_supplyrequest.md): **[SupplyRequest on the FHIR specification website.](https://www.hl7.org/fhir/r4b/supplyrequest.html)** A record of a request for a medication, substance or device used in the healthcare setting. - [Create a new SupplyRequest](https://api-reference.oystehr.com/reference/post_supplyrequest.md): **[SupplyRequest on the FHIR specification website.](https://www.hl7.org/fhir/r4b/supplyrequest.html)** A record of a request for a medication, substance or device used in the healthcare setting. The body should be a valid FHIR object for SupplyRequest. Here is an example: ```json { "resourceType": "SupplyRequest", "id": "simpleorder", "text": { "status": "generated", "div": "

Generated Narrative with Details

id: simpleorder

identifier: Order10284

status: active

category: Central Stock Resupply (Details : {[not stated] code 'central' = 'central', given as 'Central Stock Resupply'})

priority: asap

item: Blood collect tubes blue cap (Details : {[not stated] code 'BlueTubes' = 'BlueTubes', given as 'Blood collect tubes blue cap'})

quantity: 10

occurrence: 31/12/2016

authoredOn: 31/12/2016

requester: Henry Seven

supplier: Vendor1

reasonCode: Refill due to low stock (Details : {[not stated] code 'stock_low' = 'stock_low', given as 'Refill due to low stock'})

deliverFrom: Location 1

deliverTo: GoodHealth Clinic Receiving

" }, "identifier": [ { "value": "Order10284" } ], "status": "active", "category": { "coding": [ { "code": "central", "display": "Central Stock Resupply" } ] }, "priority": "asap", "itemCodeableConcept": { "coding": [ { "code": "BlueTubes", "display": "Blood collect tubes blue cap" } ] }, "quantity": { "value": 10 }, "occurrenceDateTime": "2016-12-31", "authoredOn": "2016-12-31", "requester": { "display": "Henry Seven" }, "supplier": [ { "display": "Vendor1" } ], "reasonCode": [ { "coding": [ { "code": "stock_low", "display": "Refill due to low stock" } ] } ], "deliverFrom": { "display": "Location 1" }, "deliverTo": { "display": "GoodHealth Clinic Receiving" } } ``` You can reference the FHIR documentation to determine the format for [`SupplyRequest`](https://www.hl7.org/fhir/r4b/SupplyRequest.html). - [Search SupplyRequests](https://api-reference.oystehr.com/reference/post_supplyrequest-search.md): **[SupplyRequest on the FHIR specification website.](https://www.hl7.org/fhir/r4b/supplyrequest.html)** A record of a request for a medication, substance or device used in the healthcare setting. - [Get SupplyRequest with identifier {identifier}](https://api-reference.oystehr.com/reference/get_supplyrequest-identifier.md): **[SupplyRequest on the FHIR specification website.](https://www.hl7.org/fhir/r4b/supplyrequest.html)** A record of a request for a medication, substance or device used in the healthcare setting. - [Update SupplyRequest with identifier {identifier}](https://api-reference.oystehr.com/reference/put_supplyrequest-identifier.md): **[SupplyRequest on the FHIR specification website.](https://www.hl7.org/fhir/r4b/supplyrequest.html)** A record of a request for a medication, substance or device used in the healthcare setting. The body should be a valid FHIR object for SupplyRequest. Here is an example: ```json { "resourceType": "SupplyRequest", "id": "simpleorder", "text": { "status": "generated", "div": "

Generated Narrative with Details

id: simpleorder

identifier: Order10284

status: active

category: Central Stock Resupply (Details : {[not stated] code 'central' = 'central', given as 'Central Stock Resupply'})

priority: asap

item: Blood collect tubes blue cap (Details : {[not stated] code 'BlueTubes' = 'BlueTubes', given as 'Blood collect tubes blue cap'})

quantity: 10

occurrence: 31/12/2016

authoredOn: 31/12/2016

requester: Henry Seven

supplier: Vendor1

reasonCode: Refill due to low stock (Details : {[not stated] code 'stock_low' = 'stock_low', given as 'Refill due to low stock'})

deliverFrom: Location 1

deliverTo: GoodHealth Clinic Receiving

" }, "identifier": [ { "value": "Order10284" } ], "status": "active", "category": { "coding": [ { "code": "central", "display": "Central Stock Resupply" } ] }, "priority": "asap", "itemCodeableConcept": { "coding": [ { "code": "BlueTubes", "display": "Blood collect tubes blue cap" } ] }, "quantity": { "value": 10 }, "occurrenceDateTime": "2016-12-31", "authoredOn": "2016-12-31", "requester": { "display": "Henry Seven" }, "supplier": [ { "display": "Vendor1" } ], "reasonCode": [ { "coding": [ { "code": "stock_low", "display": "Refill due to low stock" } ] } ], "deliverFrom": { "display": "Location 1" }, "deliverTo": { "display": "GoodHealth Clinic Receiving" } } ``` You can reference the FHIR documentation to determine the format for [`SupplyRequest`](https://www.hl7.org/fhir/r4b/SupplyRequest.html). - [Patch SupplyRequest with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_supplyrequest-identifier.md): **[SupplyRequest on the FHIR specification website.](https://www.hl7.org/fhir/r4b/supplyrequest.html)** A record of a request for a medication, substance or device used in the healthcare setting. The body should be a list of valid JSON patches for SupplyRequest. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete SupplyRequest with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_supplyrequest-identifier.md): **[SupplyRequest on the FHIR specification website.](https://www.hl7.org/fhir/r4b/supplyrequest.html)** A record of a request for a medication, substance or device used in the healthcare setting. - [Get history of SupplyRequest with identifier {identifier}](https://api-reference.oystehr.com/reference/get_supplyrequest-identifier-history.md): **[SupplyRequest on the FHIR specification website.](https://www.hl7.org/fhir/r4b/supplyrequest.html)** A record of a request for a medication, substance or device used in the healthcare setting. - [Get SupplyRequest with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_supplyrequest-identifier-history-versionidentifier.md): **[SupplyRequest on the FHIR specification website.](https://www.hl7.org/fhir/r4b/supplyrequest.html)** A record of a request for a medication, substance or device used in the healthcare setting. - [Search Tasks](https://api-reference.oystehr.com/reference/get_task.md): **[Task on the FHIR specification website.](https://www.hl7.org/fhir/r4b/task.html)** A task to be performed. - [Create a new Task](https://api-reference.oystehr.com/reference/post_task.md): **[Task on the FHIR specification website.](https://www.hl7.org/fhir/r4b/task.html)** A task to be performed. The body should be a valid FHIR object for Task. Here is an example: ```json { "resourceType": "Task", "id": "example3", "text": { "status": "generated", "div": "

Generated Narrative with Details

id: example3

status: draft

intent: order

code: Refill Request (Details )

focus: MedicationRequest/medrx002

for: Patient/f001

authoredOn: 10/03/2016 10:39:32 PM

lastModified: 10/03/2016 10:39:32 PM

requester: Patient/example

owner: Practitioner/example

" }, "status": "draft", "intent": "order", "code": { "text": "Refill Request" }, "focus": { "reference": "MedicationRequest/medrx002" }, "for": { "reference": "Patient/f001" }, "authoredOn": "2016-03-10T22:39:32-04:00", "lastModified": "2016-03-10T22:39:32-04:00", "requester": { "reference": "Patient/example" }, "owner": { "reference": "Practitioner/example" } } ``` You can reference the FHIR documentation to determine the format for [`Task`](https://www.hl7.org/fhir/r4b/Task.html). - [Search Tasks](https://api-reference.oystehr.com/reference/post_task-search.md): **[Task on the FHIR specification website.](https://www.hl7.org/fhir/r4b/task.html)** A task to be performed. - [Get Task with identifier {identifier}](https://api-reference.oystehr.com/reference/get_task-identifier.md): **[Task on the FHIR specification website.](https://www.hl7.org/fhir/r4b/task.html)** A task to be performed. - [Update Task with identifier {identifier}](https://api-reference.oystehr.com/reference/put_task-identifier.md): **[Task on the FHIR specification website.](https://www.hl7.org/fhir/r4b/task.html)** A task to be performed. The body should be a valid FHIR object for Task. Here is an example: ```json { "resourceType": "Task", "id": "example3", "text": { "status": "generated", "div": "

Generated Narrative with Details

id: example3

status: draft

intent: order

code: Refill Request (Details )

focus: MedicationRequest/medrx002

for: Patient/f001

authoredOn: 10/03/2016 10:39:32 PM

lastModified: 10/03/2016 10:39:32 PM

requester: Patient/example

owner: Practitioner/example

" }, "status": "draft", "intent": "order", "code": { "text": "Refill Request" }, "focus": { "reference": "MedicationRequest/medrx002" }, "for": { "reference": "Patient/f001" }, "authoredOn": "2016-03-10T22:39:32-04:00", "lastModified": "2016-03-10T22:39:32-04:00", "requester": { "reference": "Patient/example" }, "owner": { "reference": "Practitioner/example" } } ``` You can reference the FHIR documentation to determine the format for [`Task`](https://www.hl7.org/fhir/r4b/Task.html). - [Patch Task with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_task-identifier.md): **[Task on the FHIR specification website.](https://www.hl7.org/fhir/r4b/task.html)** A task to be performed. The body should be a list of valid JSON patches for Task. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete Task with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_task-identifier.md): **[Task on the FHIR specification website.](https://www.hl7.org/fhir/r4b/task.html)** A task to be performed. - [Get history of Task with identifier {identifier}](https://api-reference.oystehr.com/reference/get_task-identifier-history.md): **[Task on the FHIR specification website.](https://www.hl7.org/fhir/r4b/task.html)** A task to be performed. - [Get Task with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_task-identifier-history-versionidentifier.md): **[Task on the FHIR specification website.](https://www.hl7.org/fhir/r4b/task.html)** A task to be performed. - [Search TerminologyCapabilitiess](https://api-reference.oystehr.com/reference/get_terminologycapabilities.md): **[TerminologyCapabilities on the FHIR specification website.](https://www.hl7.org/fhir/r4b/terminologycapabilities.html)** A TerminologyCapabilities resource documents a set of capabilities (behaviors) of a FHIR Terminology Server that may be used as a statement of actual server functionality or a statement of required or desired server implementation. - [Create a new TerminologyCapabilities](https://api-reference.oystehr.com/reference/post_terminologycapabilities.md): **[TerminologyCapabilities on the FHIR specification website.](https://www.hl7.org/fhir/r4b/terminologycapabilities.html)** A TerminologyCapabilities resource documents a set of capabilities (behaviors) of a FHIR Terminology Server that may be used as a statement of actual server functionality or a statement of required or desired server implementation. The body should be a valid FHIR object for TerminologyCapabilities. Here is an example: ```json { "resourceType": "TerminologyCapabilities", "id": "example", "text": { "status": "generated", "div": "
\n\t\t\t

The EHR Server supports the following transactions for the resource Person: read, vread, \n update, history, search(name,gender), create and updates.

\n\t\t\t

The EHR System supports the following message: admin-notify::Person.

\n\t\t\t

The EHR Application has a \n general document profile.\n

\n\t\t
" }, "url": "urn:uuid:68D043B5-9ECF-4559-A57A-396E0D452311", "version": "20130510", "name": "ACME-EHR", "title": "ACME EHR capability statement", "status": "draft", "experimental": true, "date": "2012-01-04", "publisher": "ACME Corporation", "contact": [ { "name": "System Administrator", "telecom": [ { "system": "email", "value": "wile@acme.org" } ] } ], "description": "This is the FHIR capability statement for the main EHR at ACME for the private interface - it does not describe the public interface", "kind": "instance", "software": { "name": "TxServer", "version": "0.1.2" }, "implementation": { "description": "Acme Terminology Server", "url": "http://example.org/tx" }, "codeSearch": "explicit" } ``` You can reference the FHIR documentation to determine the format for [`TerminologyCapabilities`](https://www.hl7.org/fhir/r4b/TerminologyCapabilities.html). - [Search TerminologyCapabilitiess](https://api-reference.oystehr.com/reference/post_terminologycapabilities-search.md): **[TerminologyCapabilities on the FHIR specification website.](https://www.hl7.org/fhir/r4b/terminologycapabilities.html)** A TerminologyCapabilities resource documents a set of capabilities (behaviors) of a FHIR Terminology Server that may be used as a statement of actual server functionality or a statement of required or desired server implementation. - [Get TerminologyCapabilities with identifier {identifier}](https://api-reference.oystehr.com/reference/get_terminologycapabilities-identifier.md): **[TerminologyCapabilities on the FHIR specification website.](https://www.hl7.org/fhir/r4b/terminologycapabilities.html)** A TerminologyCapabilities resource documents a set of capabilities (behaviors) of a FHIR Terminology Server that may be used as a statement of actual server functionality or a statement of required or desired server implementation. - [Update TerminologyCapabilities with identifier {identifier}](https://api-reference.oystehr.com/reference/put_terminologycapabilities-identifier.md): **[TerminologyCapabilities on the FHIR specification website.](https://www.hl7.org/fhir/r4b/terminologycapabilities.html)** A TerminologyCapabilities resource documents a set of capabilities (behaviors) of a FHIR Terminology Server that may be used as a statement of actual server functionality or a statement of required or desired server implementation. The body should be a valid FHIR object for TerminologyCapabilities. Here is an example: ```json { "resourceType": "TerminologyCapabilities", "id": "example", "text": { "status": "generated", "div": "
\n\t\t\t

The EHR Server supports the following transactions for the resource Person: read, vread, \n update, history, search(name,gender), create and updates.

\n\t\t\t

The EHR System supports the following message: admin-notify::Person.

\n\t\t\t

The EHR Application has a \n general document profile.\n

\n\t\t
" }, "url": "urn:uuid:68D043B5-9ECF-4559-A57A-396E0D452311", "version": "20130510", "name": "ACME-EHR", "title": "ACME EHR capability statement", "status": "draft", "experimental": true, "date": "2012-01-04", "publisher": "ACME Corporation", "contact": [ { "name": "System Administrator", "telecom": [ { "system": "email", "value": "wile@acme.org" } ] } ], "description": "This is the FHIR capability statement for the main EHR at ACME for the private interface - it does not describe the public interface", "kind": "instance", "software": { "name": "TxServer", "version": "0.1.2" }, "implementation": { "description": "Acme Terminology Server", "url": "http://example.org/tx" }, "codeSearch": "explicit" } ``` You can reference the FHIR documentation to determine the format for [`TerminologyCapabilities`](https://www.hl7.org/fhir/r4b/TerminologyCapabilities.html). - [Patch TerminologyCapabilities with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_terminologycapabilities-identifier.md): **[TerminologyCapabilities on the FHIR specification website.](https://www.hl7.org/fhir/r4b/terminologycapabilities.html)** A TerminologyCapabilities resource documents a set of capabilities (behaviors) of a FHIR Terminology Server that may be used as a statement of actual server functionality or a statement of required or desired server implementation. The body should be a list of valid JSON patches for TerminologyCapabilities. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete TerminologyCapabilities with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_terminologycapabilities-identifier.md): **[TerminologyCapabilities on the FHIR specification website.](https://www.hl7.org/fhir/r4b/terminologycapabilities.html)** A TerminologyCapabilities resource documents a set of capabilities (behaviors) of a FHIR Terminology Server that may be used as a statement of actual server functionality or a statement of required or desired server implementation. - [Get history of TerminologyCapabilities with identifier {identifier}](https://api-reference.oystehr.com/reference/get_terminologycapabilities-identifier-history.md): **[TerminologyCapabilities on the FHIR specification website.](https://www.hl7.org/fhir/r4b/terminologycapabilities.html)** A TerminologyCapabilities resource documents a set of capabilities (behaviors) of a FHIR Terminology Server that may be used as a statement of actual server functionality or a statement of required or desired server implementation. - [Get TerminologyCapabilities with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_terminologycapabilities-identifier-history-versionidentifier.md): **[TerminologyCapabilities on the FHIR specification website.](https://www.hl7.org/fhir/r4b/terminologycapabilities.html)** A TerminologyCapabilities resource documents a set of capabilities (behaviors) of a FHIR Terminology Server that may be used as a statement of actual server functionality or a statement of required or desired server implementation. - [Search TestReports](https://api-reference.oystehr.com/reference/get_testreport.md): **[TestReport on the FHIR specification website.](https://www.hl7.org/fhir/r4b/testreport.html)** A summary of information based on the results of executing a TestScript. - [Create a new TestReport](https://api-reference.oystehr.com/reference/post_testreport.md): **[TestReport on the FHIR specification website.](https://www.hl7.org/fhir/r4b/testreport.html)** A summary of information based on the results of executing a TestScript. The body should be a valid FHIR object for TestReport. For example, if creating a [`Slot`](https://www.hl7.org/fhir/r4b/slot.html) resource, here is a valid object: ```json { "resourceType": "Slot", "schedule": { "reference": "schedule/a" }, "status": "free", "start": "2022-08-10T11:00:00Z", "end": "2022-08-10T12:00:00Z" } ``` You can reference the FHIR documentation to determine the format for [`TestReport`](https://www.hl7.org/fhir/r4b/TestReport.html). - [Search TestReports](https://api-reference.oystehr.com/reference/post_testreport-search.md): **[TestReport on the FHIR specification website.](https://www.hl7.org/fhir/r4b/testreport.html)** A summary of information based on the results of executing a TestScript. - [Get TestReport with identifier {identifier}](https://api-reference.oystehr.com/reference/get_testreport-identifier.md): **[TestReport on the FHIR specification website.](https://www.hl7.org/fhir/r4b/testreport.html)** A summary of information based on the results of executing a TestScript. - [Update TestReport with identifier {identifier}](https://api-reference.oystehr.com/reference/put_testreport-identifier.md): **[TestReport on the FHIR specification website.](https://www.hl7.org/fhir/r4b/testreport.html)** A summary of information based on the results of executing a TestScript. The body should be a valid FHIR object for TestReport. For example, if updating a [`Slot`](https://www.hl7.org/fhir/r4b/slot.html) resource, here is a valid object: ```json { "resourceType": "Slot", "schedule": { "reference": "schedule/a" }, "status": "free", "start": "2022-08-10T11:00:00Z", "end": "2022-08-10T12:00:00Z" } ``` You can reference the FHIR documentation to determine the format for [`TestReport`](https://www.hl7.org/fhir/r4b/TestReport.html). - [Patch TestReport with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_testreport-identifier.md): **[TestReport on the FHIR specification website.](https://www.hl7.org/fhir/r4b/testreport.html)** A summary of information based on the results of executing a TestScript. The body should be a list of valid JSON patches for TestReport. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete TestReport with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_testreport-identifier.md): **[TestReport on the FHIR specification website.](https://www.hl7.org/fhir/r4b/testreport.html)** A summary of information based on the results of executing a TestScript. - [Get history of TestReport with identifier {identifier}](https://api-reference.oystehr.com/reference/get_testreport-identifier-history.md): **[TestReport on the FHIR specification website.](https://www.hl7.org/fhir/r4b/testreport.html)** A summary of information based on the results of executing a TestScript. - [Get TestReport with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_testreport-identifier-history-versionidentifier.md): **[TestReport on the FHIR specification website.](https://www.hl7.org/fhir/r4b/testreport.html)** A summary of information based on the results of executing a TestScript. - [Search TestScripts](https://api-reference.oystehr.com/reference/get_testscript.md): **[TestScript on the FHIR specification website.](https://www.hl7.org/fhir/r4b/testscript.html)** A structured set of tests against a FHIR server or client implementation to determine compliance against the FHIR specification. - [Create a new TestScript](https://api-reference.oystehr.com/reference/post_testscript.md): **[TestScript on the FHIR specification website.](https://www.hl7.org/fhir/r4b/testscript.html)** A structured set of tests against a FHIR server or client implementation to determine compliance against the FHIR specification. The body should be a valid FHIR object for TestScript. For example, if creating a [`Slot`](https://www.hl7.org/fhir/r4b/slot.html) resource, here is a valid object: ```json { "resourceType": "Slot", "schedule": { "reference": "schedule/a" }, "status": "free", "start": "2022-08-10T11:00:00Z", "end": "2022-08-10T12:00:00Z" } ``` You can reference the FHIR documentation to determine the format for [`TestScript`](https://www.hl7.org/fhir/r4b/TestScript.html). - [Search TestScripts](https://api-reference.oystehr.com/reference/post_testscript-search.md): **[TestScript on the FHIR specification website.](https://www.hl7.org/fhir/r4b/testscript.html)** A structured set of tests against a FHIR server or client implementation to determine compliance against the FHIR specification. - [Get TestScript with identifier {identifier}](https://api-reference.oystehr.com/reference/get_testscript-identifier.md): **[TestScript on the FHIR specification website.](https://www.hl7.org/fhir/r4b/testscript.html)** A structured set of tests against a FHIR server or client implementation to determine compliance against the FHIR specification. - [Update TestScript with identifier {identifier}](https://api-reference.oystehr.com/reference/put_testscript-identifier.md): **[TestScript on the FHIR specification website.](https://www.hl7.org/fhir/r4b/testscript.html)** A structured set of tests against a FHIR server or client implementation to determine compliance against the FHIR specification. The body should be a valid FHIR object for TestScript. For example, if updating a [`Slot`](https://www.hl7.org/fhir/r4b/slot.html) resource, here is a valid object: ```json { "resourceType": "Slot", "schedule": { "reference": "schedule/a" }, "status": "free", "start": "2022-08-10T11:00:00Z", "end": "2022-08-10T12:00:00Z" } ``` You can reference the FHIR documentation to determine the format for [`TestScript`](https://www.hl7.org/fhir/r4b/TestScript.html). - [Patch TestScript with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_testscript-identifier.md): **[TestScript on the FHIR specification website.](https://www.hl7.org/fhir/r4b/testscript.html)** A structured set of tests against a FHIR server or client implementation to determine compliance against the FHIR specification. The body should be a list of valid JSON patches for TestScript. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete TestScript with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_testscript-identifier.md): **[TestScript on the FHIR specification website.](https://www.hl7.org/fhir/r4b/testscript.html)** A structured set of tests against a FHIR server or client implementation to determine compliance against the FHIR specification. - [Get history of TestScript with identifier {identifier}](https://api-reference.oystehr.com/reference/get_testscript-identifier-history.md): **[TestScript on the FHIR specification website.](https://www.hl7.org/fhir/r4b/testscript.html)** A structured set of tests against a FHIR server or client implementation to determine compliance against the FHIR specification. - [Get TestScript with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_testscript-identifier-history-versionidentifier.md): **[TestScript on the FHIR specification website.](https://www.hl7.org/fhir/r4b/testscript.html)** A structured set of tests against a FHIR server or client implementation to determine compliance against the FHIR specification. - [Search ValueSets](https://api-reference.oystehr.com/reference/get_valueset.md): **[ValueSet on the FHIR specification website.](https://www.hl7.org/fhir/r4b/valueset.html)** A ValueSet resource instance specifies a set of codes drawn from one or more code systems, intended for use in a particular context. Value sets link between [[[CodeSystem]]] definitions and their use in [coded elements](terminologies.html). - [Create a new ValueSet](https://api-reference.oystehr.com/reference/post_valueset.md): **[ValueSet on the FHIR specification website.](https://www.hl7.org/fhir/r4b/valueset.html)** A ValueSet resource instance specifies a set of codes drawn from one or more code systems, intended for use in a particular context. Value sets link between [[[CodeSystem]]] definitions and their use in [coded elements](terminologies.html). The body should be a valid FHIR object for ValueSet. Here is an example: ```json { "resourceType": "ValueSet", "id": "abstract-types", "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00", "profile": [ "http://hl7.org/fhir/StructureDefinition/shareablevalueset" ] }, "text": { "status": "generated", "div": "
\n

AbstractType

\n
\n

A list of the base types defined by this version of the FHIR specification - types that are defined, but for which only specializations actually are created.

\n\n
\n

This value set includes codes from the following code systems:

\n \n
" }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", "valueCode": "fhir" }, { "url": "http://hl7.org/fhir/StructureDefinition/valueset-special-status", "valueString": "This Value Set is normative - it is generated based on the information defined in this specification. The definition will remain fixed across versions, but the actual contents will change from version to version" }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", "valueCode": "normative" }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", "valueCode": "4.0.0" }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", "valueInteger": 5 } ], "url": "http://hl7.org/fhir/ValueSet/abstract-types", "identifier": [ { "system": "urn:ietf:rfc:3986", "value": "urn:oid:2.16.840.1.113883.4.642.3.23" } ], "version": "4.0.1", "name": "AbstractType", "title": "AbstractType", "status": "active", "experimental": false, "date": "2019-11-01T09:29:23+11:00", "publisher": "HL7 (FHIR Project)", "contact": [ { "telecom": [ { "system": "url", "value": "http://hl7.org/fhir" }, { "system": "email", "value": "fhir@lists.hl7.org" } ] } ], "description": "A list of the base types defined by this version of the FHIR specification - types that are defined, but for which only specializations actually are created.", "immutable": true, "compose": { "include": [ { "system": "http://hl7.org/fhir/abstract-types" } ] } } ``` You can reference the FHIR documentation to determine the format for [`ValueSet`](https://www.hl7.org/fhir/r4b/ValueSet.html). - [Search ValueSets](https://api-reference.oystehr.com/reference/post_valueset-search.md): **[ValueSet on the FHIR specification website.](https://www.hl7.org/fhir/r4b/valueset.html)** A ValueSet resource instance specifies a set of codes drawn from one or more code systems, intended for use in a particular context. Value sets link between [[[CodeSystem]]] definitions and their use in [coded elements](terminologies.html). - [Get ValueSet with identifier {identifier}](https://api-reference.oystehr.com/reference/get_valueset-identifier.md): **[ValueSet on the FHIR specification website.](https://www.hl7.org/fhir/r4b/valueset.html)** A ValueSet resource instance specifies a set of codes drawn from one or more code systems, intended for use in a particular context. Value sets link between [[[CodeSystem]]] definitions and their use in [coded elements](terminologies.html). - [Update ValueSet with identifier {identifier}](https://api-reference.oystehr.com/reference/put_valueset-identifier.md): **[ValueSet on the FHIR specification website.](https://www.hl7.org/fhir/r4b/valueset.html)** A ValueSet resource instance specifies a set of codes drawn from one or more code systems, intended for use in a particular context. Value sets link between [[[CodeSystem]]] definitions and their use in [coded elements](terminologies.html). The body should be a valid FHIR object for ValueSet. Here is an example: ```json { "resourceType": "ValueSet", "id": "abstract-types", "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00", "profile": [ "http://hl7.org/fhir/StructureDefinition/shareablevalueset" ] }, "text": { "status": "generated", "div": "
\n

AbstractType

\n
\n

A list of the base types defined by this version of the FHIR specification - types that are defined, but for which only specializations actually are created.

\n\n
\n

This value set includes codes from the following code systems:

\n \n
" }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", "valueCode": "fhir" }, { "url": "http://hl7.org/fhir/StructureDefinition/valueset-special-status", "valueString": "This Value Set is normative - it is generated based on the information defined in this specification. The definition will remain fixed across versions, but the actual contents will change from version to version" }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", "valueCode": "normative" }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", "valueCode": "4.0.0" }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", "valueInteger": 5 } ], "url": "http://hl7.org/fhir/ValueSet/abstract-types", "identifier": [ { "system": "urn:ietf:rfc:3986", "value": "urn:oid:2.16.840.1.113883.4.642.3.23" } ], "version": "4.0.1", "name": "AbstractType", "title": "AbstractType", "status": "active", "experimental": false, "date": "2019-11-01T09:29:23+11:00", "publisher": "HL7 (FHIR Project)", "contact": [ { "telecom": [ { "system": "url", "value": "http://hl7.org/fhir" }, { "system": "email", "value": "fhir@lists.hl7.org" } ] } ], "description": "A list of the base types defined by this version of the FHIR specification - types that are defined, but for which only specializations actually are created.", "immutable": true, "compose": { "include": [ { "system": "http://hl7.org/fhir/abstract-types" } ] } } ``` You can reference the FHIR documentation to determine the format for [`ValueSet`](https://www.hl7.org/fhir/r4b/ValueSet.html). - [Patch ValueSet with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_valueset-identifier.md): **[ValueSet on the FHIR specification website.](https://www.hl7.org/fhir/r4b/valueset.html)** A ValueSet resource instance specifies a set of codes drawn from one or more code systems, intended for use in a particular context. Value sets link between [[[CodeSystem]]] definitions and their use in [coded elements](terminologies.html). The body should be a list of valid JSON patches for ValueSet. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete ValueSet with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_valueset-identifier.md): **[ValueSet on the FHIR specification website.](https://www.hl7.org/fhir/r4b/valueset.html)** A ValueSet resource instance specifies a set of codes drawn from one or more code systems, intended for use in a particular context. Value sets link between [[[CodeSystem]]] definitions and their use in [coded elements](terminologies.html). - [Get history of ValueSet with identifier {identifier}](https://api-reference.oystehr.com/reference/get_valueset-identifier-history.md): **[ValueSet on the FHIR specification website.](https://www.hl7.org/fhir/r4b/valueset.html)** A ValueSet resource instance specifies a set of codes drawn from one or more code systems, intended for use in a particular context. Value sets link between [[[CodeSystem]]] definitions and their use in [coded elements](terminologies.html). - [Get ValueSet with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_valueset-identifier-history-versionidentifier.md): **[ValueSet on the FHIR specification website.](https://www.hl7.org/fhir/r4b/valueset.html)** A ValueSet resource instance specifies a set of codes drawn from one or more code systems, intended for use in a particular context. Value sets link between [[[CodeSystem]]] definitions and their use in [coded elements](terminologies.html). - [Search VerificationResults](https://api-reference.oystehr.com/reference/get_verificationresult.md): **[VerificationResult on the FHIR specification website.](https://www.hl7.org/fhir/r4b/verificationresult.html)** Describes validation requirements, source(s), status and dates for one or more elements. - [Create a new VerificationResult](https://api-reference.oystehr.com/reference/post_verificationresult.md): **[VerificationResult on the FHIR specification website.](https://www.hl7.org/fhir/r4b/verificationresult.html)** Describes validation requirements, source(s), status and dates for one or more elements. The body should be a valid FHIR object for VerificationResult. Here is an example: ```json { "resourceType": "VerificationResult", "id": "example", "text": { "status": "generated", "div": "

Generated Narrative with Details

id: example

status: attested

" }, "status": "attested" } ``` You can reference the FHIR documentation to determine the format for [`VerificationResult`](https://www.hl7.org/fhir/r4b/VerificationResult.html). - [Search VerificationResults](https://api-reference.oystehr.com/reference/post_verificationresult-search.md): **[VerificationResult on the FHIR specification website.](https://www.hl7.org/fhir/r4b/verificationresult.html)** Describes validation requirements, source(s), status and dates for one or more elements. - [Get VerificationResult with identifier {identifier}](https://api-reference.oystehr.com/reference/get_verificationresult-identifier.md): **[VerificationResult on the FHIR specification website.](https://www.hl7.org/fhir/r4b/verificationresult.html)** Describes validation requirements, source(s), status and dates for one or more elements. - [Update VerificationResult with identifier {identifier}](https://api-reference.oystehr.com/reference/put_verificationresult-identifier.md): **[VerificationResult on the FHIR specification website.](https://www.hl7.org/fhir/r4b/verificationresult.html)** Describes validation requirements, source(s), status and dates for one or more elements. The body should be a valid FHIR object for VerificationResult. Here is an example: ```json { "resourceType": "VerificationResult", "id": "example", "text": { "status": "generated", "div": "

Generated Narrative with Details

id: example

status: attested

" }, "status": "attested" } ``` You can reference the FHIR documentation to determine the format for [`VerificationResult`](https://www.hl7.org/fhir/r4b/VerificationResult.html). - [Patch VerificationResult with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_verificationresult-identifier.md): **[VerificationResult on the FHIR specification website.](https://www.hl7.org/fhir/r4b/verificationresult.html)** Describes validation requirements, source(s), status and dates for one or more elements. The body should be a list of valid JSON patches for VerificationResult. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete VerificationResult with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_verificationresult-identifier.md): **[VerificationResult on the FHIR specification website.](https://www.hl7.org/fhir/r4b/verificationresult.html)** Describes validation requirements, source(s), status and dates for one or more elements. - [Get history of VerificationResult with identifier {identifier}](https://api-reference.oystehr.com/reference/get_verificationresult-identifier-history.md): **[VerificationResult on the FHIR specification website.](https://www.hl7.org/fhir/r4b/verificationresult.html)** Describes validation requirements, source(s), status and dates for one or more elements. - [Get VerificationResult with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_verificationresult-identifier-history-versionidentifier.md): **[VerificationResult on the FHIR specification website.](https://www.hl7.org/fhir/r4b/verificationresult.html)** Describes validation requirements, source(s), status and dates for one or more elements. - [Search VisionPrescriptions](https://api-reference.oystehr.com/reference/get_visionprescription.md): **[VisionPrescription on the FHIR specification website.](https://www.hl7.org/fhir/r4b/visionprescription.html)** An authorization for the provision of glasses and/or contact lenses to a patient. - [Create a new VisionPrescription](https://api-reference.oystehr.com/reference/post_visionprescription.md): **[VisionPrescription on the FHIR specification website.](https://www.hl7.org/fhir/r4b/visionprescription.html)** An authorization for the provision of glasses and/or contact lenses to a patient. The body should be a valid FHIR object for VisionPrescription. Here is an example: ```json { "resourceType": "VisionPrescription", "id": "33123", "text": { "status": "generated", "div": "
\n\t\t\t

OD -2.00 SPH +2.00 add 0.5 p.d. BD

\n\t\t\t

OS -1.00 -0.50 x 180 +2.00 add 0.5 p.d. BU

\n\t\t
" }, "identifier": [ { "system": "http://www.happysight.com/prescription", "value": "15013" } ], "status": "active", "created": "2014-06-15", "patient": { "reference": "Patient/example" }, "dateWritten": "2014-06-15", "prescriber": { "reference": "Practitioner/example" }, "lensSpecification": [ { "product": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/ex-visionprescriptionproduct", "code": "lens" } ] }, "eye": "right", "sphere": -2, "prism": [ { "amount": 0.5, "base": "down" } ], "add": 2 }, { "product": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/ex-visionprescriptionproduct", "code": "lens" } ] }, "eye": "left", "sphere": -1, "cylinder": -0.5, "axis": 180, "prism": [ { "amount": 0.5, "base": "up" } ], "add": 2 } ] } ``` You can reference the FHIR documentation to determine the format for [`VisionPrescription`](https://www.hl7.org/fhir/r4b/VisionPrescription.html). - [Search VisionPrescriptions](https://api-reference.oystehr.com/reference/post_visionprescription-search.md): **[VisionPrescription on the FHIR specification website.](https://www.hl7.org/fhir/r4b/visionprescription.html)** An authorization for the provision of glasses and/or contact lenses to a patient. - [Get VisionPrescription with identifier {identifier}](https://api-reference.oystehr.com/reference/get_visionprescription-identifier.md): **[VisionPrescription on the FHIR specification website.](https://www.hl7.org/fhir/r4b/visionprescription.html)** An authorization for the provision of glasses and/or contact lenses to a patient. - [Update VisionPrescription with identifier {identifier}](https://api-reference.oystehr.com/reference/put_visionprescription-identifier.md): **[VisionPrescription on the FHIR specification website.](https://www.hl7.org/fhir/r4b/visionprescription.html)** An authorization for the provision of glasses and/or contact lenses to a patient. The body should be a valid FHIR object for VisionPrescription. Here is an example: ```json { "resourceType": "VisionPrescription", "id": "33123", "text": { "status": "generated", "div": "
\n\t\t\t

OD -2.00 SPH +2.00 add 0.5 p.d. BD

\n\t\t\t

OS -1.00 -0.50 x 180 +2.00 add 0.5 p.d. BU

\n\t\t
" }, "identifier": [ { "system": "http://www.happysight.com/prescription", "value": "15013" } ], "status": "active", "created": "2014-06-15", "patient": { "reference": "Patient/example" }, "dateWritten": "2014-06-15", "prescriber": { "reference": "Practitioner/example" }, "lensSpecification": [ { "product": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/ex-visionprescriptionproduct", "code": "lens" } ] }, "eye": "right", "sphere": -2, "prism": [ { "amount": 0.5, "base": "down" } ], "add": 2 }, { "product": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/ex-visionprescriptionproduct", "code": "lens" } ] }, "eye": "left", "sphere": -1, "cylinder": -0.5, "axis": 180, "prism": [ { "amount": 0.5, "base": "up" } ], "add": 2 } ] } ``` You can reference the FHIR documentation to determine the format for [`VisionPrescription`](https://www.hl7.org/fhir/r4b/VisionPrescription.html). - [Patch VisionPrescription with identifier {identifier}](https://api-reference.oystehr.com/reference/patch_visionprescription-identifier.md): **[VisionPrescription on the FHIR specification website.](https://www.hl7.org/fhir/r4b/visionprescription.html)** An authorization for the provision of glasses and/or contact lenses to a patient. The body should be a list of valid JSON patches for VisionPrescription. For example, to update a Slot status to busy, this would be the body: ```json [ { op: 'replace', path: '/status', value: 'busy', }, ], ``` - [Delete VisionPrescription with identifier {identifier}](https://api-reference.oystehr.com/reference/delete_visionprescription-identifier.md): **[VisionPrescription on the FHIR specification website.](https://www.hl7.org/fhir/r4b/visionprescription.html)** An authorization for the provision of glasses and/or contact lenses to a patient. - [Get history of VisionPrescription with identifier {identifier}](https://api-reference.oystehr.com/reference/get_visionprescription-identifier-history.md): **[VisionPrescription on the FHIR specification website.](https://www.hl7.org/fhir/r4b/visionprescription.html)** An authorization for the provision of glasses and/or contact lenses to a patient. - [Get VisionPrescription with identifier {identifier} at version {versionIdentifier}](https://api-reference.oystehr.com/reference/get_visionprescription-identifier-history-versionidentifier.md): **[VisionPrescription on the FHIR specification website.](https://www.hl7.org/fhir/r4b/visionprescription.html)** An authorization for the provision of glasses and/or contact lenses to a patient. - [Create a Zambda Function](https://api-reference.oystehr.com/reference/post_zambda-1.md): Create a new Zambda Function. [Zambdas](https://docs.oystehr.com/oystehr/services/zambda/) are functions that can be used to execute your code. They can be used to process data received from Oystehr's APIs or to perform operations on third-party services. Access Policy Action: `Zambda:CreateFunction` Access Policy Resource: `Zambda:Function` - [Get all Zambda Functions](https://api-reference.oystehr.com/reference/get_zambda-1.md): Get a list of all Zambda Functions in the Project. [Zambdas](https://docs.oystehr.com/oystehr/services/zambda/) are functions that can be used to execute your code. They can be used to process data received from Oystehr's APIs or to perform operations on third-party services. Access Policy Action: `Zambda:ListAllFunctions` Access Policy Resource: `Zambda:Function` - [Get a Zambda Function](https://api-reference.oystehr.com/reference/get_zambda-id-1.md): Get the Zambda Function with the provided ID or name. [Zambdas](https://docs.oystehr.com/oystehr/services/zambda/) are functions that can be used to execute your code. They can be used to process data received from Oystehr's APIs or to perform operations on third-party services. Access Policy Action: `Zambda:GetFunction` Access Policy Resource: `Zambda:Function` - [Delete a Zambda Function](https://api-reference.oystehr.com/reference/delete_zambda-id-1.md): Delete the Zambda Function with the provided ID or name. [Zambdas](https://docs.oystehr.com/oystehr/services/zambda/) are functions that can be used to execute your code. They can be used to process data received from Oystehr's APIs or to perform operations on third-party services. Access Policy Action: `Zambda:DeleteFunction` Access Policy Resource: `Zambda:Function` - [Update a Zambda Function](https://api-reference.oystehr.com/reference/patch_zambda-id-1.md): Update the Zambda Function with the provided ID or name. [Zambdas](https://docs.oystehr.com/oystehr/services/zambda/) are functions that can be used to execute your code. They can be used to process data received from Oystehr's APIs or to perform operations on third-party services. Access Policy Action: `Zambda:UpdateFunction` Access Policy Resource: `Zambda:Function` - [Execute an authenticated Zambda Function](https://api-reference.oystehr.com/reference/post_zambda-id-execute-1.md): Execute the [Authenticated Zambda Function](https://docs.oystehr.com/oystehr/services/zambda/types/authenticated/) with the provided ID. [Zambdas](https://docs.oystehr.com/oystehr/services/zambda/) are functions that can be used to execute your code. They can be used to process data received from Oystehr's APIs or to perform operations on third-party services. Access Policy Action: `Zambda:InvokeFunction` Access Policy Resource: `Zambda:Function` - [Execute a public Zambda Function](https://api-reference.oystehr.com/reference/post_zambda-id-execute-public-1.md): Execute the [Public Zambda Function](https://docs.oystehr.com/oystehr/services/zambda/types/public/) with the provided ID. [Zambdas](https://docs.oystehr.com/oystehr/services/zambda/) are functions that can be used to execute your code. They can be used to process data received from Oystehr's APIs or to perform operations on third-party services. Execute a zambda that has method http_open. This endpoint is public so there are no access policy requirements. - [Get a Zambda Function's log streams](https://api-reference.oystehr.com/reference/post_zambda-id-logstream-1.md): Get the log streams for the Zambda Function with the provided ID. [Zambdas](https://docs.oystehr.com/oystehr/services/zambda/) are functions that can be used to execute your code. They can be used to process data received from Oystehr's APIs or to perform operations on third-party services. Access Policy Action: `Zambda:ReadLogs` Access Policy Resource: `Zambda:Function` - [Deploy code to a Zambda Function (deprecated)](https://api-reference.oystehr.com/reference/post_zambda-id-s3-upload-1.md): **Deprecated.** Use `POST /zambda/{id}/presigned-url` with `action: "upload"` instead. This endpoint will be removed in future releases. Returns a URL that is used to deploy code to the Zambda Function with the provided ID. [Zambdas](https://docs.oystehr.com/oystehr/services/zambda/) are functions that can be used to execute your code. They can be used to process data received from Oystehr's APIs or to perform operations on third-party services. Access Policy Action: `Zambda:UpdateFunction` Access Policy Resource: `Zambda:Function` - [Search all of a Zambda Function's logs](https://api-reference.oystehr.com/reference/post_zambda-id-logstream-search-1.md): Get all logs for the Zambda Function with the provided ID, filtered by any of: text in messages, minimum start date, and/or maximum end date. [Zambdas](https://docs.oystehr.com/oystehr/services/zambda/) are functions that can be used to execute your code. They can be used to process data received from Oystehr's APIs or to perform operations on third-party services. Access Policy Action: `Zambda:ReadLogs` Access Policy Resource: `Zambda:Function` - [Get a presigned URL to upload or download a Zambda Function's code zip](https://api-reference.oystehr.com/reference/post_zambda-id-presigned-url.md): Returns a presigned URL to upload or download code for the Zambda Function with the provided ID. Pass `action: "upload"` to get a URL for deploying a new code zip, or `action: "download"` to get a URL for retrieving the currently deployed zip. [Zambdas](https://docs.oystehr.com/oystehr/services/zambda/) are functions that can be used to execute your code. They can be used to process data received from Oystehr's APIs or to perform operations on third-party services. Upload: Access Policy Action: `Zambda:UpdateFunction` Download: Access Policy Action: `Zambda:GetFunctionSource` Access Policy Resource: `Zambda:Function` - [Get logs from a Zambda Function log stream](https://api-reference.oystehr.com/reference/post_zambda-id-logstream-logstreamname-1.md): Get the logs from the specified log stream for the Zambda Function with the provided ID. [Zambdas](https://docs.oystehr.com/oystehr/services/zambda/) are functions that can be used to execute your code. They can be used to process data received from Oystehr's APIs or to perform operations on third-party services. Access Policy Action: `Zambda:ReadLogs` Access Policy Resource: `Zambda:Function` - [Checks insurance eligibility.](https://api-reference.oystehr.com/reference/post_eligibility-check.md): Check [Insurance Eligibility](https://docs.oystehr.com/oystehr/services/rcm/eligibility/). Access Policy Action: `RCM:CheckInsuranceEligibility` Access Policy Resource: `RCM:InsuranceEligibility` Access Policy Action: `FHIR:Create` Access Policy Resource: `FHIR:CoverageEligibilityResponse` - [Submit a claim to payer.](https://api-reference.oystehr.com/reference/post_claim-claimid-submit.md): Submit a claim to a payer. Access Policy Action: `RCM:SubmitClaim` Access Policy Resource: `RCM:Claim` Access Policy Action: `FHIR:Create` Access Policy Resource: `FHIR:ClaimResponse` - [Sets the status of a claim.](https://api-reference.oystehr.com/reference/post_claim-claimid-status.md): Emulate asynchronous claim responses by manually setting claim status. Access Policy Action: `RCM:SubmitClaim` Access Policy Resource: `RCM:Claim` Access Policy Action: `FHIR:Create` Access Policy Resource: `FHIR:ClaimResponse` - [Returns a Claim in X12 format](https://api-reference.oystehr.com/reference/post_claim-claimid-x12.md): Returns a Claim in X12 format. Access Policy Action: `RCM:ReadClaim` Access Policy Resource: `RCM:Claim` - [Search payers.](https://api-reference.oystehr.com/reference/get_payer.md): Search for payers by name or identifier. Access Policy Action: `RCM:SearchPayer` Access Policy Resource: `RCM:Payer` - [Get payer by ID.](https://api-reference.oystehr.com/reference/get_payer-id.md): Retrieve a payer by its ID. Access Policy Action: `RCM:GetPayer` Access Policy Resource: `RCM:Payer` - [Manually submit ERA for processing](https://api-reference.oystehr.com/reference/post_process-era.md): Allows to manually process EDI835. Access Policy Action: `RCM:ProcessEra` Access Policy Resource: `RCM:Era`