You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'resourceType' expected to have value of 'undefined', received 'Composition'
"
},
"issue": [
{
"severity": "error",
"code": "invalid",
"diagnostics": "'resourceType' expected to have value of 'undefined', received 'Composition'"
}
]
}
The text was updated successfully, but these errors were encountered:
It was working fine early with the below mentioned fix.
#5
suddenly it is getting issue with node version 8.15 .
I have tried to POST with https://zzzzzabc.com/3_0_1/composition with content type application/fhir+json and body as data from https://www.hl7.org/fhir/composition-example.json.html
We are getting the following error
{
"resourceType": "OperationOutcome",
"text": {
"status": "generated",
"div": "<div xmlns="http://www.w3.org/1999/xhtml\">
Operation Outcome
<table border="0"><table border="0"><td style="font-weight: bold;">error "},
"issue": [
{
"severity": "error",
"code": "invalid",
"diagnostics": "'resourceType' expected to have value of 'undefined', received 'Composition'"
}
]
}
The text was updated successfully, but these errors were encountered: