Guía implementación interoperabilidad FHIR sectorial e intersectorial
0.14.0 - ci-build

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

: Imagenología - Orden de imagen - TTL Representation

Raw ttl | Descargar


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

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

 a fhir:ServiceRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "Example-ServiceRequest-img-86ec18d41b7e"] ; # 
  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-img-86ec18d41b7e</b></p><a name=\"Example-ServiceRequest-img-86ec18d41b7e\"> </a><a name=\"hcExample-ServiceRequest-img-86ec18d41b7e\"> </a><a name=\"Example-ServiceRequest-img-86ec18d41b7e-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>/86ec18d41b7e (use: usual, )</p><p><b>status</b>: Completed</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title=\"Codes:{http://snomed.info/sct 708175003}\">Diagnostic imaging service (qualifier value)</span></p><p><b>code</b>: <span title=\"Codes:{https://bogotadigital.saludcapital.gov.co/hncat/fhir/AdminCatalogStructureRS/CUPS 873210}\">Radiografía de mano</span></p><p><b>quantity</b>: 1</p><p><b>subject</b>: <a href=\"Patient-Example-Patient-img-e2648844a31a.html\">Sofía Gabriela Hernández(official) Female, DoB: 2016-02-18 ( Numero único de Identificación: 1016419135 (use: official, ))</a></p><p><b>encounter</b>: <a href=\"Encounter-Example-Encounter-img-d8ab2fc9e728.html\">Encounter: extension = Derivado de consulta externa (Vías de ingreso#02); identifier = http://hospitalSystemInformation.example.org/admissions#enc-d8ab2fc9e728-imagen (use: usual, ); status = finished; class = Pre-encounter (diagnostic support) (ActCode#PRENC); type = Other ambulatory visit; serviceType = RADIOLOGIA E IMAGENES DIAGNOSTICAS; priority = Urgente; period = 2025-07-17 14:54:15+0000 --&gt; 2025-07-17 15:10:00+0000</a></p><p><b>occurrence</b>: 2025-07-17 14:54:15+0000</p><p><b>authoredOn</b>: 2025-07-17 14:54:15+0000</p><p><b>requester</b>: <a href=\"PractitionerRole-Example-img-PractitionerRole-119c815a75ad.html\">PractitionerRole Pediatric orthopedic surgeon</a></p><p><b>performer</b>: <a href=\"PractitionerRole-Example-img-PractitionerRole-20c8ef0fa38e.html\">PractitionerRole Medical radiographer</a></p><p><b>locationReference</b>: <a href=\"Location-Example-location-img-79ee57bdd956.html\">Location Imagenología Central</a></p><p><b>reasonReference</b>: <a href=\"Condition-Example-Condition-img-8eee031c7c06.html\">Condition Fractura del pulgar</a></p><p><b>note</b>: Solicitud de radiografía de manos  para descartar fractura del pulgar en paciente menor de 9 años con golpe en mano izquierda. Refiere dolor en mano izquierda y dificultad para mover el dedo pulgar.</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 "86ec18d41b7e" ]
  ] ) ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:category ( [
    ( fhir:coding [
a sct:708175003 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "708175003" ] ;
fhir:display [ fhir:v "Diagnostic imaging service (qualifier value)" ]     ] )
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "https://bogotadigital.saludcapital.gov.co/hncat/fhir/AdminCatalogStructureRS/CUPS"^^xsd:anyURI ] ;
fhir:code [ fhir:v "873210" ] ;
fhir:display [ fhir:v "Radiografía de mano" ]     ] )
  ] ; # 
  fhir:quantity [
a fhir:Quantity ;
fhir:value [ fhir:v "1"^^xsd:decimal ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/Example-Patient-img-e2648844a31a" ]
  ] ; # 
  fhir:encounter [
fhir:reference [ fhir:v "Encounter/Example-Encounter-img-d8ab2fc9e728" ]
  ] ; # 
  fhir:occurrence [
a fhir:dateTime ;
fhir:v "2025-07-17T14:54:15Z"^^xsd:dateTime
  ] ; # 
  fhir:authoredOn [ fhir:v "2025-07-17T14:54:15Z"^^xsd:dateTime] ; # 
  fhir:requester [
fhir:reference [ fhir:v "PractitionerRole/Example-img-PractitionerRole-119c815a75ad" ]
  ] ; # 
  fhir:performer ( [
fhir:reference [ fhir:v "PractitionerRole/Example-img-PractitionerRole-20c8ef0fa38e" ]
  ] ) ; # 
  fhir:locationReference ( [
fhir:reference [ fhir:v "Location/Example-location-img-79ee57bdd956" ]
  ] ) ; # 
  fhir:reasonReference ( [
fhir:reference [ fhir:v "Condition/Example-Condition-img-8eee031c7c06" ]
  ] ) ; # 
  fhir:note ( [
fhir:text [ fhir:v "Solicitud de radiografía de manos  para descartar fractura del pulgar en paciente menor de 9 años con golpe en mano izquierda. Refiere dolor en mano izquierda y dificultad para mover el dedo pulgar." ]
  ] ) . #