Ασθενείς

Καταχώριση σταδιοποίησης νεοπλασίας cTMN

Request

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

Request Body for cTNM

{
    "resourceType": "Observation",
    "status": "final",
    "code": {
        "coding": [
            {
                "system": "http://localhost/fhir/ValueSet/FieldTypes",
                "code": "cNeoplasmAjccStaging"
            }
        ]
    },
    "subject": {
        "reference": "Patient/01101000110"
    },
    "issued": "2024-12-31T16:12:09+02:00",
    "focus": [
        {
            "reference": "Condition/f6f23bf2-48b5-4c57-9181-5b4f600cfc29"
        }
    ],
    "effectiveDateTime": "2024-12-31",
    "valueCodeableConcept": {
        "coding": [
            {
                "system": "http://localhost/fhir/ValueSet/cNeoplasmAjccStaging",
                "code": "cAjccStaging.0is"
            }
        ]
    },
    "component": [
        {
            "code": {
                "coding": [
                    {
                        "system": "http://localhost/fhir/ValueSet/FieldTypes",
                        "code": "cTNM_T"
                    }
                ]
            },
            "valueCodeableConcept": {
                "coding": [
                    {
                        "system": "http://localhost/fhir/ValueSet/cTNM_T",
                        "code": "cTNM_T.is(DCIS)"
                    }
                ]
            }
        },
        {
            "code": {
                "coding": [
                    {
                        "system": "http://localhost/fhir/ValueSet/FieldTypes",
                        "code": "cTNM_N"
                    }
                ]
            },
            "valueCodeableConcept": {
                "coding": [
                    {
                        "system": "http://localhost/fhir/ValueSet/cTNM_N",
                        "code": "cTNM_N.None"
                    }
                ]
            }
        },
        {
            "code": {
                "coding": [
                    {
                        "system": "http://localhost/fhir/ValueSet/FieldTypes",
                        "code": "cTNM_M"
                    }
                ]
            },
            "valueCodeableConcept": {
                "coding": [
                    {
                        "system": "http://localhost/fhir/ValueSet/cTNM_M",
                        "code": "cTNM_M.None"
                    }
                ]
            }
        }
    ]
}

Response

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

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

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