POST https://server-ol.hipaservices.com/fhir/Observation/
{
"resourceType": "Observation",
"status": "final",
"code": {
"coding": [
{
"system": "http://localhost/fhir/ValueSet/FieldTypes",
"code": "Weight"
}
]
},
"subject": {
"reference": "Patient/00111100100"
},
"issued": "2024-12-31T15:54:21+02:00",
"effectiveDateTime": "2024-12-31",
"valueQuantity": {
"value": 86
}
}
{
"resourceType": "OperationOutcome",
"issue": [
{
"severity": "information",
"code": "informational",
"diagnostics": "Resource was creted successfully!"
}
]
}
Το URL του νέου resource επιστρέφεται στο Location header του response.