Ασθενείς

Αναζήτηση θεραπειών/επεμβάσεων με βάση το αναγνωριστικό ασθενή

Request

GET https://server-ol.hipaservices.com/fhir/Procedure/?subject=Patient/01110000011

Response

{
    "resourceType": "Bundle",
    "type": "searchset",
    "total": 1,
    "link": [
        {
            "relation": "self",
            "url": "http://localhost/fhir/Procedure/?subject=Patient/01110000011"
        }
    ],
    "entry": [
        {
            "fullUrl": "http://localhost/fhir/Observation/SG.9ddb0aff-3a4f-4930-8e5a-1d432382c0d6",
            "search": {
                "mode": "match"
            },
            "resource": {
                "id" : "c72aa7ed-5da3-4e6f-bd91-25ca1f67c3f5",
                "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/00101001011"
                },
                "reason": [
                    {
                        "reference": {
                            "reference": "Condition/e0be53e2-7c95-4755-a36d-f6f44ad3e46e"
                        }
                    }
                ],
                "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
                        }
                    }
                ]
            }
        }
    ]
}

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

Προκειμένου να έχετε πρόσβαση στα εν λόγω δεδομένα ασθενή, θα πρέπει να υπάρχει ήδη συσχέτιση ασθενή με το αναγνωριστικό του ενεργού ιατρού ή του οργανισμού του ιατρού. Διαφορετικά, θα επιστραφεί σφάλμα με HTTP κωδικό 451.

Για να δημιουργήσετε συσχέτιση, δείτε εδώ.