Ασθενείς

Επεξεργασία/διόρθωση υφιστάμενης υποβολής βάρους

Request

PUT https://server-ol.hipaservices.com/fhir/Observation/

Request Body

{
    "id" : "fb1f7b3e-4e06-4bad-9b28-342a3c01f083",
    "resourceType": "Observation",
    "status": "final",
    "code": {
        "coding": [
            {
                "system": "http://localhost/fhir/ValueSet/FieldTypes",
                "code": "Weight"
            }
        ]
    },
    "subject": {
        "reference": "Patient/01010110100"
    },
    "issued": "2024-12-31T16:23:56+02:00",
    "effectiveDateTime": "2024-12-31",
    "valueQuantity": {
        "value": 85
    }
}

Response

{
    "resourceType": "OperationOutcome",
    "issue": [
        {
            "severity": "information",
            "code": "informational",
            "diagnostics": "Success!"
        }
    ]
}

Παρατηρήσεις

Η ανανέωση γίνεται με βάση το πεδίο id.