GI Resumen IPS FALP
0.1.0 - ci-build Chile flag

GI Resumen IPS FALP, published by EstebanFredes. 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/SIMSADIs/GI_IPS_FALP/ and changes regularly. See the Directory of published versions

: Ejemplo plan de medicamento FALP - 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:MedicationStatement ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "EjPlanMedicacion"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://falp.cl/fhir/ig/IPSFalp/StructureDefinition/PlanMedicacionFalp"^^xsd:anyURI ;
fhir:link <https://falp.cl/fhir/ig/IPSFalp/StructureDefinition/PlanMedicacionFalp>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationStatement EjPlanMedicacion</b></p><a name=\"EjPlanMedicacion\"> </a><a name=\"hcEjPlanMedicacion\"> </a><a name=\"EjPlanMedicacion-es-CL\"> </a><p><b>status</b>: Active</p><p><b>medication</b>: <span title=\"Codes:{http://snomed.info/sct 7904003}\">Deanol</span></p><p><b>subject</b>: <a href=\"Patient-EjPacienteinline.html\">Franchesco Perez (official) (no stated gender), DoB: 1980-01-01 ( RUN: 30.696.558-7 (use: secondary, ))</a></p><p><b>effective</b>: 2024-11-27 --&gt; 2024-12-15</p><blockquote><p><b>dosage</b></p><p><b>sequence</b>: 1</p><p><b>text</b>: 1 tableta por día</p><p><b>route</b>: <span title=\"Codes:{http://snomed.info/sct 260548002}\">Oral</span></p><h3>DoseAndRates</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Dose[x]</b></td><td><b>Rate[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/dose-rate-type ordered}\">Ordered</span></td><td>1 Oral Tablet<span style=\"background: LightGoldenRodYellow\"> (Details: Orderable Drug Form  codeORTAB = 'Oral Tablet')</span></td><td>1 d<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  coded = 'd')</span></td></tr></table></blockquote></div>"
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:medication [
a fhir:CodeableConcept ;
    ( fhir:coding [
a sct:7904003 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "7904003" ] ;
fhir:display [ fhir:v "Deanol" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/EjPacienteinline" ]
  ] ; # 
  fhir:effective [
a fhir:Period ;
fhir:start [ fhir:v "2024-11-27"^^xsd:date ] ;
fhir:end [ fhir:v "2024-12-15"^^xsd:date ]
  ] ; # 
  fhir:dosage ( [
fhir:sequence [ fhir:v "1"^^xsd:integer ] ;
fhir:text [ fhir:v "1 tableta por día" ] ;
fhir:route [
      ( fhir:coding [
a sct:260548002 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "260548002" ] ;
fhir:display [ fhir:v "Oral" ]       ] )     ] ;
    ( fhir:doseAndRate [
fhir:type [
        ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/dose-rate-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ordered" ]         ] )       ] ;
fhir:dose [
a fhir:Quantity ;
fhir:value [ fhir:v "1"^^xsd:decimal ] ;
fhir:unit [ fhir:v "Oral Tablet" ] ;
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ORTAB" ]       ] ;
fhir:rate [
a fhir:Quantity ;
fhir:value [ fhir:v "1"^^xsd:decimal ] ;
fhir:unit [ fhir:v "d" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "d" ]       ]     ] )
  ] ) . #