Mongolian HDIT Implementation guide
1.0.0 - Review
Mongolian HDIT Implementation guide - Local Development build (v1.0.0). See the Directory of published versions
Source view
@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 "e-referral-category"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>Categories for e-referral</h2><p>This code system http://fhir.mn/CodeSystem/e-referral-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\">DIAG<a name=\"e-referral-category-DIAG\"> </a></td><td>Diagnosis</td><td/></tr><tr><td style=\"white-space:nowrap\">PREV<a name=\"e-referral-category-PREV\"> </a></td><td>Preventive Examination</td><td/></tr><tr><td style=\"white-space:nowrap\">TREAT<a name=\"e-referral-category-TREAT\"> </a></td><td>Treatment</td><td/></tr><tr><td style=\"white-space:nowrap\">PTMON<a name=\"e-referral-category-PTMON\"> </a></td><td>Post-Treatment Monitoring</td><td/></tr><tr><td style=\"white-space:nowrap\">PREG<a name=\"e-referral-category-PREG\"> </a></td><td>Pregnancy and Childbirth Care</td><td/></tr><tr><td style=\"white-space:nowrap\">PALL<a name=\"e-referral-category-PALL\"> </a></td><td>Palliative Care</td><td/></tr><tr><td style=\"white-space:nowrap\">REHAB<a name=\"e-referral-category-REHAB\"> </a></td><td>Rehabilitation Care</td><td/></tr><tr><td style=\"white-space:nowrap\">NURSE<a name=\"e-referral-category-NURSE\"> </a></td><td>Nursing Care</td><td/></tr><tr><td style=\"white-space:nowrap\">REMON<a name=\"e-referral-category-REMON\"> </a></td><td>Re-Monitoring</td><td/></tr><tr><td style=\"white-space:nowrap\">OTHER<a name=\"e-referral-category-OTHER\"> </a></td><td>Other</td><td/></tr></table></div>" ]; fhir:CodeSystem.url [ fhir:value "http://fhir.mn/CodeSystem/e-referral-category"]; fhir:CodeSystem.version [ fhir:value "1.0.0"]; fhir:CodeSystem.name [ fhir:value "EreferralCategory"]; fhir:CodeSystem.title [ fhir:value "Categories for e-referral"]; fhir:CodeSystem.status [ fhir:value "active"]; fhir:CodeSystem.date [ fhir:value "2021-10-12T23:24:32+02:00"^^xsd:dateTime]; fhir:CodeSystem.publisher [ fhir:value "http://fhir.mn"]; fhir:CodeSystem.contact [ fhir:index 0; fhir:ContactDetail.name [ fhir:value "Pétur Þór Valdimarsson" ]; 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.content [ fhir:value "complete"]; fhir:CodeSystem.concept [ fhir:index 0; fhir:CodeSystem.concept.code [ fhir:value "DIAG" ]; fhir:CodeSystem.concept.display [ fhir:value "Diagnosis" ] ], [ fhir:index 1; fhir:CodeSystem.concept.code [ fhir:value "PREV" ]; fhir:CodeSystem.concept.display [ fhir:value "Preventive Examination" ] ], [ fhir:index 2; fhir:CodeSystem.concept.code [ fhir:value "TREAT" ]; fhir:CodeSystem.concept.display [ fhir:value "Treatment" ] ], [ fhir:index 3; fhir:CodeSystem.concept.code [ fhir:value "PTMON" ]; fhir:CodeSystem.concept.display [ fhir:value "Post-Treatment Monitoring" ] ], [ fhir:index 4; fhir:CodeSystem.concept.code [ fhir:value "PREG" ]; fhir:CodeSystem.concept.display [ fhir:value "Pregnancy and Childbirth Care" ] ], [ fhir:index 5; fhir:CodeSystem.concept.code [ fhir:value "PALL" ]; fhir:CodeSystem.concept.display [ fhir:value "Palliative Care" ] ], [ fhir:index 6; fhir:CodeSystem.concept.code [ fhir:value "REHAB" ]; fhir:CodeSystem.concept.display [ fhir:value "Rehabilitation Care" ] ], [ fhir:index 7; fhir:CodeSystem.concept.code [ fhir:value "NURSE" ]; fhir:CodeSystem.concept.display [ fhir:value "Nursing Care" ] ], [ fhir:index 8; fhir:CodeSystem.concept.code [ fhir:value "REMON" ]; fhir:CodeSystem.concept.display [ fhir:value "Re-Monitoring" ] ], [ fhir:index 9; fhir:CodeSystem.concept.code [ fhir:value "OTHER" ]; fhir:CodeSystem.concept.display [ fhir:value "Other" ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.