Монгол Улсын ЭМӨМТ Хэрэгжүүлэлтийн Удирдамж
1.0.0 - Хянах
Монгол Улсын ЭМӨМТ Хэрэгжүүлэлтийн Удирдамж - Local Development build (v1.0.0). See the Directory of published versions
Эх сурвалжийг үзэх
@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 "disease-category"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>DiseaseCategory Code System.</h2><div><p>Өвчний ангилалын жагсаалт.</p>\n</div><p>This code system http://fhir.mn/CodeSystem/disease-category 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\">communicable<a name=\"disease-category-communicable\"> </a></td><td>Communicable diseases</td><td/></tr><tr><td style=\"white-space:nowrap\">noncommunicable<a name=\"disease-category-noncommunicable\"> </a></td><td>Noncommunicable diseases</td><td/></tr><tr><td style=\"white-space:nowrap\">genetic<a name=\"disease-category-genetic\"> </a></td><td>Genetic diseases</td><td/></tr></table></div>" ]; fhir:CodeSystem.url [ fhir:value "http://fhir.mn/CodeSystem/disease-category"]; fhir:CodeSystem.version [ fhir:value "1.0.0"]; fhir:CodeSystem.name [ fhir:value "ӨвчнийАнгилалCs"]; fhir:CodeSystem.title [ fhir:value "DiseaseCategory 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.count [ fhir:value "3"^^xsd:nonNegativeInteger]; fhir:CodeSystem.concept [ fhir:index 0; fhir:CodeSystem.concept.code [ fhir:value "communicable" ]; fhir:CodeSystem.concept.display [ fhir:value "Communicable diseases" ] ], [ fhir:index 1; fhir:CodeSystem.concept.code [ fhir:value "noncommunicable" ]; fhir:CodeSystem.concept.display [ fhir:value "Noncommunicable diseases" ] ], [ fhir:index 2; fhir:CodeSystem.concept.code [ fhir:value "genetic" ]; fhir:CodeSystem.concept.display [ fhir:value "Genetic diseases" ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.