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

Guía implementación interoperabilidad FHIR sectorial e intersectorial - Local Development build (v0.10.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Ruta Violencia SDS - Registro de caso SIVIM - 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 xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "Example-Observation-RVSDS"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://ohapi-fhir-service-fhir-project.apps.indraclusterdes.eastus.aroapp.io/StructureDefinition/ProfileObservationRVSDS"^^xsd:anyURI ;
fhir:link <https://ohapi-fhir-service-fhir-project.apps.indraclusterdes.eastus.aroapp.io/StructureDefinition/ProfileObservationRVSDS>     ] )
  ] ; # 
  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: Observation Example-Observation-RVSDS</b></p><a name=\"Example-Observation-RVSDS\"> </a><a name=\"hcExample-Observation-RVSDS\"> </a><a name=\"Example-Observation-RVSDS-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-ProfileObservationRVSDS.html\">Ruta Violencia - SDS- Registro de datos de notificación en SIVIM</a></p></div><p><b>identifier</b>: SIVIM-20250515-0001</p><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{https://loinc.org 62944-4}\">exposures to violence</span></p><p><b>encounter</b>: <a href=\"Encounter-Example-Encounter-RVSDS.html\">Encounter: identifier = http://hospitalSystemInformation.example.org/admissions#enc-rvss-001 (use: usual, ); status = finished; class = Urgencias (ActCode#EMER); type = Urgencias; period = 2025-05-16 09:00:00-0500 --&gt; (ongoing)</a></p><p><b>issued</b>: 2025-05-15 10:30:00-0500</p><p><b>performer</b>: <a href=\"PractitionerRole-Example-PractitionerRole-RVSDS.html\">PractitionerRole Profesional de la Salud</a></p><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{https://oh-modules.apps.indraclusterdes.eastus.aroapp.io/ehrserver/fhir/CodeSystem/Tipo-Violencia 02}\">FISICA</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{https://oh-modules.apps.indraclusterdes.eastus.aroapp.io/ehrserver/fhir/CodeSystem/Tipo-Agresor 01}\">PAREJA</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{https://oh-modules.apps.indraclusterdes.eastus.aroapp.io/ehrserver/fhir/CodeSystem/Mecanismo-Violencia 03}\">Objeto contundente</span></p></blockquote></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:identifier ( [
fhir:value [ fhir:v "SIVIM-20250515-0001" ]
  ] ) ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "https://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "62944-4" ] ;
fhir:display [ fhir:v "exposures to violence" ]     ] )
  ] ; # 
  fhir:encounter [
fhir:reference [ fhir:v "Encounter/Example-Encounter-RVSDS" ]
  ] ; # 
  fhir:issued [ fhir:v "2025-05-15T10:30:00-05:00"^^xsd:dateTime] ; # 
  fhir:performer ( [
fhir:reference [ fhir:v "PractitionerRole/Example-PractitionerRole-RVSDS" ]
  ] ) ; # 
  fhir:component ( [
fhir:code [
      ( fhir:coding [
fhir:system [ fhir:v "https://oh-modules.apps.indraclusterdes.eastus.aroapp.io/ehrserver/fhir/CodeSystem/Tipo-Violencia"^^xsd:anyURI ] ;
fhir:code [ fhir:v "02" ] ;
fhir:display [ fhir:v "FISICA" ]       ] )     ]
  ] [
fhir:code [
      ( fhir:coding [
fhir:system [ fhir:v "https://oh-modules.apps.indraclusterdes.eastus.aroapp.io/ehrserver/fhir/CodeSystem/Tipo-Agresor"^^xsd:anyURI ] ;
fhir:code [ fhir:v "01" ] ;
fhir:display [ fhir:v "PAREJA" ]       ] )     ]
  ] [
fhir:code [
      ( fhir:coding [
fhir:system [ fhir:v "https://oh-modules.apps.indraclusterdes.eastus.aroapp.io/ehrserver/fhir/CodeSystem/Mecanismo-Violencia"^^xsd:anyURI ] ;
fhir:code [ fhir:v "03" ] ;
fhir:display [ fhir:v "Objeto contundente" ]       ] )     ]
  ] ) . #