POST https://server-ol.hipaservices.com/fhir/Observation/
{
"resourceType": "Observation",
"status": "final",
"code": {
"coding": [
{
"system": "http://localhost/fhir/ValueSet/FieldTypes",
"code": "MelanomaGrowthType"
}
]
},
"subject": {
"reference": "Patient/11100100010"
},
"issued": "2024-12-31T16:08:27+02:00",
"focus": [
{
"reference": "Condition/52448696-ad3f-4def-ae34-1f43cba9c785"
}
],
"effectiveDateTime": "2024-12-31",
"valueCodeableConcept": {
"coding": [
{
"system": "http://localhost/fhir/ValueSet/MelanomaGrowthType",
"code": "MGT.002"
}
]
}
}
{
"resourceType": "OperationOutcome",
"issue": [
{
"severity": "information",
"code": "informational",
"diagnostics": "Resource was creted successfully!"
}
]
}
Το URL του νέου resource επιστρέφεται στο Location header του response.