Ασθενείς

Ανάσυρση βασικών στοιχείων ασθενή με ΑΜΚΑ

Request

GET https://server-ol.hipaservices.com/fhir/Patient/10010110100

Response

{
  "id": "10010110100",
  "active": true,
  "resourceType": "Patient",
  "birthDate": "1981-12-18",
  "gender": "male",
  "identifier": [
    {
      "system": "urn:patient-identifier:amka",
      "value": "10010110100"
    }
  ],
  "name": [
    {
      "given": [
        "ΣΩΤΗΡΙΟΣ"
      ],
      "family": "ΜΠΟΤΣΙΟΣ"
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "0310433738"
    },
    {
      "system": "phone",
      "value": "2310433738"
    }
  ],
  "address": [
    {
      "city": "ΘΕΣΣΑΛΟΝΙΚΗ",
      "line": [
        "ΑΡΙΑΔΝΗΣ 2"
      ]
    }
  ],
  "link": [
    {
      "other": {
        "display": "ΦΩΤΕΙΝΗ",
        "type": "RelatedPerson",
        "identifier": {
          "type": {
            "coding": [
              {
                "system": "urn:related-person-relationship",
                "code": "mother"
              }
            ]
          }
        }
      },
      "type": "seealso"
    },
    {
      "other": {
        "display": "ΔΗΜΗΤΡΙΟΣ",
        "type": "RelatedPerson",
        "identifier": {
          "type": {
            "coding": [
              {
                "system": "urn:related-person-relationship",
                "code": "father"
              }
            ]
          }
        }
      },
      "type": "seealso"
    }
  ],
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/patient-nationality",
      "extension": [
        {
          "url": "code",
          "valueCodeableConcept": {
            "coding": [
              {
                "code": "gr",
                "system": "urn:nationality:internal"
              }
            ]
          }
        }
      ]
    },
    {
      "url": "http://localhost/fhir/StructureDefinition/CauseOfDeath",
      "valueCodeableConcept": {
          "coding": [
              {
                  "system": "http://localhost/fhir/ValueSet/Icd10Diagnosis",
                  "code": "C56"
              }
          ]
      }
    },
    {
      "url": "http://localhost/fhir/StructureDefinition/OccupationBurden",
      "valueString": "αμίαντος"
    }
    {
      "url": "http://localhost/fhir/StructureDefinition/DiabetesType1",
      "valueBoolean": false
    },
    {
      "url": "http://localhost/fhir/StructureDefinition/DiabetesType2",
      "valueBoolean": false
    }
  ],
  "contact": [
    {
      "name": {
        "given": [
          "Dimitrios"
        ],
        "family": "Karamitsos"
      },
      "address": {
        "line": [
          "RRRRT 34"
        ]
      },
      "telecom": [
        {
          "system": "phone",
          "value": "7565734545"
        }
      ]
    }
  ],
  "deceasedBoolean": false,
  "meta": {
    "lastUpdated": "2024-12-31T11:58:26+00:00"
  }
}

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

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

Η αιτία θανάτου, έχει νόημα μόνο σε θανόντες ασθενείς.