Ασθενείς

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

Request

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

Request Body (χειρουργείο)

{
    "id" : "44625ccc-2a0f-42d6-8b4e-b801e06c7a4f",
    "resourceType": "Procedure",
    "status": "completed",
    "category": [
        {
            "coding": [
                {
                    "system": "http://localhost/fhir/ValueSet/SurgeryLimits",
                    "code": "SL.001"
                }
            ]
        }
    ],
    "code": {
        "coding": [
            {
                "system": "http://localhost/fhir/ValueSet/TreatmentTypeForNeoplasm",
                "code": "TTFN.SOL.001"
            }
        ]
    },
    "subject": {
        "reference": "Patient/01100011100"
    },
    "reason": [
        {
            "reference": {
                "reference": "Condition/cad51608-9e34-448f-b2eb-e67d49f34f95"
            }
        }
    ],
    "recorded": "2024-12-31T16:16:01+02:00",
    "occurrenceDateTime": "2024-12-31T16:15:45+02:00",
    "extension": [
        {
            "url": "http://localhost/fhir/StructureDefinition/SurgeryTypeETIPCode",
            "valueCodeableConcept": {
                "coding": [
                    {
                        "system": "http://localhost/fhir/ValueSet/SurgeryTypeETIPCode",
                        "code": "301.00.01.03"
                    }
                ]
            }
        },
        {
            "url": "http://localhost/fhir/StructureDefinition/TherapyEndDate",
            "valueDateTime": "2025-01-05T10:00:00+02:00"
        },
        {
            "url": "http://localhost/fhir/StructureDefinition/SurgicalTherapyIntent",
            "valueCodeableConcept": {
                "coding": [
                    {
                        "system": "http://localhost/fhir/ValueSet/SurgicalTherapyIntent",
                        "code": "STI.001"
                    }
                ]
            }
        },
        {
            "url": "http://localhost/fhir/StructureDefinition/SurgicalUrgency",
            "valueCodeableConcept": {
                "coding": [
                    {
                        "system": "http://localhost/fhir/ValueSet/SurgicalUrgency",
                        "code": "SU.001"
                    }
                ]
            }
        },
        {
            "url": "http://localhost/fhir/StructureDefinition/ResidualTumorStatus",
            "valueCodeableConcept": {
                "coding": [
                    {
                        "system": "http://localhost/fhir/ValueSet/ResidualTumorStatus",
                        "code": "RTS.001"
                    }
                ]
            }
        },
        {
            "url": "http://localhost/fhir/StructureDefinition/MinimumMarginDistanceInMm",
            "valueQuantity": {
                "value": 2,
                "unit": "mm",
                "system": "http://unitsofmeasure.org",
                "code": "mm"
            }
        },
        {
            "url": "http://localhost/fhir/StructureDefinition/PresenceOfInfiltratedLymphNodes",
            "valueCodeableConcept": {
                "coding": [
                    {
                        "system": "http://localhost/fhir/ValueSet/BooleanValueSet",
                        "code": "Bool.002"
                    }
                ]
            }
        },
        {
            "url": "http://localhost/fhir/StructureDefinition/PresenceOfInfiltratedNerves",
            "valueCodeableConcept": {
                "coding": [
                    {
                        "system": "http://localhost/fhir/ValueSet/BooleanValueSet",
                        "code": "Bool.002"
                    }
                ]
            }
        },
        {
            "url": "http://localhost/fhir/StructureDefinition/NumberOfExcludedLymphNodes",
            "valueQuantity": {
                "value": 1
            }
        },
        {
            "url": "http://localhost/fhir/StructureDefinition/NumberOfInfiltratedLymphNodes",
            "valueQuantity": {
                "value": 1
            }
        }
    ]
}

Για ακτινοθεραπεία, τα extension, δέχονται τα ακόλουθα

[
    {
        "url": "http://localhost/fhir/StructureDefinition/RadiotherapyIntent",
        "valueCodeableConcept": {
            "coding": [
                {
                    "system": "http://localhost/fhir/ValueSet/RadiotherapyIntent",
                    "code": "RTI.001"
                }
            ]
        }
    },
    {
        "url": "http://localhost/fhir/StructureDefinition/RadiotherapyTechnique",
        "valueCodeableConcept": {
            "coding": [
                {
                    "system": "http://localhost/fhir/ValueSet/RadiotherapyTechnique",
                    "code": "RTT.001"
                }
            ]
        }
    },
    {
        "url": "http://localhost/fhir/StructureDefinition/TotalRadiationDose",
        "valueQuantity": {
            "value": 50,
            "unit": "Gy",
            "system": "http://unitsofmeasure.org",
            "code": "Gy"
        }
    },
    {
        "url": "http://localhost/fhir/StructureDefinition/TotalRadiationFractions",
        "valueQuantity": {
            "value": 25
        }
    },
    {
        "url": "http://localhost/fhir/StructureDefinition/PerFractionRadiationDose",
        "valueQuantity": {
            "value": 2,
            "unit": "Gy",
            "system": "http://unitsofmeasure.org",
            "code": "Gy"
        }
    },
    {
        "url": "http://localhost/fhir/StructureDefinition/RadiationAnatomicalTargetArea",
        "valueString": "Πύελος"
    },
    {
        "url": "http://localhost/fhir/StructureDefinition/RadiationDeviceIdentifier",
        "valueString": "LINAC-01"
    }
]

Response

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

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

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