Hướng dẫn triển khai FHIR cốt lõi Việt Nam — VN Core FHIR Implementation Guide - Draft for Community Review (v0.9.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Ví dụ: Vai trò người rà soát BHYT — Example: BHYT payer reviewer role
Bản thô ttl | Tải xuống
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/PractitionerRole/ExamplePractitionerRoleBHXHReviewer> a fhir:PractitionerRole ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "ExamplePractitionerRoleBHXHReviewer"] ;
fhir:Resource.language [ fhir:value "vi"] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole ExamplePractitionerRoleBHXHReviewer</b></p><a name=\"ExamplePractitionerRoleBHXHReviewer\"> </a><a name=\"hcExamplePractitionerRoleBHXHReviewer\"> </a><p><b>active</b>: true</p><p><b>organization</b>: <a href=\"Organization-ExampleOrganizationBHXH.html\">Bảo hiểm xã hội Việt Nam</a></p><p><b>code</b>: <span title=\"Codes:\">Chuyên viên rà soát quyết toán BHYT — BHYT settlement reviewer</span></p></div>"
] ;
fhir:PractitionerRole.active [ fhir:value "true"^^xsd:boolean] ;
fhir:PractitionerRole.organization [
fhir:link <http://hl7.org/fhir/Organization/ExampleOrganizationBHXH> ;
fhir:Reference.reference [ fhir:value "Organization/ExampleOrganizationBHXH" ] ;
fhir:Reference.display [ fhir:value "Bảo hiểm xã hội Việt Nam" ]
] ;
fhir:PractitionerRole.code [
fhir:index -1 ;
fhir:CodeableConcept.text [ fhir:value "Chuyên viên rà soát quyết toán BHYT — BHYT settlement reviewer" ]
] .
<http://hl7.org/fhir/Organization/ExampleOrganizationBHXH> a fhir:Organization .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/PractitionerRole/ExamplePractitionerRoleBHXHReviewer.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/PractitionerRole/ExamplePractitionerRoleBHXHReviewer.ttl> .