@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://fhir.msal.gob.ar/RDI/CodeSystem/CSMedicamentosComercialesSCT> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "CSMedicamentosComercialesSCT"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://fhir.msal.gob.ar/RDI/CodeSystem/CSMedicamentosComercialesSCT</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">134571000221104<a name=\"CSMedicamentosComercialesSCT-134571000221104\"> </a></td><td>COPIRON 400 MG [IBUPROFENO 400 MG] COMPRIMIDO RECUBIERTO</td></tr><tr><td style=\"white-space:nowrap\">138041000221108<a name=\"CSMedicamentosComercialesSCT-138041000221108\"> </a></td><td>DOLORSYN [IBUPROFENO 400 MG] COMPRIMIDO</td></tr><tr><td style=\"white-space:nowrap\">158001000221105<a name=\"CSMedicamentosComercialesSCT-158001000221105\"> </a></td><td>ALMORSAN [AMOXICILINA TRIHIDRATO 500 MG] COMPRIMIDO RECUBIERTO</td></tr><tr><td style=\"white-space:nowrap\">131931000221108<a name=\"CSMedicamentosComercialesSCT-131931000221108\"> </a></td><td>AMIXEN [AMOXICILINA 500 MG] COMPRIMIDO RECUBIERTO</td></tr><tr><td style=\"white-space:nowrap\">105961000221108<a name=\"CSMedicamentosComercialesSCT-105961000221108\"> </a></td><td>COZAAREX [LOSARTAN POTASICO 50 MG] COMPRIMIDO</td></tr><tr><td style=\"white-space:nowrap\">130911000221107<a name=\"CSMedicamentosComercialesSCT-130911000221107\"> </a></td><td>NITEN [LOSARTAN POTASICO 50 MG] COMPRIMIDO RECUBIERTO</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "http://fhir.msal.gob.ar/RDI/CodeSystem/CSMedicamentosComercialesSCT"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.2.5"] ; # 
  fhir:name [ fhir:v "CSMedicamentosComercialesSCT"] ; # 
  fhir:title [ fhir:v "Códigos: Medicamentos Comerciales en Snomed CT Argentina"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:date [ fhir:v "2023-07-31T00:00:00-03:00"^^xsd:dateTime] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "Martín Diaz Maffini" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "drmartindiaz@gmail.com" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Medicamentos Comerciales en Snomed CT Argentina"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "AR" ] ;
       fhir:display [ fhir:v "Argentina" ]
     ] )
  ] ) ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "6"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "134571000221104" ] ;
     fhir:display [ fhir:v "COPIRON 400 MG [IBUPROFENO 400 MG] COMPRIMIDO RECUBIERTO" ]
  ] [
     fhir:code [ fhir:v "138041000221108" ] ;
     fhir:display [ fhir:v "DOLORSYN [IBUPROFENO 400 MG] COMPRIMIDO" ]
  ] [
     fhir:code [ fhir:v "158001000221105" ] ;
     fhir:display [ fhir:v "ALMORSAN [AMOXICILINA TRIHIDRATO 500 MG] COMPRIMIDO RECUBIERTO" ]
  ] [
     fhir:code [ fhir:v "131931000221108" ] ;
     fhir:display [ fhir:v "AMIXEN [AMOXICILINA 500 MG] COMPRIMIDO RECUBIERTO" ]
  ] [
     fhir:code [ fhir:v "105961000221108" ] ;
     fhir:display [ fhir:v "COZAAREX [LOSARTAN POTASICO 50 MG] COMPRIMIDO" ]
  ] [
     fhir:code [ fhir:v "130911000221107" ] ;
     fhir:display [ fhir:v "NITEN [LOSARTAN POTASICO 50 MG] COMPRIMIDO RECUBIERTO" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

