Ασθενείς

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

Request

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

Request Body

{
    "id" : "7ecdba63-2bce-4278-8150-ed298b844e11",
    "resourceType": "Observation",
    "status": "final",
    "code": {
        "coding": [
            {
                "system": "http://localhost/fhir/ValueSet/FieldTypes",
                "code": "Weight"
            }
        ]
    },
    "subject": {
        "reference": "Patient/10100101100"
    },
    "issued": "2024-12-31T15:54:21+02:00",
    "effectiveDateTime": "2024-12-31",
    "valueQuantity": {
        "value": 86
    }
}

Response

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

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

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