@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - 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 ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: MedicationStatement MedicationStatementEjemploPeru

status: Active

medication: Paracetamol

subject: Jose Miguel Rivas Male, DoB: 1974-12-25 ( DNI: 987654321)

effective: 2023-01-02

Dosages

-TextRoute
*1 tableta de 500 mg cada 8 horasOral
" ] ; # fhir:status [ fhir:v "active"] ; # fhir:medication [ a fhir:CodeableConcept ; fhir:text [ fhir:v "Paracetamol" ] ] ; # fhir:subject [ fhir:link ; 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" ] ] ] ) . # # -------------------------------------------------------------------------------------