forked from ragil/Json-FHIR
first commit
This commit is contained in:
65
Endpoint.json
Normal file
65
Endpoint.json
Normal file
@@ -0,0 +1,65 @@
|
||||
{
|
||||
"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}"]
|
||||
}
|
||||
Reference in New Issue
Block a user