Sistema Nacional de receta electronica, published by Unidad de Interoperabilidad - MINSAL. This guide is not an authorized publication; it is the continuous build for version 0.9.6 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Minsal-CL/IG_snre/ and changes regularly. See the Directory of published versions
: Hidroclorotiazida 25 mg + Valsartán 160 mg comprimido - 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 -------------------------------------------------------------------
<http://hl7.org/fhir/Medication/Medicamento2> a fhir:Medication ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "Medicamento2"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/CoreMedicamentoCl" ;
fhir:index 0 ;
fhir:link <https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/CoreMedicamentoCl>
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Medicación /Medicamento Medicamento2</b></p><a name=\"Medicamento2\"> </a><a name=\"hcMedicamento2\"> </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=\"https://hl7chile.cl/fhir/ig/clcore/1.8.5/StructureDefinition-CoreMedicamentoCl.html\">CL Medicamento</a></p></div><p><b>identifier</b>: <code>http://minsal.cl/semantikos/description-id</code>/1703591000167111 (use: official, ), <code>http://minsal.cl/semantikos/concept-id</code>/696681000167108 (use: official, )</p><p><b>code</b>: <span title=\"Codes:{http://minsal.cl/semantikos/description-id 1703591000167111}\">Hidroclorotiazida 25 mg + Valsartán 160 mg comprimido</span></p></div>"
] ;
fhir:Medication.identifier [
fhir:index 0 ;
fhir:Identifier.use [ fhir:value "official" ] ;
fhir:Identifier.system [ fhir:value "http://minsal.cl/semantikos/description-id" ] ;
fhir:Identifier.value [ fhir:value "1703591000167111" ]
], [
fhir:index 1 ;
fhir:Identifier.use [ fhir:value "official" ] ;
fhir:Identifier.system [ fhir:value "http://minsal.cl/semantikos/concept-id" ] ;
fhir:Identifier.value [ fhir:value "696681000167108" ]
] ;
fhir:Medication.code [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://minsal.cl/semantikos/description-id" ] ;
fhir:Coding.code [ fhir:value "1703591000167111" ] ;
fhir:Coding.display [ fhir:value "Hidroclorotiazida 25 mg + Valsartán 160 mg comprimido" ]
] ;
fhir:CodeableConcept.text [ fhir:value "Hidroclorotiazida 25 mg + Valsartán 160 mg comprimido" ]
] .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Medication/Medicamento2.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Medication/Medicamento2.ttl> .