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" : "ExampleOrganizationDepartmentCardiology",
"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 ExampleOrganizationDepartmentCardiology</b></p><a name=\"ExampleOrganizationDepartmentCardiology\"> </a><a name=\"hcExampleOrganizationDepartmentCardiology\"> </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/K04, Mã khoa cục bộ/BACHMAI-K04</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 Nội Tim mạch</p><p><b>partOf</b>: <a href=\"Organization-example-organization-bach-mai.html\">Bệnh viện Bạch Mai</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" : "K04"
},
{
"type" : {
"text" : "Mã khoa cục bộ"
},
"system" : "http://fhir.hl7.org.vn/core/sid/organization-local-id",
"value" : "BACHMAI-K04"
}
],
"active" : true,
"type" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/organization-type",
"code" : "dept",
"display" : "Hospital Department"
}
]
}
],
"name" : "Khoa Nội Tim mạch",
"partOf" : {
🔗 "reference" : "Organization/example-organization-bach-mai",
"display" : "Bệnh viện Bạch Mai"
}
}