POST https://server-ol.hipaservices.com/fhir/Observation/
{
"resourceType": "Observation",
"status": "final",
"code": {
"coding": [
{
"system": "http://localhost/fhir/ValueSet/FieldTypes",
"code": "ConditionStatus"
}
]
},
"subject": {
"reference": "Patient/01010011100"
},
"issued": "2026-03-02T17:28:50+02:00",
"focus": [
{
"reference": "Condition/01100011010"
}
],
"effectiveDateTime": "2026-03-02",
"valueCodeableConcept": {
"coding": [
{
"system": "http://localhost/fhir/ValueSet/ConditionStatus",
"code": "ConditionStatus.002"
}
]
},
"component": [
{
"code": {
"coding": [
{
"system": "http://localhost/fhir/ValueSet/FieldTypes",
"code": "ConfirmedCommunicationDate"
}
]
},
"valueDateTime": "2026-03-01"
},
{
"code": {
"coding": [
{
"system": "http://localhost/fhir/ValueSet/FieldTypes",
"code": "ConfirmedCommunicationText"
}
]
},
"valueString": "Επιβεβαίωση ήπιας ενόχλησης"
},
{
"code": {
"coding": [
{
"system": "http://localhost/fhir/ValueSet/FieldTypes",
"code": "TargetLesionsMeasurement"
}
]
},
"valueQuantity": {
"value": 3
}
},
{
"code": {
"coding": [
{
"system": "http://localhost/fhir/fhir/ValueSet/FieldTypes",
"code": "NewLesionAppearance"
}
]
},
"valueCodeableConcept": {
"coding": [
{
"system": "http://localhost/fhir/ValueSet/BooleanValueSet",
"code": "Bool.002"
}
]
}
},
{
"code": {
"coding": [
{
"system": "http://localhost/fhir/ValueSet/FieldTypes",
"code": "ImagingTestType"
}
]
},
"valueCodeableConcept": {
"coding": [
{
"system": "http://localhost/fhir/ValueSet/ImagingTestType",
"code": "ImagingTestType.001"
}
]
}
}
]
}
{
"resourceType": "OperationOutcome",
"issue": [
{
"severity": "information",
"code": "informational",
"diagnostics": "Resource was creted successfully!"
}
]
}
Το URL του νέου resource επιστρέφεται στο Location header του response.