Ασθενείς

Καταχώριση Gleason Score καρκίνου προστάτη

Request

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

Request Body

{
    "resourceType": "Observation",
    "status": "final",
    "code": {
        "coding": [
            {
                "system": "http://localhost/fhir/ValueSet/FieldTypes",
                "code": "ProstateGleasonScore"
            }
        ]
    },
    "subject": {
        "reference": "Patient/11010001100"
    },
    "issued": "2024-12-31T15:43:48+02:00",
    "focus": [
        {
            "reference": "Condition/5bd0a6a8-1447-48e4-863b-a689454b6560"
        }
    ],
    "effectiveDateTime": "2024-12-31",
    "valueCodeableConcept": {
        "coding": [
            {
                "system": "http://localhost/fhir/ValueSet/ProstateGleasonScore",
                "code": "PGS.006"
            }
        ]
    }
}

Response

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

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

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