AllergyIntolerance - Update
AllergyIntolerance - Update
Path Parameters
- id string requiredExample: 6536290298e09c0a99f2a794
- application/json
Request Body
- object
Responses
- 200
- 404
OK
Response Headers
X-Powered-By string
Access-Control-Allow-Origin string
Content-Type string
Content-Length integer
ETag string
Date string
Connection string
Keep-Alive string
- application/json
- Schema
- Example (from schema)
- Example
Schema
- object
{}
{
"entry": {
"clinicalStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
"code": "resolved",
"display": "resolved",
"_id": "653633bd6d9778e39cb4e276"
}
]
},
"verificationStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
"code": "confirmed",
"display": "Confirmed",
"_id": "653633bd6d9778e39cb4e277"
}
]
},
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "89811004",
"display": "Gluten",
"_id": "653633bd6d9778e39cb4e278"
}
],
"text": "Alergi bahan gluten, khususnya ketika makan roti gandum"
},
"patient": {
"reference": "Patient/100000030009",
"display": "Budi Santoso"
},
"encounter": {
"reference": "Encounter/2823ed1d-3e3e-434e-9a5b-9c579d192787",
"display": "Kunjungan Budi Santoso di hari Selasa, 14 Juni 2022"
},
"recorder": {
"reference": "Practitioner/N10000001"
},
"resourceType": "AllergyIntolerance",
"identifier": [
{
"system": "http://sys-ids.kemkes.go.id/allergy/1000004",
"use": "official",
"value": "98457729",
"_id": "653633bd6d9778e39cb4e275"
}
],
"category": [
"food"
],
"recordedDate": "2022-06-14T08:37:31.000Z",
"id": "6536290298e09c0a99f2a794",
"timestamps": {}
},
"resourceType": "Bundle",
"type": "searchset"
}
Not Found
Response Headers
X-Powered-By string
Access-Control-Allow-Origin string
Content-Type string
Content-Length integer
ETag string
Date string
Connection string
Keep-Alive string
- application/json
- Schema
- Example (from schema)
- Example
Schema
- object
{}
{
"resourceType": "OperationOutcome",
"issue": [
{
"severity": "error",
"code": "not-found",
"details": {
"text": "The reference provided was not found."
}
}
]
}
Loading...