@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 -------------------------------------------------------------------

<https://interoperabilidad.minsal.cl/fhir/ig/snre/Medication/Medicamento1> a fhir:Medication ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "Medicamento1"] ;
  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 Medicamento1</b></p><a name=\"Medicamento1\"> </a><a name=\"hcMedicamento1\"> </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>/1991971000167110 (use: official, ), <code>http://minsal.cl/semantikos/concept-id</code>/840851000167103 (use: official, )</p><p><b>code</b>: <span title=\"Codes:{http://minsal.cl/semantikos/description-id 1991971000167110}\">Tareg - D 160 / 25 comprimido recubierto (Novartis)</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 "1991971000167110" ]
  ], [
     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 "840851000167103" ]
  ] ;
  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 "1991971000167110" ] ;
       fhir:Coding.display [ fhir:value "Tareg - D 160 / 25 comprimido recubierto (Novartis)" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Tareg - D 160 / 25 comprimido recubierto (Novartis)" ]
  ] .

# - ontology header ------------------------------------------------------------

<https://interoperabilidad.minsal.cl/fhir/ig/snre/Medication/Medicamento1.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

