AllergyIntolerance - Create
AllergyIntolerance - Create
- application/json
Request Body
- object
Responses
- 201
Created
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": "AllergyIntolerance",
"identifier": [
{
"system": "http://sys-ids.kemkes.go.id/allergy/1000004",
"use": "official",
"value": "98457729",
"_id": "6536290298e09c0a99f2a795"
}
],
"clinicalStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
"code": "active",
"display": "Active",
"_id": "6536290298e09c0a99f2a796"
}
]
},
"verificationStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
"code": "confirmed",
"display": "Confirmed",
"_id": "6536290298e09c0a99f2a797"
}
]
},
"category": [
"food"
],
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "89811004",
"display": "Gluten",
"_id": "6536290298e09c0a99f2a798"
}
],
"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"
},
"recordedDate": "2022-06-14T08:37:31.000Z",
"recorder": {
"reference": "Practitioner/N10000001"
},
"id": "6536290298e09c0a99f2a794",
"timestamps": {}
}
Loading...