Ασθενείς

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

Request

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

Request Body

{
    "id" : "344fafcb-e16a-461f-8196-e5cca29632de",
    "resourceType": "Observation",
    "status": "final",
    "code": {
        "coding": [
            {
                "system": "http://localhost/fhir/ValueSet/FieldTypes",
                "code": "RenalNuclearIsupGrade"
            }
        ]
    },
    "subject": {
        "reference": "Patient/01000111010"
    },
    "issued": "2024-12-31T16:17:51+02:00",
    "focus": [
        {
            "reference": "Condition/0dfc8cf2-64ad-427d-a171-d75eb7f826e5"
        }
    ],
    "effectiveDateTime": "2024-12-31",
    "valueCodeableConcept": {
        "coding": [
            {
                "system": "http://localhost/fhir/ValueSet/RenalNuclearIsupGrade",
                "code": "RNIG.001"
            }
        ]
    }
}

Response

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

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

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