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 "PatientOccupations"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>Patient occupations</h2><p>This code system http://fhir.mn/CodeSystem/PatientOccupations 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=\"PatientOccupations-1\"> </a></td><td>Doctor, medical staff</td><td/></tr><tr><td style=\"white-space:nowrap\">2<a name=\"PatientOccupations-2\"> </a></td><td>military, police, customs</td><td/></tr><tr><td style=\"white-space:nowrap\">3<a name=\"PatientOccupations-3\"> </a></td><td>At the source of infectious diseases</td><td/></tr><tr><td style=\"white-space:nowrap\">4<a name=\"PatientOccupations-4\"> </a></td><td>Veterinarians, people dealing with animal raw materials</td><td/></tr><tr><td style=\"white-space:nowrap\">5<a name=\"PatientOccupations-5\"> </a></td><td>Sewage cleaning, maid</td><td/></tr><tr><td style=\"white-space:nowrap\">6<a name=\"PatientOccupations-6\"> </a></td><td>Wastewater treatment, mechanic</td><td/></tr><tr><td style=\"white-space:nowrap\">7<a name=\"PatientOccupations-7\"> </a></td><td>People living in natural areas</td><td/></tr><tr><td style=\"white-space:nowrap\">8<a name=\"PatientOccupations-8\"> </a></td><td>People going to the country of origin</td><td/></tr><tr><td style=\"white-space:nowrap\">9<a name=\"PatientOccupations-9\"> </a></td><td>Other</td><td/></tr></table></div>" ]; fhir:CodeSystem.url [ fhir:value "http://fhir.mn/CodeSystem/PatientOccupations"]; fhir:CodeSystem.version [ fhir:value "1.0.0"]; fhir:CodeSystem.name [ fhir:value "PatientOccupations"]; fhir:CodeSystem.title [ fhir:value "Patient occupations"]; 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 "1" ]; fhir:CodeSystem.concept.display [ fhir:value "Doctor, medical staff" ] ], [ fhir:index 1; fhir:CodeSystem.concept.code [ fhir:value "2" ]; fhir:CodeSystem.concept.display [ fhir:value "military, police, customs" ] ], [ fhir:index 2; fhir:CodeSystem.concept.code [ fhir:value "3" ]; fhir:CodeSystem.concept.display [ fhir:value "At the source of infectious diseases" ] ], [ fhir:index 3; fhir:CodeSystem.concept.code [ fhir:value "4" ]; fhir:CodeSystem.concept.display [ fhir:value "Veterinarians, people dealing with animal raw materials" ] ], [ fhir:index 4; fhir:CodeSystem.concept.code [ fhir:value "5" ]; fhir:CodeSystem.concept.display [ fhir:value "Sewage cleaning, maid" ] ], [ fhir:index 5; fhir:CodeSystem.concept.code [ fhir:value "6" ]; fhir:CodeSystem.concept.display [ fhir:value "Wastewater treatment, mechanic" ] ], [ fhir:index 6; fhir:CodeSystem.concept.code [ fhir:value "7" ]; fhir:CodeSystem.concept.display [ fhir:value "People living in natural areas" ] ], [ fhir:index 7; fhir:CodeSystem.concept.code [ fhir:value "8" ]; fhir:CodeSystem.concept.display [ fhir:value "People going to the country of origin" ] ], [ fhir:index 8; fhir:CodeSystem.concept.code [ fhir:value "9" ]; fhir:CodeSystem.concept.display [ fhir:value "Other" ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.