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 Medicina Legal - Observation - 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-HCEURVML"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://ohapi-fhir-service-fhir-project.apps.indraclusterdes.eastus.aroapp.io/StructureDefinition/ProfileObservationRVML"^^xsd:anyURI ;
fhir:link <https://ohapi-fhir-service-fhir-project.apps.indraclusterdes.eastus.aroapp.io/StructureDefinition/ProfileObservationRVML>     ] )
  ] ; # 
  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-HCEURVML</b></p><a name=\"Example-Observation-HCEURVML\"> </a><a name=\"hcExample-Observation-HCEURVML\"> </a><a name=\"Example-Observation-HCEURVML-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-ProfileObservationRVML.html\">Recurso Observation: Indicador del grado de riesgo que tiene la victima de violencia</a></p></div><p><b>identifier</b>: f0a97227-a225</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-HCEURVML.html\">Encounter: identifier = Oficio: enc-rvml-001 (use: official, ); status = arrived; class = arrived (vs.html#FLD); priority = Grave; period = 2025-05-10 08:00:00+0000 --&gt; (ongoing)</a></p><p><b>issued</b>: 2025-03-17 22:00:00+0000</p><p><b>value</b>: <span title=\"Codes:{https://oh-modules.apps.indraclusterdes.eastus.aroapp.io/ehrserver/fhir/ValueSet/nivel-riesgo E}\">Extremo</span></p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:identifier ( [
fhir:value [ fhir:v "f0a97227-a225" ]
  ] ) ; # 
  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-HCEURVML" ]
  ] ; # 
  fhir:issued [ fhir:v "2025-03-17T22:00:00.000Z"^^xsd:dateTime] ; # 
  fhir:value [
a fhir:CodeableConcept ;
    ( fhir:coding [
fhir:system [ fhir:v "https://oh-modules.apps.indraclusterdes.eastus.aroapp.io/ehrserver/fhir/ValueSet/nivel-riesgo"^^xsd:anyURI ] ;
fhir:code [ fhir:v "E" ] ;
fhir:display [ fhir:v "Extremo" ]     ] )
  ] . #