Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: edited the URLS to include the {release} part, and added a note explaining the values that can be used for {release}, i.e. only R4 (in this case - as it was explictly in the URL). The page author could confirm whether or not R3 is also available and edit accordingly.

Jira Legacy
serverOpenMRS Issues
serverId45c5771b-fa4b-3e43-b34a-c19dc45ccc95
keyFM2-6

...

  • ServiceRequest.id
  • ServiceRequest.status
  • ServiceRequest.intentWhether the request is a proposal, plan, an original order or a reflex order.
  • ServiceRequest.code - A code that identifies a particular service (i.e., procedure, diagnostic investigation, or panel of investigations) that have been requested.
  • ServiceRequest.subject - On whom or what the service is to be performed. 
  • ServiceRequest.requester - The individual who initiated the request and has responsibility for its activation.
  • ServiceRequest.performer - The desired performer for doing the requested service.
  • ServiceRequest.occurrence - The date/time at which the requested service should occur.

...

Available RESTful web services for the ServiceRequest resource supported by the OpenMRS FHIR API

Note: placeholder "{release}" below must be replaced by the FHIR Release - currently only "R4" is implemented. See more on the  FHIR Release support  page.

GET

URLDescription
/ws/fhir2/R4{release}/ServiceRequest/{uuid}Above request will fetch the ServiceRequest for the given unique uuid.

...