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

: Medication Request - 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 xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/MedicationRequest/MedicationRequest-CL-Ejemplo> a fhir:MedicationRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "MedicationRequest-CL-Ejemplo"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://hl7chile.cl/fhir/ig/clips/StructureDefinition/MedicationRequest-cl-ips" ;
       fhir:index 0 ;
       fhir:link <https://hl7chile.cl/fhir/ig/clips/StructureDefinition/MedicationRequest-cl-ips>
     ]
  ] ;
  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: MedicationRequest MedicationRequest-CL-Ejemplo</b></p><a name=\"MedicationRequest-CL-Ejemplo\"> </a><a name=\"hcMedicationRequest-CL-Ejemplo\"> </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=\"StructureDefinition-MedicationRequest-cl-ips.html\">Solicitud de medicación</a></p></div><p><b>status</b>: Completed</p><p><b>intent</b>: Original Order</p><p><b>medication</b>: <a href=\"Medication-MedicamentoCLEjemplo.html\">Pastilla Aspirina</a></p><p><b>subject</b>: <a href=\"Patient-PacienteClIpsEjemplo.html\">Vale  Female, DoB: 1995-05-01 ( Chile: 19.241.323-8 (use: official, ))</a></p><blockquote><p><b>dosageInstruction</b></p><p><b>text</b>: Administrar 500 mg por 3 días</p><p><b>timing</b>: Once per 3 days</p><p><b>route</b>: <span title=\"Codes:{http://standardterms.edqm.eu 20002500}\">Vía de administración bucal</span></p><h3>DoseAndRates</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Dose[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>500 mg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemg = 'mg')</span></td></tr></table></blockquote><h3>DispenseRequests</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>ValidityPeriod</b></td></tr><tr><td style=\"display: none\">*</td><td>2019-02-04 --&gt; 2019-02-05</td></tr></table></div>"
  ] ;
  fhir:MedicationRequest.status [ fhir:value "completed"] ;
  fhir:MedicationRequest.intent [ fhir:value "original-order"] ;
  fhir:MedicationRequest.medicationReference [
     fhir:link <http://hl7.org/fhir/Medication/MedicamentoCLEjemplo> ;
     fhir:Reference.reference [ fhir:value "Medication/MedicamentoCLEjemplo" ] ;
     fhir:Reference.display [ fhir:value "Pastilla Aspirina" ]
  ] ;
  fhir:MedicationRequest.subject [
     fhir:link <http://hl7.org/fhir/Patient/PacienteClIpsEjemplo> ;
     fhir:Reference.reference [ fhir:value "Patient/PacienteClIpsEjemplo" ]
  ] ;
  fhir:MedicationRequest.dosageInstruction [
     fhir:index 0 ;
     fhir:Dosage.text [ fhir:value "Administrar 500 mg por 3 días" ] ;
     fhir:Dosage.timing [
       fhir:Timing.repeat [
         fhir:Timing.repeat.frequency [ fhir:value "1"^^xsd:positiveInteger ] ;
         fhir:Timing.repeat.period [ fhir:value "3"^^xsd:decimal ] ;
         fhir:Timing.repeat.periodUnit [ fhir:value "d" ]
       ]
     ] ;
     fhir:Dosage.route [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "http://standardterms.edqm.eu" ] ;
         fhir:Coding.code [ fhir:value "20002500" ] ;
         fhir:Coding.display [ fhir:value "Buccal use" ]
       ] ;
       fhir:CodeableConcept.text [ fhir:value "Vía de administración bucal" ]
     ] ;
     fhir:Dosage.doseAndRate [
       fhir:index 0 ;
       fhir:Dosage.doseAndRate.doseQuantity [
         fhir:Quantity.value [ fhir:value "500"^^xsd:decimal ] ;
         fhir:Quantity.unit [ fhir:value "mg" ] ;
         fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
         fhir:Quantity.code [ fhir:value "mg" ]
       ]
     ]
  ] ;
  fhir:MedicationRequest.dispenseRequest [
     fhir:MedicationRequest.dispenseRequest.validityPeriod [
       fhir:Period.start [ fhir:value "2019-02-04"^^xsd:date ] ;
       fhir:Period.end [ fhir:value "2019-02-05"^^xsd:date ]
     ]
  ] .

<http://hl7.org/fhir/Medication/MedicamentoCLEjemplo> a fhir:Medication .

<http://hl7.org/fhir/Patient/PacienteClIpsEjemplo> a fhir:Patient .

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

<http://hl7.org/fhir/MedicationRequest/MedicationRequest-CL-Ejemplo.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/MedicationRequest/MedicationRequest-CL-Ejemplo.ttl> .