🔬 EMA Health Pathology Implementation Guide
0.0.1 - ci-build

🔬 EMA Health Pathology Implementation Guide - Local Development build (v0.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Ejemplo WSI — Portaobjetos digital - 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 xsd: <http://www.w3.org/2001/XMLSchema#> .

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

<http://hl7.org/fhir/DocumentReference/EjemploPatologiaWSI> a fhir:DocumentReference ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "EjemploPatologiaWSI"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://emahealth.io/fhir/pathology/StructureDefinition/ema-whole-slide-image" ;
       fhir:index 0 ;
       fhir:link <https://emahealth.io/fhir/pathology/StructureDefinition/ema-whole-slide-image>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DocumentReference EjemploPatologiaWSI</b></p><a name=\"EjemploPatologiaWSI\"> </a><a name=\"hcEjemploPatologiaWSI\"> </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-ema-whole-slide-image.html\">EMA Whole Slide Image</a></p></div><p><b>status</b>: Current</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 18748-4}\">Imagen de portaobjetos completo (Whole Slide Image)</span></p><p><b>category</b>: <span title=\"Codes:\">Whole Slide Imaging (WSI)</span></p><p><b>subject</b>: <a href=\"Patient-EjemploPatologiaPatient.html\">Valentina Rojas Castillo (official) Female, DoB: 1974-09-12 ( http://regcivil.cl/Validacion/RUN#13456789-0 (use: official, ))</a></p><p><b>date</b>: 2026-04-09 18:30:00-0400</p><p><b>author</b>: <a href=\"Practitioner-EjemploPatologiaPractitioner.html\">Practitioner Paulina Herrera Donoso (official)</a></p><blockquote><p><b>content</b></p><h3>Attachments</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>ContentType</b></td><td><b>Url</b></td><td><b>Title</b></td></tr><tr><td style=\"display: none\">*</td><td>application/dicom</td><td><a href=\"https://dicom.emahealth.io/wado-rs/studies/1.2.840.113619.2.55.3.604688.7.2026.123/series/1.3.6.1.4.1.5962.99.1.123/instances/1.3.6.1.4.1.5962.99.1.123.1\">https://dicom.emahealth.io/wado-rs/studies/1.2.840.113619.2.55.3.604688.7.2026.123/series/1.3.6.1.4.1.5962.99.1.123/instances/1.3.6.1.4.1.5962.99.1.123.1</a></td><td>WSI H&amp;E — AP-2026-000123 — bloque A1</td></tr></table></blockquote></div>"
  ] ;
  fhir:DocumentReference.status [ fhir:value "current"] ;
  fhir:DocumentReference.type [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a loinc:18748-4 ;
       fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
       fhir:Coding.code [ fhir:value "18748-4" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Imagen de portaobjetos completo (Whole Slide Image)" ]
  ] ;
  fhir:DocumentReference.category [
     fhir:index 0 ;
     fhir:CodeableConcept.text [ fhir:value "Whole Slide Imaging (WSI)" ]
  ] ;
  fhir:DocumentReference.subject [
     fhir:link <http://hl7.org/fhir/Patient/EjemploPatologiaPatient> ;
     fhir:Reference.reference [ fhir:value "Patient/EjemploPatologiaPatient" ]
  ] ;
  fhir:DocumentReference.date [ fhir:value "2026-04-09T18:30:00-04:00"^^xsd:dateTime] ;
  fhir:DocumentReference.author [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Practitioner/EjemploPatologiaPractitioner> ;
     fhir:Reference.reference [ fhir:value "Practitioner/EjemploPatologiaPractitioner" ]
  ] ;
  fhir:DocumentReference.content [
     fhir:index 0 ;
     fhir:DocumentReference.content.attachment [
       fhir:Attachment.contentType [ fhir:value "application/dicom" ] ;
       fhir:Attachment.url [ fhir:value "https://dicom.emahealth.io/wado-rs/studies/1.2.840.113619.2.55.3.604688.7.2026.123/series/1.3.6.1.4.1.5962.99.1.123/instances/1.3.6.1.4.1.5962.99.1.123.1" ] ;
       fhir:Attachment.title [ fhir:value "WSI H&E — AP-2026-000123 — bloque A1" ]
     ]
  ] .

<http://hl7.org/fhir/Patient/EjemploPatologiaPatient> a fhir:Patient .

<http://hl7.org/fhir/Practitioner/EjemploPatologiaPractitioner> a fhir:Practitioner .

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

<http://hl7.org/fhir/DocumentReference/EjemploPatologiaWSI.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/DocumentReference/EjemploPatologiaWSI.ttl> .