Resumen Clínico del Paciente de Chile
0.6.0-ci-build - STU3 Chile flag

Resumen Clínico del Paciente de Chile, published by HL7 Chile. This guide is not an authorized publication; it is the continuous build for version 0.6.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7Chile/IPS-CL/ 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 -------------------------------------------------------------------

<http://hl7.org/fhir/Medication/MedicamentoCLEjemplo> a fhir:Medication ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "MedicamentoCLEjemplo"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://hl7chile.cl/fhir/ig/clips/StructureDefinition/Medicamento-cl-ips" ;
       fhir:index 0 ;
       fhir:link <https://hl7chile.cl/fhir/ig/clips/StructureDefinition/Medicamento-cl-ips>
     ]
  ] ;
  fhir:Resource.language [ fhir:value "es"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"es\" lang=\"es\"><p class=\"res-header-id\"><b>Generated Narrative: Medication MedicamentoCLEjemplo</b></p><a name=\"MedicamentoCLEjemplo\"> </a><a name=\"hcMedicamentoCLEjemplo\"> </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-cl-ips.html\">Medicamento</a></p></div><p><b>Nombre Comercial Fármaco</b>: Aspirina</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 7947003}, {http://www.whocc.no/atc A01AD05}\">Aspirina (medicamento)</span></p><p><b>status</b>: Inactive</p><p><b>form</b>: <span title=\"Codes:{http://standardterms.edqm.eu 10323000}\">Pastilla</span></p></div>"
  ] ;
  fhir:DomainResource.extension [
     fhir:index 0 ;
     fhir:Extension.url [ fhir:value "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/NombreComercial" ] ;
     fhir:Extension.valueString [ fhir:value "Aspirina" ]
  ] ;
  fhir:Medication.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a sct:7947003 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "7947003" ] ;
       fhir:Coding.display [
         fhir:value "Product containing aspirin (medicinal product)" ;
         fhir:Element.extension [
           fhir:index 0 ;
           fhir:Element.extension [
             fhir:index 0 ;
             fhir:Extension.url [ fhir:value "lang" ] ;
             fhir:Extension.valueCode [ fhir:value "es" ]
           ], [
             fhir:index 1 ;
             fhir:Extension.url [ fhir:value "content" ] ;
             fhir:Extension.valueString [ fhir:value "Aspirina (medicamento)" ]
           ] ;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/translation" ]
         ]
       ]
     ], [
       fhir:index 1 ;
       fhir:Coding.system [ fhir:value "http://www.whocc.no/atc" ] ;
       fhir:Coding.code [ fhir:value "A01AD05" ] ;
       fhir:Coding.display [
         fhir:value "acetylsalicylic acid" ;
         fhir:Element.extension [
           fhir:index 0 ;
           fhir:Element.extension [
             fhir:index 0 ;
             fhir:Extension.url [ fhir:value "lang" ] ;
             fhir:Extension.valueCode [ fhir:value "es" ]
           ], [
             fhir:index 1 ;
             fhir:Extension.url [ fhir:value "content" ] ;
             fhir:Extension.valueString [ fhir:value "Ácido acetilsalicílico" ]
           ] ;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/translation" ]
         ]
       ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Aspirina (medicamento)" ]
  ] ;
  fhir:Medication.status [ fhir:value "inactive"] ;
  fhir:Medication.form [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://standardterms.edqm.eu" ] ;
       fhir:Coding.code [ fhir:value "10323000" ] ;
       fhir:Coding.display [ fhir:value "Pastille" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Pastilla" ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Medication/MedicamentoCLEjemplo.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Medication/MedicamentoCLEjemplo.ttl> .