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

: Пример стадирование N (nodus) — наличие метастазов в регионарных лимфатических узлах - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <http://loinc.org/rdf#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Observation;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "fhir-ru-observation-tnmn-instance-1"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p></p><p><b>code</b>: <span title=\"Codes: {http://loinc.org 21907-1}\">Distant metastases.clinical [Class] Cancer</span></p><p><b>subject</b>: <a href=\"Patient-fhir-ru-patient-instance-konstantinopolskaya.html\">Generated Summary: Анна Вероника Мамед кызы Константинопольская (OFFICIAL); Phone: +7 (901) 555-55-52; birthDate: 1989-09-10</a></p><p><b>focus</b>: <a href=\"Condition-fhir-ru-condition-nu-instance-1.html\">Generated Summary: id: d34c35ab-4c2e-4c6e-9f42-a7879d47dcd5; <span title=\"Codes: \">active</span>; <span title=\"Codes: {https://nsi.rosminzdrav.ru/#!/refbook/1.2.643.5.1.13.13.11.1005 C50.3}\">Злокачественное новообразование нижневнутреннего квадранта молочной железы</span>; <span title=\"Codes: {http://snomed.info/sct 80248007}\">Left breast structure (body structure)</span></a></p><p><b>effective</b>: 2019-04-01</p><p><b>value</b>: <span title=\"Codes: {http://cancerstaging.org cN3}\">N3</span></p><p><b>method</b>: <span title=\"Codes: {http://snomed.info/sct 897275008}\">American Joint Commission on Cancer, Cancer Staging Manual, 8th edition neoplasm staging system (tumor staging)</span></p></div>"
  ];
  fhir:Observation.status [ fhir:value "final"];
  fhir:Observation.code [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a loinc:21907-1;
       fhir:Coding.system [ fhir:value "http://loinc.org" ];
       fhir:Coding.code [ fhir:value "21907-1" ];
       fhir:Coding.display [ fhir:value "Distant metastases.clinical [Class] Cancer" ]     ]
  ];
  fhir:Observation.subject [
     fhir:Reference.reference [ fhir:value "Patient/fhir-ru-patient-instance-konstantinopolskaya" ]
  ];
  fhir:Observation.focus [
     fhir:index 0;
     fhir:Reference.reference [ fhir:value "Condition/fhir-ru-condition-nu-instance-1" ]
  ];
  fhir:Observation.effectiveDateTime [ fhir:value "2019-04-01"^^xsd:date];
  fhir:Observation.valueCodeableConcept [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://cancerstaging.org" ];
       fhir:Coding.code [ fhir:value "cN3" ];
       fhir:Coding.display [ fhir:value "N3" ]     ]
  ];
  fhir:Observation.method [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a sct:897275008;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
       fhir:Coding.code [ fhir:value "897275008" ];
       fhir:Coding.display [ fhir:value "American Joint Commission on Cancer, Cancer Staging Manual, 8th edition neoplasm staging system (tumor staging)" ]     ]
  ].

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

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