Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

FHIR Resource search by Subject #2

Open
vagarwal77 opened this issue Mar 7, 2021 · 0 comments
Open

FHIR Resource search by Subject #2

vagarwal77 opened this issue Mar 7, 2021 · 0 comments

Comments

@vagarwal77
Copy link

Hello,

I have been getting error while searching different FHIR resources by Subject / Patient ID . See below example . Please suggest if below is the right payload to get drugs taken by a given patient/subject?

http://x.x.x.x:8543/omoponfhir4/fhir/MedicationStatement?subject=Patient/34506643&_pretty=true

{
"resourceType": "OperationOutcome",
"text": {
"status": "generated",
"div": "<div xmlns="http://www.w3.org/1999/xhtml\">

Operation Outcome

<table border="0"><td style="font-weight: bold;">ERROR[]
\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t"
},
"issue": [
{
"severity": "error",
"code": "processing"
}
]
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant