VN Core FHIR Implementation Guide — Bộ Hướng dẫn Triển khai FHIR Cốt lõi cho Việt Nam
0.1.0 - STU1 Draft
VN Core FHIR Implementation Guide — Bộ Hướng dẫn Triển khai FHIR Cốt lõi cho Việt Nam - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "PractitionerRole",
"id" : "ExamplePractitionerRole",
"meta" : {
"profile" : [
🔗 "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-practitioner-role"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole ExamplePractitionerRole</b></p><a name=\"ExamplePractitionerRole\"> </a><a name=\"hcExamplePractitionerRole\"> </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-practitioner-role.html\">Vai trò nhân viên y tế VN Core — VN Core PractitionerRole Profile</a></p></div><p><b>active</b>: true</p><p><b>period</b>: 2015-06-01 --> (ongoing)</p><p><b>practitioner</b>: <a href=\"Practitioner-ExamplePractitionerBSCKII.html\">BS CKII Nguyễn Thị Lan</a></p><p><b>organization</b>: <a href=\"Organization-ExampleOrganizationChoRay.html\">Bệnh viện Chợ Rẫy</a></p><p><b>code</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-practitioner-title-cs V.08.01.02}\">Bác sĩ chính (hạng II)</span></p><p><b>specialty</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-specialty-cs NOI}\">Nội khoa</span>, <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-specialty-cs TIM}\">Tim mạch</span></p></div>"
},
"active" : true,
"period" : {
"start" : "2015-06-01"
},
"practitioner" : {
🔗 "reference" : "Practitioner/ExamplePractitionerBSCKII",
"display" : "BS CKII Nguyễn Thị Lan"
},
"organization" : {
🔗 "reference" : "Organization/ExampleOrganizationChoRay",
"display" : "Bệnh viện Chợ Rẫy"
},
"code" : [
{
"coding" : [
{
"system" : "http://fhir.hl7.org.vn/core/CodeSystem/vn-practitioner-title-cs",
"code" : "V.08.01.02",
"display" : "Bác sĩ chính (hạng II)"
}
]
}
],
"specialty" : [
{
"coding" : [
{
"system" : "http://fhir.hl7.org.vn/core/CodeSystem/vn-specialty-cs",
"code" : "NOI",
"display" : "Nội khoa"
}
]
},
{
"coding" : [
{
"system" : "http://fhir.hl7.org.vn/core/CodeSystem/vn-specialty-cs",
"code" : "TIM",
"display" : "Tim mạch"
}
]
}
]
}