I am getting the following error message:
{
"resourceType": "OperationOutcome",
"issue": [
{
"severity": "error",
"code": "invalid",
"details": {
"coding": [
{
"system": "https://fhir.nhs.uk/ValueSet/Spine-ErrorOrWarningCode-1",
"code": "MESSAGE_NOT_WELL_FORMED",
"display": "Message not well formed"
}
]
},
"diagnostics": "Request body could not be parsed (content[0].extension: Field required. See ValueSet: https://fhir.nhs.uk/England/CodeSystem/England-NRLContentStability)",
"expression": [
"content[0].extension"
]
},
{
"severity": "error",
"code": "invalid",
"details": {
"coding": [
{
"system": "https://fhir.nhs.uk/ValueSet/Spine-ErrorOrWarningCode-1",
"code": "MESSAGE_NOT_WELL_FORMED",
"display": "Message not well formed"
}
]
},
"diagnostics": "Request body could not be parsed (content[0].format.display: Input should be 'Contact details (HTTP Unsecured)' or 'Unstructured Document'. See ValueSet: https://fhir.nhs.uk/England/CodeSystem/England-NRLFormatCode)",
"expression": [
"content[0].format.display"
]
}
]
}
How do I resolve this?