Ασθενείς

Καταχώριση κυτταρογενετικού ελέγχου αιματολογικού νεοπλάσματος

Request

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

Request Body

{
    "resourceType": "Observation",
    "status": "final",
    "code": {
        "coding": [
            {
                "system": "http://localhost/fhir/ValueSet/FieldTypes",
                "code": "CytogeneticTestOfHematologicalNeoplasm"
            }
        ]
    },
    "subject": {
        "reference": "Patient/01001010011"
    },
    "issued": "2024-12-31T15:58:23+02:00",
    "focus": [
        {
            "reference": "Condition/cbc2a424-ce61-4b97-94a5-ec3aba2d391d"
        }
    ],
    "effectiveDateTime": "2024-12-31",
    "valueCodeableConcept": {
        "coding": [
            {
                "system": "http://localhost/fhir/ValueSet/CytogeneticTestOfHematologicalNeoplasm",
                "code": "CTOHN.001"
            }
        ]
    }
}

Response

{
    "resourceType": "OperationOutcome",
    "issue": [
        {
            "severity": "information",
            "code": "informational",
            "diagnostics": "Resource was creted successfully!"
        }
    ]
}

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

Το URL του νέου resource επιστρέφεται στο Location header του response.