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

173 lines
4.5 KiB
JSON

{
"resourceType" : "Organization",
"id" : "1",
"identifier" : [{
"use" : "official",
"type" : {
"coding" : [{
"system" : "",
"version" : "",
"code" : "",
"display" : "Organization identifier",
"userSelected" : true
}],
"text" : "Kode Organisasi Satu Sehat"
},
"system" : "",
"value" : "3573011",
"period" : {"start" : "", "end" : ""},
"assigner": {
"reference" : "",
"display" : ""
}
}],
"active": true,
"type" : [{
"coding": [{
"system" : "http://terminology.hl7.org/CodeSystem/organization-type",
"version" : "",
"code" : "prov",
"display" : "Healthcare Provider",
"userSelected": true
}],
"text": "Rumah Sakit"
}],
"name" : "RSUD dr. Saiful Anwar Jatim Prov",
"alias" : ["RSSA"],
"description" : "Rumah Sakit Pemerintah Provinsi Jawa Timur",
"contact": [{
"purpose": {
"coding": [{
"system": "http://terminology.hl7.org/CodeSystem/contactentity-type",
"code": "PATINF",
"display": "Patient"
}]
},
"name" : [{
"use" : "",
"text" : "",
"family" : "",
"given" : [],
"prefix" : [],
"suffix" : [],
"period" : {"start" : "", "end" : ""}
}],
"telecom": [{
"system" : "phone",
"value" : "(081) 555606668",
"use" : "mobile",
"rank" : 1,
"period" : {"start" : "","end" : ""}
},
{
"system" : "phone",
"value" : "(0341) 362101",
"use" : "work",
"rank" : 1,
"period" : {"start" : "","end" : ""}
},
{
"system" : "email",
"value" : "ppid.rssa@gmail.com",
"use" : "work",
"rank" : 1,
"period" : {"start" : "","end" : ""}
}],
"address": [{
"use" : "work",
"type" : "both",
"text" : "Jl. Jaksa Agung Suprapto No.2, Klojen, Kec. Klojen, Kota Malang, Jawa Timur 65112",
"line" : ["Jl. Jaksa Agung Suprapto No.2"],
"village" : "Klojen",
"district" : "Klojen",
"city" : "Malang",
"state" : "Jawa Timur",
"postalCode": "65112",
"country" : "Indonesia",
"period" : {"start" : "","end" : ""},
"extension" : [{
"url" : "",
"extension" : [{
"url" : "state",
"valueDisplay": "Jawa Timur",
"valueCode" : "35"
},
{
"url" : "city",
"valueDisplay": "Malang",
"valueCode" : "3573"
},
{
"url" : "district",
"valueDisplay": "Klojen",
"valueCode" : "3573030"
},
{
"url" : "village",
"valueDisplay": "Klojen",
"valueCode" : "3573030008"
},
{
"url" : "rt",
"valueDisplay": "",
"valueCode" : ""
},
{
"url" : "rw",
"valueDisplay": "",
"valueCode" : ""
}]
}]
}],
"organization" : {
"reference" : "",
"display" : ""
},
"period" : {"start" : "","end" : ""}
}],
"partOf": {
"reference" : "",
"display" : ""
},
"endpoint": {
"reference" : "",
"display" : ""
},
"qualification" : [{
"identifier": [{
"use" : "",
"type" : {
"coding" : [{
"system" : "",
"version" : "",
"code" : "",
"display" : "",
"userSelected" : false
}],
"text" : ""
},
"system" : "",
"value" : "",
"period" : {"start" : "", "end" : ""},
"assigner": {
"reference" : "",
"display" : ""
}
}],
"code": {
"coding": [{
"system" : "",
"version" : "",
"code" : "",
"display" : "",
"userSelected" : true
}],
"text": ""
},
"period": {"start" : "", "end" : ""},
"issuer": {
"reference" : "",
"display" : ""
}
}]
}