Bộ Hướng dẫn Triển khai Core FHIR cho Việt Nam
0.5.0 - Draft for Community Review
Bộ Hướng dẫn Triển khai Core FHIR cho Việt Nam - Draft for Community Review (v0.5.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Organization",
"id" : "ExampleOrganizationDepartmentDiagnosticImaging",
"meta" : {
"profile" : [
🔗 "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-organization-department"
]
},
"language" : "vi",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization ExampleOrganizationDepartmentDiagnosticImaging</b></p><a name=\"ExampleOrganizationDepartmentDiagnosticImaging\"> </a><a name=\"hcExampleOrganizationDepartmentDiagnosticImaging\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-vn-core-organization-department.html\">Khoa/Phòng VN Core — VN Core Organization Department Profile</a></p></div><p><b>identifier</b>: Mã khoa theo QĐ 2010/QĐ-BYT/K39, Mã khoa cục bộ/GIALAM-K39</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/organization-type dept}\">Hospital Department</span></p><p><b>name</b>: Khoa Chẩn đoán hình ảnh</p><p><b>partOf</b>: <a href=\"Organization-ExampleOrganizationLegacyTechnicalLine.html\">Bệnh viện Đa khoa Gia Lâm</a></p></div>"
},
"identifier" : [
{
"type" : {
"text" : "Mã khoa theo QĐ 2010/QĐ-BYT"
},
"system" : "http://fhir.hl7.org.vn/core/CodeSystem/vn-department-cs",
"value" : "K39"
},
{
"type" : {
"text" : "Mã khoa cục bộ"
},
"system" : "http://fhir.hl7.org.vn/core/sid/organization-local-id",
"value" : "GIALAM-K39"
}
],
"active" : true,
"type" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/organization-type",
"code" : "dept",
"display" : "Hospital Department"
}
]
}
],
"name" : "Khoa Chẩn đoán hình ảnh",
"partOf" : {
🔗 "reference" : "Organization/ExampleOrganizationLegacyTechnicalLine",
"display" : "Bệnh viện Đa khoa Gia Lâm"
}
}