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ụ: Phòng khám số 1 Trạm Y tế phường Ngọc Hà

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/Location/ExampleLocationNgocHaConsultRoom1> a fhir:Location ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ExampleLocationNgocHaConsultRoom1"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-location" ;
       fhir:index -1 ;
       fhir:link <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-location>
     ]
  ] ;
  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: Location ExampleLocationNgocHaConsultRoom1</b></p><a name=\"ExampleLocationNgocHaConsultRoom1\"> </a><a name=\"hcExampleLocationNgocHaConsultRoom1\"> </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-location.html\">Địa điểm cung cấp dịch vụ VN Core — VN Core Location Profile</a></p></div><p><b>identifier</b>: <a href=\"NamingSystem-vn-location-local-id-ns.html\" title=\"Hệ thống định danh cục bộ cho Location trong phạm vi từng cơ sở y tế hoặc từng hệ thống HIS/EMR.\">VNLocationLocalId</a>/NGOCHA-OPD-ROOM1</p><p><b>status</b>: Active</p><p><b>name</b>: Phòng khám số 1</p><p><b>description</b>: Phòng khám tổng quát tại khu khám ngoại trú</p><p><b>type</b>: <span title=\"Codes:\">Phòng khám</span></p><p><b>physicalType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/location-physical-type ro}\">Room</span></p><p><b>managingOrganization</b>: <a href=\"Organization-ExampleOrganizationTramYTe.html\">Trạm Y tế phường Ngọc Hà</a></p><p><b>partOf</b>: <a href=\"Location-ExampleLocationNgocHaOutpatientClinic.html\">Khu khám ngoại trú</a></p></div>"
  ] ;
  fhir:Location.identifier [
     fhir:index -1 ;
     fhir:Identifier.system [ fhir:value "http://fhir.hl7.org.vn/core/sid/location-local-id" ] ;
     fhir:Identifier.value [ fhir:value "NGOCHA-OPD-ROOM1" ]
  ] ;
  fhir:Location.status [ fhir:value "active"] ;
  fhir:Location.name [ fhir:value "Phòng khám số 1"] ;
  fhir:Location.description [ fhir:value "Phòng khám tổng quát tại khu khám ngoại trú"] ;
  fhir:Location.type [
     fhir:index -1 ;
     fhir:CodeableConcept.text [ fhir:value "Phòng khám" ]
  ] ;
  fhir:Location.physicalType [
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/location-physical-type" ] ;
       fhir:Coding.code [ fhir:value "ro" ] ;
       fhir:Coding.display [ fhir:value "Room" ]
     ]
  ] ;
  fhir:Location.managingOrganization [
     fhir:link <http://hl7.org/fhir/Organization/ExampleOrganizationTramYTe> ;
     fhir:Reference.reference [ fhir:value "Organization/ExampleOrganizationTramYTe" ] ;
     fhir:Reference.display [ fhir:value "Trạm Y tế phường Ngọc Hà" ]
  ] ;
  fhir:Location.partOf [
     fhir:link <http://hl7.org/fhir/Location/ExampleLocationNgocHaOutpatientClinic> ;
     fhir:Reference.reference [ fhir:value "Location/ExampleLocationNgocHaOutpatientClinic" ] ;
     fhir:Reference.display [ fhir:value "Khu khám ngoại trú" ]
  ] .

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

<http://hl7.org/fhir/Location/ExampleLocationNgocHaOutpatientClinic> a fhir:Location .

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

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