HL7 FHIR Implementation Guide: Miramedix docs IG Release 1 - RU Realm | STU1
0.1.0 - ci-build

HL7 FHIR Implementation Guide: Miramedix docs IG Release 1 - RU Realm | STU1 - Local Development build (v0.1.0). See the Directory of published versions

: Набор значений типов идентификаторов пациентов [Мирамедикс] - TTL Representation

Active as of 2022-04-27

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:ValueSet;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "fhir-ru-vs-patient-identifier-type"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This value set includes codes based on the following rules:</p><ul><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-v2-0203.html\"><code>http://terminology.hl7.org/CodeSystem/v2-0203</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-v2-0203.html#v2-0203-MR\">MR</a></td><td>Medical record number</td><td>An identifier that is unique to a patient within a set of medical records, not necessarily unique within an application.</td></tr></table></li><li>Include these codes as defined in <a href=\"CodeSystem-fhir-ru-cs-identifier-type.html\"><code>http://fhir.ru/fhir/CodeSystem/fhir-ru-cs-identifier-type</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"CodeSystem-fhir-ru-cs-identifier-type.html#fhir-ru-cs-identifier-type-snils\">snils</a></td><td>СНИЛС</td><td>Страховой номер индивидуального лицевого счёта.</td></tr></table></li><li>Include all codes defined in <a href=\"CodeSystem-nsi-cs-1-2-643-5-1-13-13-11-1035.html\"><code>https://nsi.rosminzdrav.ru/#!/refbook/1.2.643.5.1.13.13.11.1035</code></a></li></ul></div>"
  ];
  fhir:ValueSet.url [ fhir:value "http://fhir.ru/fhir/ValueSet/fhir-ru-vs-patient-identifier-type"];
  fhir:ValueSet.version [ fhir:value "0.1.0"];
  fhir:ValueSet.name [ fhir:value "Fhir_ru_vs_patient_identifier_type"];
  fhir:ValueSet.title [ fhir:value "Набор значений типов идентификаторов пациентов [Мирамедикс]"];
  fhir:ValueSet.status [ fhir:value "active"];
  fhir:ValueSet.date [ fhir:value "2022-04-27T17:36:36+03:00"^^xsd:dateTime];
  fhir:ValueSet.description [ fhir:value "Набор значений для указания типов идентификаторов пациентов для информационной системы Мирамедикс."];
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0;
       fhir:ValueSet.compose.include.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ];
       fhir:ValueSet.compose.include.concept [
         fhir:index 0;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "MR" ]       ]     ], [
       fhir:index 1;
       fhir:ValueSet.compose.include.system [ fhir:value "http://fhir.ru/fhir/CodeSystem/fhir-ru-cs-identifier-type" ];
       fhir:ValueSet.compose.include.concept [
         fhir:index 0;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "snils" ]       ]     ], [
       fhir:index 2;
       fhir:ValueSet.compose.include.system [ fhir:value "https://nsi.rosminzdrav.ru/#!/refbook/1.2.643.5.1.13.13.11.1035" ]     ]
  ].

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

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