NCPI FHIR Implementation Guide
0.2.0 - ci-build

NCPI FHIR Implementation Guide - Local Development build (v0.2.0). See the Directory of published versions

: Mondo Disease Ontology - TTL Representation

Draft as of 2022-12-09

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 "mondo"]; # 
  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>http://purl.obolibrary.org/obo/mondo.owl</code> defines many codes, of which the following are a subset:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">MONDO:0005072<a name=\"mondo-MONDO.580005072\"> </a></td><td>neuroblastoma</td></tr><tr><td style=\"white-space:nowrap\">MONDO:0002749<a name=\"mondo-MONDO.580002749\"> </a></td><td>extracranial neuroblastoma</td></tr><tr><td style=\"white-space:nowrap\">MONDO:0008542<a name=\"mondo-MONDO.580008542\"> </a></td><td>tetralogy of fallot</td></tr></table></div>"
  ]; # 
  fhir:CodeSystem.url [ fhir:value "http://purl.obolibrary.org/obo/mondo.owl"]; # 
  fhir:CodeSystem.version [ fhir:value "0.2.0"]; # 
  fhir:CodeSystem.name [ fhir:value "Mondo"]; # 
  fhir:CodeSystem.title [ fhir:value "Mondo Disease Ontology"]; # 
  fhir:CodeSystem.status [ fhir:value "draft"]; # 
  fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean]; # 
  fhir:CodeSystem.date [ fhir:value "2022-12-09T17:30:30+00:00"^^xsd:dateTime]; # 
  fhir:CodeSystem.publisher [ fhir:value "NCPI FHIR Working Group"]; # 
  fhir:CodeSystem.contact [
     fhir:index 0;
     fhir:ContactDetail.name [ fhir:value "NCPI FHIR Working Group" ];
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "https://github.com/nih-ncpi" ]     ]
  ], [
     fhir:index 1;
     fhir:ContactDetail.name [ fhir:value "Meen Chul Kim" ];
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "email" ];
       fhir:ContactPoint.value [ fhir:value "meenchul@d3b.center" ];
       fhir:ContactPoint.use [ fhir:value "work" ]     ]
  ]; # 
  fhir:CodeSystem.description [ fhir:value "The Mondo Disease Ontology (Mondo) aims to harmonize disease definitions across the world. The name Mondo comes from the latin word 'mundus' and means 'for the world.'"]; # 
  fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean]; # 
  fhir:CodeSystem.content [ fhir:value "fragment"]; # 
  fhir:CodeSystem.count [ fhir:value "3"^^xsd:nonNegativeInteger]; # 
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.concept.code [ fhir:value "MONDO:0005072" ];
     fhir:CodeSystem.concept.display [ fhir:value "neuroblastoma" ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.concept.code [ fhir:value "MONDO:0002749" ];
     fhir:CodeSystem.concept.display [ fhir:value "extracranial neuroblastoma" ]
  ], [
     fhir:index 2;
     fhir:CodeSystem.concept.code [ fhir:value "MONDO:0008542" ];
     fhir:CodeSystem.concept.display [ fhir:value "tetralogy of fallot" ]
  ]. # 

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

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