FHIR IG analytics| Package | silth.fhir.th.mophpc1 |
| Resource Type | Organization |
| Id | Organization-organization-ward1.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization
Resource Organization "organization-ward1"
Profile: MoPH-PC Organization: Provider
identifier: รหัส HCODE ของกระทรวงสาธารณสุข: 12345 (use: OFFICIAL), รหัสประจำแผนก ของหน่วยบริการ: 12345 (use: OFFICIAL)
name: หอผู้ป่วยใน ของโรงพยาบาลตัวอย่าง
partOf: Organization/organization-main "โรงพยาบาลตัวอย่าง แห่งที่ 1"
{
"resourceType": "Organization",
"id": "organization-ward1",
"meta": {
"profile": [
"https://fhir-ig.sil-th.org/th/mophpc1/StructureDefinition/mophpc-organization-provider"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "official",
"type": {
"coding": [
{
"system": "https://terms.sil-th.org/core/CodeSystem/cs-th-identifier-type",
"code": "hcode",
"display": "รหัส HCODE ของกระทรวงสาธารณสุข"
}
]
},
"system": "https://terms.sil-th.org/id/th-moph-hcode",
"value": "12345"
},
{
"use": "official",
"type": {
"coding": [
{
"system": "https://terms.sil-th.org/core/CodeSystem/cs-th-identifier-type",
"code": "localDep",
"display": "รหัสประจำแผนก ของหน่วยบริการ"
}
]
},
"system": "https://terms.sil-th.org/hcode/5/99999/DepCode",
"value": "12345"
}
],
"name": "หอผู้ป่วยใน ของโรงพยาบาลตัวอย่าง",
"partOf": {
"reference": "Organization/organization-main"
}
}