Ασθενείς

Επεξεργασία/διόρθωση ανάπτυξης κατά Breslow για μελάνωμα

Request

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

Request Body

{
    "id" : "fc9726fe-6854-4617-954a-2212925d5d63",
    "resourceType": "Observation",
    "status": "final",
    "code": {
        "coding": [
            {
                "system": "http://localhost/fhir/ValueSet/FieldTypes",
                "code": "MelanomaBreslowGrowth"
            }
        ]
    },
    "subject": {
        "reference": "Patient/10011001001"
    },
    "issued": "2024-12-31T16:00:41+02:00",
    "focus": [
        {
            "reference": "Condition/8fd1d1f3-41ef-494a-9ac4-c58e0cd10e0e"
        }
    ],
    "effectiveDateTime": "2024-12-31",
    "valueInteger": 2
}

Response

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

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

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