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 SDM - Características del presunto agresor - Acceso a armas - 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-RVSDM-CarPresAgre"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://ohapi-fhir-service-fhir-project.apps.indraclusterdes.eastus.aroapp.io/StructureDefinition/ProfileObservationRVSDM"^^xsd:anyURI ;
fhir:link <https://ohapi-fhir-service-fhir-project.apps.indraclusterdes.eastus.aroapp.io/StructureDefinition/ProfileObservationRVSDM>     ] )
  ] ; # 
  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-RVSDM-CarPresAgre</b></p><a name=\"Example-Observation-RVSDM-CarPresAgre\"> </a><a name=\"hcExample-Observation-RVSDM-CarPresAgre\"> </a><a name=\"Example-Observation-RVSDM-CarPresAgre-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-ProfileObservationRVSDM.html\">Ruta Violencia - SDN - Registro de datos de caso</a></p></div><p><b>identifier</b>: Observation Instance Identifier/CarPresAgre-001 (use: official, )</p><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{https://oh-modules.apps.indraclusterdes.eastus.aroapp.io/ehrserver/fhir/CodeSystem/Conceptos-obs-SDM 16}\">Características del presunto agresor</span></p><p><b>encounter</b>: <a href=\"Encounter-Example-Encounter-RVSDM.html\">Encounter: identifier = https://sdmujer.gov.co/SAAT#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-29 10:00:00-0500</p><p><b>value</b>: <span title=\"Codes:{https://oh-modules.apps.indraclusterdes.eastus.aroapp.io/ehrserver/fhir/CodeSystem/CaracteristicasAgresor 01}\">Acceso o uso de armas</span></p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "OBSV" ] ;
fhir:display [ fhir:v "Observation Instance Identifier" ]       ] )     ] ;
fhir:value [ fhir:v "CarPresAgre-001" ]
  ] ) ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "https://oh-modules.apps.indraclusterdes.eastus.aroapp.io/ehrserver/fhir/CodeSystem/Conceptos-obs-SDM"^^xsd:anyURI ] ;
fhir:code [ fhir:v "16" ] ;
fhir:display [ fhir:v "Características del presunto agresor" ]     ] )
  ] ; # 
  fhir:encounter [
fhir:reference [ fhir:v "Encounter/Example-Encounter-RVSDM" ]
  ] ; # 
  fhir:issued [ fhir:v "2025-05-29T10:00:00-05:00"^^xsd:dateTime] ; # 
  fhir:value [
a fhir:CodeableConcept ;
    ( fhir:coding [
fhir:system [ fhir:v "https://oh-modules.apps.indraclusterdes.eastus.aroapp.io/ehrserver/fhir/CodeSystem/CaracteristicasAgresor"^^xsd:anyURI ] ;
fhir:code [ fhir:v "01" ] ;
fhir:display [ fhir:v "Acceso o uso de armas" ]     ] )
  ] . #