🔬 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 Muestra — Biopsia core de mama - TTL Representation

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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

<http://hl7.org/fhir/Specimen/EjemploPatologiaSpecimen> a fhir:Specimen ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "EjemploPatologiaSpecimen"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://emahealth.io/fhir/pathology/StructureDefinition/ema-pathology-specimen" ;
       fhir:index 0 ;
       fhir:link <https://emahealth.io/fhir/pathology/StructureDefinition/ema-pathology-specimen>
     ]
  ] ;
  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: Specimen EjemploPatologiaSpecimen</b></p><a name=\"EjemploPatologiaSpecimen\"> </a><a name=\"hcEjemploPatologiaSpecimen\"> </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-pathology-specimen.html\">EMA Pathology Specimen</a></p></div><p><b>accessionIdentifier</b>: <code>https://emahealth.io/fhir/sid/accession</code>/AP-2026-000123</p><p><b>status</b>: Available</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 119376003}\">Tejido mamario — biopsia core</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>receivedTime</b>: 2026-04-08 16:20:00-0400</p><h3>Collections</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Collector</b></td><td><b>Collected[x]</b></td><td><b>Method</b></td><td><b>BodySite</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Practitioner-EjemploPatologiaPractitioner.html\">Practitioner Paulina Herrera Donoso (official)</a></td><td>2026-04-08 15:45:00-0400</td><td><span title=\"Codes:{http://snomed.info/sct 65801008}\">Biopsia core con aguja gruesa 14G</span></td><td><span title=\"Codes:{http://snomed.info/sct 76752008}\">Mama derecha, cuadrante superior externo</span></td></tr></table><h3>Processings</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Description</b></td></tr><tr><td style=\"display: none\">*</td><td>Fijación en formol tamponado al 10% por 18 horas, inclusión en parafina</td></tr></table><h3>Containers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 434746001}\">Frasco con formol tamponado 10%</span></td></tr></table></div>"
  ] ;
  fhir:Specimen.accessionIdentifier [
     fhir:Identifier.system [ fhir:value "https://emahealth.io/fhir/sid/accession" ] ;
     fhir:Identifier.value [ fhir:value "AP-2026-000123" ]
  ] ;
  fhir:Specimen.status [ fhir:value "available"] ;
  fhir:Specimen.type [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a sct:119376003 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "119376003" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Tejido mamario — biopsia core" ]
  ] ;
  fhir:Specimen.subject [
     fhir:link <http://hl7.org/fhir/Patient/EjemploPatologiaPatient> ;
     fhir:Reference.reference [ fhir:value "Patient/EjemploPatologiaPatient" ]
  ] ;
  fhir:Specimen.receivedTime [ fhir:value "2026-04-08T16:20:00-04:00"^^xsd:dateTime] ;
  fhir:Specimen.collection [
     fhir:Specimen.collection.collector [
       fhir:link <http://hl7.org/fhir/Practitioner/EjemploPatologiaPractitioner> ;
       fhir:Reference.reference [ fhir:value "Practitioner/EjemploPatologiaPractitioner" ]
     ] ;
     fhir:Specimen.collection.collectedDateTime [ fhir:value "2026-04-08T15:45:00-04:00"^^xsd:dateTime ] ;
     fhir:Specimen.collection.method [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         a sct:65801008 ;
         fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
         fhir:Coding.code [ fhir:value "65801008" ]
       ] ;
       fhir:CodeableConcept.text [ fhir:value "Biopsia core con aguja gruesa 14G" ]
     ] ;
     fhir:Specimen.collection.bodySite [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         a sct:76752008 ;
         fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
         fhir:Coding.code [ fhir:value "76752008" ]
       ] ;
       fhir:CodeableConcept.text [ fhir:value "Mama derecha, cuadrante superior externo" ]
     ]
  ] ;
  fhir:Specimen.processing [
     fhir:index 0 ;
     fhir:Specimen.processing.description [ fhir:value "Fijación en formol tamponado al 10% por 18 horas, inclusión en parafina" ]
  ] ;
  fhir:Specimen.container [
     fhir:index 0 ;
     fhir:Specimen.container.type [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         a sct:434746001 ;
         fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
         fhir:Coding.code [ fhir:value "434746001" ]
       ] ;
       fhir:CodeableConcept.text [ fhir:value "Frasco con formol tamponado 10%" ]
     ]
  ] .

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

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

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

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