Atención clínica de SDOH
0.1.0 - ci-build Chile flag

Atención clínica de SDOH, published by HL7 Chile. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/SIMSADIs/GI-SDOH/ and changes regularly. See the Directory of published versions

: Ejemplo SDOHCC- Documento de referencia - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:DocumentReference ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "Ejemplo-DocumentoReferencia"] ; # 
  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: DocumentReference Ejemplo-DocumentoReferencia</b></p><a name=\"Ejemplo-DocumentoReferencia\"> </a><a name=\"hcEjemplo-DocumentoReferencia\"> </a><a name=\"Ejemplo-DocumentoReferencia-es-CL\"> </a><p><b>status</b>: Current</p><p><b>description</b>: Ejemplo sobre un documento de referencia para un folleto sobre Hipertensión arterial. Este ejemplo se utiliza como un documento referenciado en otros ejemplos de esta IG.</p><blockquote><p><b>content</b></p><h3>Attachments</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Url</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"https://drive.google.com/file/d/1rNIM5GxACJnWneB2YBZve6ATno7bcFWv/view?usp=sharing\">https://drive.google.com/file/d/1rNIM5GxACJnWneB2YBZve6ATno7bcFWv/view?usp=sharing</a></td></tr></table></blockquote></div>"
  ] ; # 
  fhir:status [ fhir:v "current"] ; # 
  fhir:description [ fhir:v "Ejemplo sobre un documento de referencia para un folleto sobre Hipertensión arterial. Este ejemplo se utiliza como un documento referenciado en otros ejemplos de esta IG."] ; # 
  fhir:content ( [
fhir:attachment [
fhir:url [ fhir:v "https://drive.google.com/file/d/1rNIM5GxACJnWneB2YBZve6ATno7bcFWv/view?usp=sharing"^^xsd:anyURI ]     ]
  ] ) . #