Ασθενείς

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

Request

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

Request Body

{
    "id" : "3e1c0213-369c-4726-8954-c55fa4e5e40c",
    "resourceType": "Observation",
    "status": "final",
    "code": {
        "coding": [
            {
                "system": "http://localhost/fhir/ValueSet/FieldTypes",
                "code": "MelanomaGrowthType"
            }
        ]
    },
    "subject": {
        "reference": "Patient/01011010001"
    },
    "issued": "2024-12-31T16:08:27+02:00",
    "focus": [
        {
            "reference": "Condition/75d9050d-cae7-4e46-b299-250876aa0050"
        }
    ],
    "effectiveDateTime": "2024-12-31",
    "valueCodeableConcept": {
        "coding": [
            {
                "system": "http://localhost/fhir/ValueSet/MelanomaGrowthType",
                "code": "MGT.002"
            }
        ]
    }
}

Response

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

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

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