@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://fhir.hl7.org.vn/core/Organization/ExampleOrganizationDepartmentCardiology> a fhir:Organization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ExampleOrganizationDepartmentCardiology"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-organization-department"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-organization-department>
     ] )
  ] ; # 
  fhir:language [ fhir:v "vi"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"vi\" lang=\"vi\"><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\">Language: vi</p><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>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
     fhir:type [
       fhir:text [ fhir:v "Mã khoa theo QĐ 2010/QĐ-BYT" ]
     ] ;
     fhir:system [
       fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-department-cs"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-department-cs>
     ] ;
     fhir:value [ fhir:v "K04" ]
  ] [
     fhir:type [
       fhir:text [ fhir:v "Mã khoa cục bộ" ]
     ] ;
     fhir:system [
       fhir:v "http://fhir.hl7.org.vn/core/sid/organization-local-id"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/sid/organization-local-id>
     ] ;
     fhir:value [ fhir:v "BACHMAI-K04" ]
  ] ) ; # 
  fhir:active [ fhir:v true] ; # 
  fhir:type ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://terminology.hl7.org/CodeSystem/organization-type"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/CodeSystem/organization-type>
       ] ;
       fhir:code [ fhir:v "dept" ] ;
       fhir:display [ fhir:v "Hospital Department" ]
     ] )
  ] ) ; # 
  fhir:name [ fhir:v "Khoa Nội Tim mạch"] ; # 
  fhir:partOf [
     fhir:l <http://fhir.hl7.org.vn/core/Organization/example-organization-bach-mai> ;
     fhir:reference [ fhir:v "Organization/example-organization-bach-mai" ] ;
     fhir:display [ fhir:v "Bệnh viện Bạch Mai" ]
  ] . # 

# -------------------------------------------------------------------------------------

