Repositorio de Reportes de Biopsias Oncológicas
0.1.1-draft - ci-build Chile flag

Repositorio de Reportes de Biopsias Oncológicas, published by Unidad de Interoperabilidad - MINSAL. This guide is not an authorized publication; it is the continuous build for version 0.1.1-draft built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Minsal-CL/R2BO/ and changes regularly. See the Directory of published versions

: Morfología y topografía del Tumor - TTL Representation

Page standards status: Informative

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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:BodyStructure ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "r2bo-tumor-ex"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://interoperabilidad.minsal.cl/fhir/ig/r2bo/StructureDefinition/r2bo-tumor"^^xsd:anyURI ;
fhir:link <https://interoperabilidad.minsal.cl/fhir/ig/r2bo/StructureDefinition/r2bo-tumor>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: EstructuraDelCuerpo r2bo-tumor-ex</b></p><a name=\"r2bo-tumor-ex\"> </a><a name=\"hcr2bo-tumor-ex\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-r2bo-tumor.html\">Peril de la Morfología y Topología del Tumor</a></p></div><p><b>morphology</b>: <span title=\"Codes:{http://snomed.info/sct 82711006}, {http://terminology.hl7.org/CodeSystem/icd-o-3 8500/3}\">Carcinoma ductal infiltrante</span></p><p><b>location</b>: <span title=\"Codes:{http://snomed.info/sct 76752008}, {http://terminology.hl7.org/CodeSystem/icd-o-3 C50.9}\">Mama</span></p><p><b>patient</b>: <a href=\"Patient-paciente-requiere-examen.html\">Javiera Castilla (official) Female, DoB: 1995-12-12 ( PPN: ACL123456789876 (use: official, ))</a></p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:morphology [
fhir:id [ fhir:v "Morfologico" ] ;
    ( fhir:coding [
a sct:82711006 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "82711006" ]     ] [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/icd-o-3"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8500/3" ]     ] ) ;
fhir:text [ fhir:v "Carcinoma ductal infiltrante" ]
  ] ; # 
  fhir:location [
fhir:id [ fhir:v "Topografico" ] ;
    ( fhir:coding [
a sct:76752008 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "76752008" ]     ] [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/icd-o-3"^^xsd:anyURI ] ;
fhir:code [ fhir:v "C50.9" ]     ] ) ;
fhir:text [ fhir:v "Mama" ]
  ] ; # 
  fhir:patient [
fhir:reference [ fhir:v "Patient/paciente-requiere-examen" ]
  ] . #