Монгол Улсын ЭМӨМТ Хэрэгжүүлэлтийн Удирдамж
1.0.0 - Хянах

Монгол Улсын ЭМӨМТ Хэрэгжүүлэлтийн Удирдамж - Local Development build (v1.0.0). See the Directory of published versions

Дүүргийн Код Систем - TTL Representation

((тайлбар луу буцах))

Түүхий ttl

Эх сурвалжийг үзэх

@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 "Districts"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>Districts Code System.</h2><div><p>Сум болон дүүргийн жагсаалт</p>\n</div><p>This code system http://fhir.mn/CodeSystem/Districts defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">1<a name=\"Districts-1\"> </a></td><td>Baganuur</td><td/></tr><tr><td style=\"white-space:nowrap\">2<a name=\"Districts-2\"> </a></td><td>Bagakhangai</td><td/></tr><tr><td style=\"white-space:nowrap\">3<a name=\"Districts-3\"> </a></td><td>Bayangol</td><td/></tr><tr><td style=\"white-space:nowrap\">4<a name=\"Districts-4\"> </a></td><td>Bayanzürkh</td><td/></tr><tr><td style=\"white-space:nowrap\">5<a name=\"Districts-5\"> </a></td><td>Chingeltei</td><td/></tr><tr><td style=\"white-space:nowrap\">6<a name=\"Districts-6\"> </a></td><td>Khan Uul</td><td/></tr><tr><td style=\"white-space:nowrap\">7<a name=\"Districts-7\"> </a></td><td>Nalaikh</td><td/></tr><tr><td style=\"white-space:nowrap\">8<a name=\"Districts-8\"> </a></td><td>Songino Khairkhan</td><td/></tr><tr><td style=\"white-space:nowrap\">9<a name=\"Districts-9\"> </a></td><td>Sükhbaatar</td><td/></tr></table></div>"
  ];
  fhir:CodeSystem.url [ fhir:value "http://fhir.mn/CodeSystem/Districts"];
  fhir:CodeSystem.version [ fhir:value "1.0.0"];
  fhir:CodeSystem.name [ fhir:value "Дүүрэг"];
  fhir:CodeSystem.title [ fhir:value "Districts Code System."];
  fhir:CodeSystem.status [ fhir:value "active"];
  fhir:CodeSystem.date [ fhir:value "2021-10-12T23:28:18+02:00"^^xsd:dateTime];
  fhir:CodeSystem.publisher [ fhir:value "http://fhir.mn"];
  fhir:CodeSystem.contact [
     fhir:index 0;
     fhir:ContactDetail.name [ fhir:value "Петур Бор Валдимарссон" ];
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://fhir.mn" ]     ], [
       fhir:index 1;
       fhir:ContactPoint.system [ fhir:value "email" ];
       fhir:ContactPoint.value [ fhir:value "petur.valdimarsson@chorus.se" ]     ]
  ];
  fhir:CodeSystem.description [ fhir:value "Сум болон дүүргийн жагсаалт"];
  fhir:CodeSystem.content [ fhir:value "complete"];
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.concept.code [ fhir:value "1" ];
     fhir:CodeSystem.concept.display [ fhir:value "Baganuur" ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.concept.code [ fhir:value "2" ];
     fhir:CodeSystem.concept.display [ fhir:value "Bagakhangai" ]
  ], [
     fhir:index 2;
     fhir:CodeSystem.concept.code [ fhir:value "3" ];
     fhir:CodeSystem.concept.display [ fhir:value "Bayangol" ]
  ], [
     fhir:index 3;
     fhir:CodeSystem.concept.code [ fhir:value "4" ];
     fhir:CodeSystem.concept.display [ fhir:value "Bayanzürkh" ]
  ], [
     fhir:index 4;
     fhir:CodeSystem.concept.code [ fhir:value "5" ];
     fhir:CodeSystem.concept.display [ fhir:value "Chingeltei" ]
  ], [
     fhir:index 5;
     fhir:CodeSystem.concept.code [ fhir:value "6" ];
     fhir:CodeSystem.concept.display [ fhir:value "Khan Uul" ]
  ], [
     fhir:index 6;
     fhir:CodeSystem.concept.code [ fhir:value "7" ];
     fhir:CodeSystem.concept.display [ fhir:value "Nalaikh" ]
  ], [
     fhir:index 7;
     fhir:CodeSystem.concept.code [ fhir:value "8" ];
     fhir:CodeSystem.concept.display [ fhir:value "Songino Khairkhan" ]
  ], [
     fhir:index 8;
     fhir:CodeSystem.concept.code [ fhir:value "9" ];
     fhir:CodeSystem.concept.display [ fhir:value "Sükhbaatar" ]
  ].

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

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