Files
Json-FHIR/FHIR/Patient Administration/Endpoint.json
2025-05-09 13:39:04 +07:00

65 lines
1.8 KiB
JSON

{
"resourceType" : "Endpoint",
"id" : "rsud-saifulanwar-fhir",
"identifier" : [{
"use" : "",
"type" : {
"coding" : [{
"system" : "",
"version" : "",
"code" : "",
"display" : "",
"userSelected" : true
}],
"text" : ""
},
"system" : "",
"value" : "",
"period" : {"start" : "", "end" : ""},
"assigner": {
"reference" : "",
"display" : ""
}
}],
"status": "active",
"connectionType": {
"coding": [{
"system" : "http://terminology.hl7.org/CodeSystem/endpoint-connection-type",
"version" : "",
"code" : "hl7-fhir-rest",
"display" : "FHIR RESTful",
"userSelected" : ""
}],
"text": ""
},
"name" : "FHIR Endpoint RSUD Dr. Saiful Anwar",
"managingOrganization": {
"reference" : "Organization/rsud-saifulanwar",
"display" : "RSUD Dr. Saiful Anwar"
},
"contact": [
{
"system" : "email",
"value" : "it@rsusaifulanwar.jatimprov.go.id",
"use" : "work",
"rank" : "",
"period" : {"start" : "", "end" : ""}
}
],
"period" : {"start" : "", "end" : ""},
"payload" : [{
"type" : [{
"coding": [{
"system" : "http://hl7.org/fhir/resource-types",
"version" : "",
"code" : "Patient",
"display" : "Patient",
"userSelected" : ""
}],
"text" : "FHIR Patient Resource"
}],
"mimeType" : ["application/fhir+json"]
}],
"address" : "https://fhir.rsusaifulanwar.jatimprov.go.id/fhir",
"header" : ["Authorization: Bearer {token}"]
}