Ασθενείς

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

Request

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

Request Body

{
    "id": "6489a894-e747-4b79-8c2e-18f985d829d7",
    "resourceType": "FamilyMemberHistory",
    "status": "completed",
    "relationship": {
        "coding": [
            {
                "system": "http://localhost/fhir/ValueSet/RelativeRelationship",
                "code": "REL.MOT"
            }
        ]
    },
    "patient": {
        "reference": "Patient/01011000110"
    },
    "condition": [
        {
            "code": {
                "coding": [
                    {
                        "system": "http://localhost/fhir/ValueSet/Icd10Diagnosis",
                        "code": "C50"
                    }
                ]
            },
            "extension": [
                {
                    "url": "http://localhost/fhir/StructureDefinition/GeneticPredisposition",
                    "valueBoolean": true
                }
            ]
        }
    ]
}

Response

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

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

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