HL7 Terminology (THO)
4.0.0 - Publication International flag

This page is part of the HL7 Terminology (v4.0.0: Release) based on FHIR R4. The current version which supercedes this version is 5.2.0. For a full list of available versions, see the Directory of published versions

: OMAHA Tangram Medical Terminology - TTL Representation

Active as of 2022-04-21

Raw ttl | Download


@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 -------------------------------------------------------------------

 a fhir:CodeSystem;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "TangramMedicalTerminology"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>https://term.omaha.org.cn</code> defines many codes, but they are not represented here</p></div>"
  ];
  fhir:CodeSystem.url [ fhir:value "https://term.omaha.org.cn"];
  fhir:CodeSystem.version [ fhir:value "1.0.0"];
  fhir:CodeSystem.name [ fhir:value "TangramMedicalTerminology"];
  fhir:CodeSystem.title [ fhir:value "OMAHA Tangram Medical Terminology"];
  fhir:CodeSystem.status [ fhir:value "active"];
  fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean];
  fhir:CodeSystem.date [ fhir:value "2022-04-21T00:00:00-00:00"^^xsd:dateTime];
  fhir:CodeSystem.publisher [ fhir:value "Open Medicine and Health Alliance (OMAHA) of Zhejiang Institute of Medical-care Information Technology (imit)"];
  fhir:CodeSystem.contact [
     fhir:index 0;
     fhir:ContactDetail.name [ fhir:value "Open Medicine and Health Alliance (OMAHA) of Zhejiang Institute of Medical-care Information Technology (imit); No. 8, Sheji Road, Liangzhu Cultural Village, Yuhang District, Hangzhou City, Zhejiang Province, China" ];
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "email" ];
       fhir:ContactPoint.value [ fhir:value "hita@omaha.org.cn" ]     ], [
       fhir:index 1;
       fhir:ContactPoint.system [ fhir:value "phone" ];
       fhir:ContactPoint.value [ fhir:value "+86-0571-88983625" ]     ], [
       fhir:index 2;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://www.omaha.org.cn/" ]     ]
  ];
  fhir:CodeSystem.description [ fhir:value "OMAHA Tangram Medical Terminology is an ontology-based medical terminological resource developed by Chinese language. It helps to standardize the expression of Chinese medical terms, and improve the semantic interoperability between different systems. The terminology can be used in electronic health records, decision support systems and digital health researches, providing the functions of mapping, data capture, data mining, data registries, statistical analysis and reasoning etc.\r\n\r\nTangram Medical Terminology is released quarterly using the file name format as Tangram_Medical_Terminology _YYYYMMDD (Example: Tangram _Medical_Terminology _20200120). For more information, please visit http://wiki.omaha.org.cn/pages/viewpage.action?pageId=31425763 \r\n\r\nFor more information, see https://term.omaha.org.cn/."];
  fhir:CodeSystem.copyright [ fhir:value "Copyright Zhejiang Institute of Medical-care Information Technology (imit), all rights reserved.\r\n\r\nComplete copyright statement can be found here: https://www.omaha.org.cn/index.php?g=&m=article&a=index&id=20&cid=38 \r\n\r\nIntellectual property is reserved to Zhejiang Institute of Medical-care Information Technology (imit).\r\n\r\nTangram Medical Terminology can only be used by institutional members of OMAHA. More information for licensing Tangram Medical Terminology can be found here: https://www.omaha.org.cn/index.php?m=index&a=member&cid=333"];
  fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean];
  fhir:CodeSystem.content [ fhir:value "not-present"].

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

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.