HL7 Vietnam VN Core FHIR Implementation Guide

Bộ Hướng dẫn Triển khai Core FHIR cho Việt Nam
0.8.0 - Draft for Community Review Viet Nam cờ

Bộ Hướng dẫn Triển khai Core FHIR cho Việt Nam - Draft for Community Review (v0.8.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Ví dụ: Khoa Chẩn đoán hình ảnh Bệnh viện tỉnh

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/Organization/ExampleOrganizationDepartmentDiagnosticImaging> a fhir:Organization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ExampleOrganizationDepartmentDiagnosticImaging"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-organization-department" ;
       fhir:index -1 ;
       fhir:link <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-organization-department>
     ]
  ] ;
  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: 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 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>, <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-department-cs K39}\">Khoa Chẩn đoán hình ảnh</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>"
  ] ;
  fhir:Organization.identifier [
     fhir:index -1 ;
     fhir:Identifier.type [
       fhir:CodeableConcept.text [ fhir:value "Mã khoa cục bộ" ]
     ] ;
     fhir:Identifier.system [ fhir:value "http://fhir.hl7.org.vn/core/sid/organization-local-id" ] ;
     fhir:Identifier.value [ fhir:value "GIALAM-K39" ]
  ] ;
  fhir:Organization.active [ fhir:value "true"^^xsd:boolean] ;
  fhir:Organization.type [
     fhir:index -1 ;
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/organization-type" ] ;
       fhir:Coding.code [ fhir:value "dept" ] ;
       fhir:Coding.display [ fhir:value "Hospital Department" ]
     ]
  ], [
     fhir:index -1 ;
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-department-cs" ] ;
       fhir:Coding.code [ fhir:value "K39" ] ;
       fhir:Coding.display [ fhir:value "Khoa Chẩn đoán hình ảnh" ]
     ]
  ] ;
  fhir:Organization.name [ fhir:value "Khoa Chẩn đoán hình ảnh"] ;
  fhir:Organization.partOf [
     fhir:link <http://hl7.org/fhir/Organization/ExampleOrganizationLegacyTechnicalLine> ;
     fhir:Reference.reference [ fhir:value "Organization/ExampleOrganizationLegacyTechnicalLine" ] ;
     fhir:Reference.display [ fhir:value "Bệnh viện Đa khoa Gia Lâm" ]
  ] .

<http://hl7.org/fhir/Organization/ExampleOrganizationLegacyTechnicalLine> a fhir:Organization .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Organization/ExampleOrganizationDepartmentDiagnosticImaging.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Organization/ExampleOrganizationDepartmentDiagnosticImaging.ttl> .