Patient - By ID
Patient - By ID
Path Parameters
- id string requiredExample: 6541a6d7c97e4d8e284bae72
Header Parameters
- Content-Type stringExample: application/json
Responses
- 200
OK
Response Headers
etag string
content-type string
last-modified string
vary string
date string
content-length integer
X-Xss-Protection string
X-Frame-Options string
X-Content-Type-Options string
x-request-id string
Via string
Strict-Transport-Security string
Referrer-Policy string
Permissions-Policy string
Content-Security-Policy string
Alt-Svc string
- application/json
- Schema
- Example (from schema)
- Example
Schema
- object
{}
{
"active": true,
"id": "P02478375538",
"identifier": [
{
"system": "https://fhir.kemkes.go.id/id/ihs-number",
"use": "official",
"value": "P02478375538"
},
{
"system": "https://fhir.kemkes.go.id/id/nik",
"use": "official",
"value": "################"
}
],
"link": [
{
"other": {
"reference": "Patient/P02478375538"
},
"type": "refer"
}
],
"meta": {
"lastUpdated": "2023-03-08T13:11:53.191496+00:00",
"profile": [
"https://fhir.kemkes.go.id/r4/StructureDefinition/Patient"
],
"versionId": "MTY3ODI4MTExMzE5MTQ5NjAwMA"
},
"resourceType": "Patient"
}
Loading...