AllergyIntolerance - PATCH
AllergyIntolerance - PATCH
Path Parameters
- id string requiredExample: 64f57f4cd4e02597f7947074
Header Parameters
- Content-Type stringExample: application/json-patch+json
- application/json
Request Body
- object
Responses
- 200
OK
Response Headers
etag string
content-type string
last-modified string
location string
vary string
date string
content-length integer
x-xss-protection integer
x-frame-options string
x-content-type-options string
x-request-id string
Via string
Alt-Svc string
- application/json
- Schema
- Example (from schema)
- Example
Schema
- object
{}
{
"category": [
"medication"
],
"clinicalStatus": {
"coding": [
{
"code": "resolved",
"display": "resolved",
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical"
}
]
},
"code": {
"coding": [
{
"code": "89811004",
"display": "Gluten (substance)",
"system": "http://snomed.info/sct"
}
],
"text": "Alergi bahan gluten, khususnya ketika makan roti gandum"
},
"encounter": {
"display": "Kunjungan Budi Santoso di hari Selasa, 14 Juni 2022",
"reference": "Encounter/2823ed1d-3e3e-434e-9a5b-9c579d192787"
},
"id": "94b05c94-7429-4e98-bebe-d9cbda19d3d5",
"identifier": [
{
"system": "http://sys-ids.kemkes.go.id/allergy/1000004",
"use": "official",
"value": "98457729"
}
],
"meta": {
"lastUpdated": "2022-10-07T07:29:56.439017+00:00",
"versionId": "MTY2NTEyNzc5NjQzOTAxNzAwMA"
},
"patient": {
"display": "Budi Santoso",
"reference": "Patient/100000030009"
},
"recordedDate": "2022-06-14T15:37:31+07:00",
"recorder": {
"reference": "Practitioner/N10000001"
},
"resourceType": "AllergyIntolerance",
"verificationStatus": {
"coding": [
{
"code": "confirmed",
"display": "Confirmed",
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification"
}
]
}
}
Loading...