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-stagetype"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"http://loinc.org\"><code>http://loinc.org</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://details.loinc.org/LOINC/21908-9.html\">21908-9</a></td><td>Stage group.clinical Cancer</td></tr><tr><td><a href=\"http://details.loinc.org/LOINC/21902-2.html\">21902-2</a></td><td>Stage group.pathology Cancer</td></tr><tr><td><a href=\"http://details.loinc.org/LOINC/21914-7.html\">21914-7</a></td><td>Stage group.other Cancer</td></tr></table></li></ul></div>"
  ];
  fhir:ValueSet.url [ fhir:value "http://fhir.ru/fhir/ValueSet/fhir-ru-vs-stagetype"];
  fhir:ValueSet.version [ fhir:value "0.1.0"];
  fhir:ValueSet.name [ fhir:value "Fhir_ru_vs_stagetype"];
  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://loinc.org" ];
       fhir:ValueSet.compose.include.concept [
         fhir:index 0;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "21908-9" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Stage group.clinical Cancer" ]       ], [
         fhir:index 1;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "21902-2" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Stage group.pathology Cancer" ]       ], [
         fhir:index 2;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "21914-7" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Stage group.other Cancer" ]       ]     ]
  ].

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

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