🔬 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 Solicitud — 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/ServiceRequest/EjemploPatologiaServiceRequest> a fhir:ServiceRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "EjemploPatologiaServiceRequest"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://emahealth.io/fhir/pathology/StructureDefinition/ema-pathology-service-request" ;
       fhir:index 0 ;
       fhir:link <https://emahealth.io/fhir/pathology/StructureDefinition/ema-pathology-service-request>
     ]
  ] ;
  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: ServiceRequest EjemploPatologiaServiceRequest</b></p><a name=\"EjemploPatologiaServiceRequest\"> </a><a name=\"hcEjemploPatologiaServiceRequest\"> </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-service-request.html\">EMA Pathology Service Request</a></p></div><p><b>status</b>: Completed</p><p><b>intent</b>: Order</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 609156000}\">Biopsia core de mama</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>encounter</b>: <a href=\"Encounter-EjemploPatologiaEncounter.html\">Encounter: status = finished; class = ambulatory (ActCode#AMB); type = Diagnostic procedure; period = 2026-04-08 15:30:00-0400 --&gt; 2026-04-08 16:00:00-0400</a></p><p><b>authoredOn</b>: 2026-04-08</p><p><b>requester</b>: <a href=\"Practitioner-EjemploPatologiaPractitioner.html\">Practitioner Paulina Herrera Donoso (official)</a></p><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 129103003}\">Nódulo mamario sospechoso (BI-RADS 4)</span></p><p><b>specimen</b>: <a href=\"Specimen-EjemploPatologiaSpecimen.html\">Specimen: accessionIdentifier = https://emahealth.io/fhir/sid/accession#AP-2026-000123; status = available; type = Tissue specimen; receivedTime = 2026-04-08 16:20:00-0400</a></p><p><b>bodySite</b>: <span title=\"Codes:{http://snomed.info/sct 76752008}\">Mama derecha</span></p></div>"
  ] ;
  fhir:ServiceRequest.status [ fhir:value "completed"] ;
  fhir:ServiceRequest.intent [ fhir:value "order"] ;
  fhir:ServiceRequest.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a sct:609156000 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "609156000" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Biopsia core de mama" ]
  ] ;
  fhir:ServiceRequest.subject [
     fhir:link <http://hl7.org/fhir/Patient/EjemploPatologiaPatient> ;
     fhir:Reference.reference [ fhir:value "Patient/EjemploPatologiaPatient" ]
  ] ;
  fhir:ServiceRequest.encounter [
     fhir:link <http://hl7.org/fhir/Encounter/EjemploPatologiaEncounter> ;
     fhir:Reference.reference [ fhir:value "Encounter/EjemploPatologiaEncounter" ]
  ] ;
  fhir:ServiceRequest.authoredOn [ fhir:value "2026-04-08"^^xsd:date] ;
  fhir:ServiceRequest.requester [
     fhir:link <http://hl7.org/fhir/Practitioner/EjemploPatologiaPractitioner> ;
     fhir:Reference.reference [ fhir:value "Practitioner/EjemploPatologiaPractitioner" ]
  ] ;
  fhir:ServiceRequest.reasonCode [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a sct:129103003 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "129103003" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Nódulo mamario sospechoso (BI-RADS 4)" ]
  ] ;
  fhir:ServiceRequest.specimen [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Specimen/EjemploPatologiaSpecimen> ;
     fhir:Reference.reference [ fhir:value "Specimen/EjemploPatologiaSpecimen" ]
  ] ;
  fhir:ServiceRequest.bodySite [
     fhir:index 0 ;
     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" ]
  ] .

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

<http://hl7.org/fhir/Encounter/EjemploPatologiaEncounter> a fhir:Encounter .

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

<http://hl7.org/fhir/Specimen/EjemploPatologiaSpecimen> a fhir:Specimen .

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

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