Resumen Clínico de Pacientes Embarazadas Chile, 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/HL7Chile-BiomedicaUv/IPS-Embarazo/ and changes regularly. See the Directory of published versions
: Medicamento - Ejemplo - 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Medication ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "Medicamento-Emb-Ejemplo"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://hl7chile.cl/fhir/ig/clembarazos/StructureDefinition/Medicamento-embarazos-cl-ips"^^xsd:anyURI ;
fhir:link <https://hl7chile.cl/fhir/ig/clembarazos/StructureDefinition/Medicamento-embarazos-cl-ips> ] )
] ; #
fhir:language [ fhir:v "es"] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"es\" lang=\"es\"><p class=\"res-header-id\"><b>Generated Narrative: Medication Medicamento-Emb-Ejemplo</b></p><a name=\"Medicamento-Emb-Ejemplo\"> </a><a name=\"hcMedicamento-Emb-Ejemplo\"> </a><a name=\"Medicamento-Emb-Ejemplo-es-CL\"> </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\">Language: es</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Medicamento-embarazos-cl-ips.html\">Medicamentos (Embarazo-CL)</a></p></div><p><b>Nombre Comercial Fármaco</b>: Calcio</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 767113005}\">Calcio (medicamento)</span></p><p><b>status</b>: Active</p><p><b>form</b>: <span title=\"Codes:{http://standardterms.edqm.eu 10219000}\">Tableta</span></p></div>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/NombreComercial"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Calcio" ]
] ) ; #
fhir:code [
( fhir:coding [
a sct:767113005 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "767113005" ] ;
fhir:display [
fhir:v "Product containing calcium (medicinal product)" ;
( fhir:extension [
( fhir:extension [
fhir:url [ fhir:v "lang"^^xsd:anyURI ] ;
fhir:value [ fhir:v "es" ] ] [
fhir:url [ fhir:v "content"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Calcio (medicamento)" ] ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/translation"^^xsd:anyURI ] ] ) ] ] ) ;
fhir:text [ fhir:v "Calcio (medicamento)" ]
] ; #
fhir:status [ fhir:v "active"] ; #
fhir:form [
( fhir:coding [
fhir:system [ fhir:v "http://standardterms.edqm.eu"^^xsd:anyURI ] ;
fhir:code [ fhir:v "10219000" ] ;
fhir:display [ fhir:v "Tablet" ] ] ) ;
fhir:text [ fhir:v "Tableta" ]
] . #