This page is part of the Repositorio de Reportes de Biopsias Oncológicas (v0.3.0-draft: STU1 Draft) based on FHIR (HL7® FHIR® Standard) R4. No current official version has been published yet. For a full list of available versions, see the Directory of published versions
@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/r2bo-solicitud-informe-apa-ej> a fhir:ServiceRequest ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "r2bo-solicitud-informe-apa-ej"] ;
fhir:Resource.meta [
fhir:Meta.versionId [ fhir:value "2" ] ;
fhir:Meta.profile [
fhir:value "https://interoperabilidad.minsal.cl/fhir/ig/r2bo/StructureDefinition/r2bo-solicitud-informe-apa" ;
fhir:index 0 ;
fhir:link <https://interoperabilidad.minsal.cl/fhir/ig/r2bo/StructureDefinition/r2bo-solicitud-informe-apa>
]
] ;
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 r2bo-solicitud-informe-apa-ej</b></p><a name=\"r2bo-solicitud-informe-apa-ej\"> </a><a name=\"hcr2bo-solicitud-informe-apa-ej\"> </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\">version: 2</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-r2bo-solicitud-informe-apa.html\">Perfil de Solicitud de Informe de Anatomía Patológica</a></p></div><p><b>identifier</b>: 111111101</p><p><b>status</b>: Completed</p><p><b>intent</b>: Order</p><p><b>priority</b>: Routine</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 116784002}\">Informe de Biopsia</span></p><p><b>subject</b>: <a href=\"Patient-paciente-requiere-examen.html\">Javiera Castilla (official) Female, DoB: 1995-12-12 ( PPN: ACL123456789876 (use: official, ))</a></p><p><b>requester</b>: <a href=\"PractitionerRole-ProfesionalHospital.html\">PractitionerRole MÉDICO CIRUJANO</a></p><p><b>performer</b>: <a href=\"Organization-hospital-collector.html\">Organization Hospital Dr. Hernán Henríquez Aravena (Temuco)</a></p><p><b>locationCode</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode HLAB}\">hospital laboratory</span></p><p><b>reasonCode</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/icd-10 D48.6}\">Breast</span></p><p><b>specimen</b>: <a href=\"Specimen-r2bo-specimen-example.html\">Specimen: identifier = 110101101; status = available; type = Tissue; receivedTime = 2021-06-01 00:00:00+0000; note = Resección completa de tejido mamario, posible carcinoma</a></p></div>"
] ;
fhir:ServiceRequest.identifier [
fhir:index 0 ;
fhir:Identifier.value [ fhir:value "111111101" ]
] ;
fhir:ServiceRequest.status [ fhir:value "completed"] ;
fhir:ServiceRequest.intent [ fhir:value "order"] ;
fhir:ServiceRequest.priority [ fhir:value "routine"] ;
fhir:ServiceRequest.code [
fhir:CodeableConcept.coding [
fhir:index 0 ;
a sct:116784002 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "116784002" ]
] ;
fhir:CodeableConcept.text [ fhir:value "Informe de Biopsia" ]
] ;
fhir:ServiceRequest.subject [
fhir:link <http://hl7.org/fhir/Patient/paciente-requiere-examen> ;
fhir:Reference.reference [ fhir:value "Patient/paciente-requiere-examen" ]
] ;
fhir:ServiceRequest.requester [
fhir:link <http://hl7.org/fhir/PractitionerRole/ProfesionalHospital> ;
fhir:Reference.reference [ fhir:value "PractitionerRole/ProfesionalHospital" ]
] ;
fhir:ServiceRequest.performer [
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/Organization/hospital-collector> ;
fhir:Reference.reference [ fhir:value "Organization/hospital-collector" ]
] ;
fhir:ServiceRequest.locationCode [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-RoleCode" ] ;
fhir:Coding.code [ fhir:value "HLAB" ] ;
fhir:Coding.display [ fhir:value "hospital laboratory" ]
]
] ;
fhir:ServiceRequest.reasonCode [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://hl7.org/fhir/sid/icd-10" ] ;
fhir:Coding.version [ fhir:value "2019-covid-expanded" ] ;
fhir:Coding.code [ fhir:value "D48.6" ]
]
] ;
fhir:ServiceRequest.specimen [
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/Specimen/r2bo-specimen-example> ;
fhir:Reference.reference [ fhir:value "Specimen/r2bo-specimen-example" ]
] .
<http://hl7.org/fhir/Patient/paciente-requiere-examen> a fhir:Patient .
<http://hl7.org/fhir/PractitionerRole/ProfesionalHospital> a fhir:PractitionerRole .
<http://hl7.org/fhir/Organization/hospital-collector> a fhir:Organization .
<http://hl7.org/fhir/Specimen/r2bo-specimen-example> a fhir:Specimen .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/ServiceRequest/r2bo-solicitud-informe-apa-ej.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/ServiceRequest/r2bo-solicitud-informe-apa-ej.ttl> .
IG © 2025+ Unidad de Interoperabilidad - MINSAL. Package hl7.fhir.cl.minsal.r2bo#0.3.0-draft based on FHIR 4.0.1. Generated 2026-08-20
Links: Tabla de contenidos |
Reporte QA