Interoperabilidad de Historia Clínica - PERÚ (versión en desarrollo)
0.1 - ci-build Peru flag

Interoperabilidad de Historia Clínica - PERÚ (versión en desarrollo) - Local Development build (v0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: MedicationStatementEjemploPeru - 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 "MedicationStatementEjemploPeru"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://www.gob.pe/minsa/RENHICE/fhir/StructureDefinition/MedicationStatementPe"^^xsd:anyURI ;
fhir:link <https://www.gob.pe/minsa/RENHICE/fhir/StructureDefinition/MedicationStatementPe>     ] )
  ] ; # 
  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 MedicationStatementEjemploPeru</b></p><a name=\"MedicationStatementEjemploPeru\"> </a><a name=\"hcMedicationStatementEjemploPeru\"> </a><a name=\"MedicationStatementEjemploPeru-es-PE\"> </a><p><b>status</b>: Active</p><p><b>medication</b>: <span title=\"Codes:\">Paracetamol</span></p><p><b>subject</b>: <a href=\"Patient-PacientePeruMinimo.html\">Jose Miguel Rivas  Male, DoB: 1974-12-25 ( DNI: 987654321)</a></p><p><b>effective</b>: 2023-01-02</p><h3>Dosages</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Text</b></td><td><b>Route</b></td></tr><tr><td style=\"display: none\">*</td><td>1 tableta de 500 mg cada 8 horas</td><td><span title=\"Codes:\">Oral</span></td></tr></table></div>"
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:medication [
a fhir:CodeableConcept ;
fhir:text [ fhir:v "Paracetamol" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/PacientePeruMinimo" ]
  ] ; # 
  fhir:effective [ fhir:v "2023-01-02"^^xsd:date] ; # 
  fhir:dosage ( [
fhir:text [ fhir:v "1 tableta de 500 mg cada 8 horas" ] ;
fhir:route [
fhir:text [ fhir:v "Oral" ]     ]
  ] ) . #