Guía implementación interoperabilidad FHIR sectorial e intersectorial - Local Development build (v0.14.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
@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 xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:ServiceRequest ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "Example-ServiceRequest-CancerCarePlan-0312bcb88c73"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://ohapi-fhir-dev-service-fhir-project.apps.indraclusterdes.eastus.aroapp.io/StructureDefinition-ProfileServiceRequestHCEU"^^xsd:anyURI ;
fhir:link <https://ohapi-fhir-dev-service-fhir-project.apps.indraclusterdes.eastus.aroapp.io/StructureDefinition-ProfileServiceRequestHCEU> ] )
] ; #
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: ServiceRequest Example-ServiceRequest-CancerCarePlan-0312bcb88c73</b></p><a name=\"Example-ServiceRequest-CancerCarePlan-0312bcb88c73\"> </a><a name=\"hcExample-ServiceRequest-CancerCarePlan-0312bcb88c73\"> </a><a name=\"Example-ServiceRequest-CancerCarePlan-0312bcb88c73-es-ES\"> </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-ProfileServiceRequestHCEU.html\">HCEU - Service Resquest</a></p></div><p><b>identifier</b>: <code>http://hospitalSystemInformation.example.org/servicerequests/</code>/SR123457 (use: usual, )</p><p><b>basedOn</b>: <a href=\"CarePlan-Example-CarePlan-AtencionCancer-bfccb5579642.html\">CarePlan Plan de atención contra el cancer de prostata</a></p><p><b>status</b>: Completed</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title=\"Codes:\">Cancer Care Plan</span></p><p><b>code</b>: <span title=\"Codes:{https://bogotadigital.saludcapital.gov.co/hncat/fhir/AdminCatalogStructureRS/CUPS 11001}\">Quimioterapia intravenosa</span></p><p><b>quantity</b>: 5 sessions</p><p><b>subject</b>: <a href=\"Patient-Example-Patient-Urgencias-bdb7a6003025.html\">Juan García(official) Male, DoB: 1985-06-15 ( Cédula de Ciudadanía: 1234567890 (use: official, ))</a></p><p><b>encounter</b>: <a href=\"Encounter-Example-Encounter-Urgencias-5e8d54e0dcb8.html\">Encounter: extension = Demanda espontánea (Vías de ingreso#01); identifier = http://HIS_Source/#Enc_ABC123 (use: usual, ); status = finished; class = Emergency (ActCode#EMER); type = Emergency Department Note; serviceType = SERVICIO DE URGENCIAS; priority = Nivel I; period = 2025-02-20 08:30:00+0000 --> 2025-02-20 10:00:00+0000</a></p><p><b>occurrence</b>: 2025-03-10 08:30:00+0000</p><p><b>authoredOn</b>: 2025-03-05 09:00:00+0000</p><p><b>requester</b>: <a href=\"Practitioner-Example-Practitioner-Urgencias-8f6d2c3a5f6d.html\">Practitioner Carlos Andrés Gómez Pérez(official)</a></p><p><b>performer</b>: <a href=\"Practitioner-Example-Practitioner-Urgencias-8f6d2c3a5f6d.html\">Practitioner Carlos Andrés Gómez Pérez(official)</a></p><p><b>locationReference</b>: <a href=\"Location-Example-Location-Urgencias-bdb7a6003025.html\">Location Emergency Room 1</a></p></div>"^^rdf:XMLLiteral
] ; #
fhir:identifier ( [
fhir:use [ fhir:v "usual" ] ;
fhir:system [ fhir:v "http://hospitalSystemInformation.example.org/servicerequests/"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SR123457" ]
] ) ; #
fhir:basedOn ( [
fhir:reference [ fhir:v "CarePlan/Example-CarePlan-AtencionCancer-bfccb5579642" ]
] ) ; #
fhir:status [ fhir:v "completed"] ; #
fhir:intent [ fhir:v "order"] ; #
fhir:category ( [
( fhir:coding [
fhir:code [ fhir:v "108252007" ] ;
fhir:display [ fhir:v "Cancer Care Plan" ] ] )
] ) ; #
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "https://bogotadigital.saludcapital.gov.co/hncat/fhir/AdminCatalogStructureRS/CUPS"^^xsd:anyURI ] ;
fhir:code [ fhir:v "11001" ] ;
fhir:display [ fhir:v "Quimioterapia intravenosa" ] ] )
] ; #
fhir:quantity [
a fhir:Quantity ;
fhir:value [ fhir:v "5"^^xsd:decimal ] ;
fhir:unit [ fhir:v "sessions" ]
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/Example-Patient-Urgencias-bdb7a6003025" ]
] ; #
fhir:encounter [
fhir:reference [ fhir:v "Encounter/Example-Encounter-Urgencias-5e8d54e0dcb8" ]
] ; #
fhir:occurrence [
a fhir:dateTime ;
fhir:v "2025-03-10T08:30:00Z"^^xsd:dateTime
] ; #
fhir:authoredOn [ fhir:v "2025-03-05T09:00:00Z"^^xsd:dateTime] ; #
fhir:requester [
fhir:reference [ fhir:v "Practitioner/Example-Practitioner-Urgencias-8f6d2c3a5f6d" ]
] ; #
fhir:performer ( [
fhir:reference [ fhir:v "Practitioner/Example-Practitioner-Urgencias-8f6d2c3a5f6d" ]
] ) ; #
fhir:locationReference ( [
fhir:reference [ fhir:v "Location/Example-Location-Urgencias-bdb7a6003025" ]
] ) . #
IG © Secretaría de Salud de Bogotá 2025+ minsait - An Indra Company. Package fhir.onesait-healthcare-sds-bogota-api-fhir#0.14.0 based on FHIR 4.0.1. Generated 2025-08-04
Links: Tabla de contenido |
Reporte QA