Interoperabilidad de Historia Clínica - Colombia
0.4.2 - ci-build Colombia flag

Interoperabilidad de Historia Clínica - Colombia - Local Development build (v0.4.2). See the Directory of published versions

: MedicationStatementColombia - 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 -------------------------------------------------------------------

 a fhir:MedicationStatement ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "MedicationStatementColombia"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://www.minsalud.gov.co/ihc/fhir/StructureDefinition/MedicationStatementCo"^^xsd:anyURI ;
fhir:link <https://www.minsalud.gov.co/ihc/fhir/StructureDefinition/MedicationStatementCo>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: MedicationStatement</b><a name=\"MedicationStatementColombia\"> </a></p><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\">Resource MedicationStatement &quot;MedicationStatementColombia&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-MedicationStatementCo.html\">Medication Statement Co</a></p></div><p><b>status</b>: active</p><p><b>medication</b>: 10.4 MG DE MONTELUKAST SODICO EQUIVALENTE A MONTELUKAST <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (CUMS#20038383)</span></p><p><b>subject</b>: <a href=\"Patient-PacienteColombiano.html\">Patient/PacienteColombiano</a> &quot; LÓPEZ&quot;</p></div>"
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:medication [
a fhir:CodeableConcept ;
    ( fhir:coding [
fhir:system [ fhir:v "https://www.minsalud.gov.co/CodeSystem/CUMS"^^xsd:anyURI ] ;
fhir:code [ fhir:v "20038383" ] ;
fhir:display [ fhir:v "10.4 MG DE MONTELUKAST SODICO EQUIVALENTE A MONTELUKAST" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/PacienteColombiano" ]
  ] . #