Ασθενείς

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

Request

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

Request Body

{
    "id" : "CO.ca56e5d3-f78a-4579-8760-ca0150df7aff",
    "resourceType": "Condition",
    "clinicalStatus": {
		"coding": [
			{
				"system": "http://terminology.hl7.org/CodeSystem/condition-clinical",
				"code": "unknown"
			}
		]
	},
	"verificationStatus": {
		"coding": [
			{
				"system": "http://terminology.hl7.org/CodeSystem/condition-ver-status",
				"code": "confirmed"
			}
		]
	},
	"subject": {
		"reference": "Patient/10100001011"
	},
    "code": {
		"coding": [
			{
				"system": "http://localhost/fhir/ValueSet/Icd10Diagnosis",
				"code": "C56"
			}
		]
	},
	"severity": {
		"coding": [
			{
				"system": "http://localhost/fhir/ValueSet/Ace27",
				"code": "Ace27.001"
			}
		]
	},
	"note": [
		{
			"text": "Updated test"
		}
	]
}

Response

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

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

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