@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<https://ministeriodesalud.go.cr/fhir/receta/MedicationStatement/106740> a fhir:MedicationStatement ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "106740"] ; # 
  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 106740</b></p><a name=\"106740\"> </a><a name=\"hc106740\"> </a><p><b>status</b>: Active</p><p><b>medication</b>: <a href=\"Medication-513.html\">CONCERTA 54 mg comprimidos de liberación prolongada (Janssen-Cilag Manufacturing LLC, Gurabo)</a></p><p><b>subject</b>: <a href=\"Patient-98015.html\">JEFFREY ALEJANDRO ARRIETA GUZMAN</a></p><p><b>context</b>: <a href=\"Encounter-111766.html\">Encounter</a></p><p><b>effective</b>: 2025-05-28 09:53:25+0000</p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:medication [
     a fhir:Reference ;
     fhir:link <https://ministeriodesalud.go.cr/fhir/receta/Medication/513> ;
     fhir:reference [ fhir:v "Medication/513" ] ;
     fhir:display [ fhir:v "CONCERTA 54 mg comprimidos de liberación prolongada (Janssen-Cilag Manufacturing LLC, Gurabo)" ]
  ] ; # 
  fhir:subject [
     fhir:link <https://ministeriodesalud.go.cr/fhir/receta/Patient/98015> ;
     fhir:reference [ fhir:v "Patient/98015" ] ;
     fhir:display [ fhir:v "JEFFREY ALEJANDRO ARRIETA GUZMAN" ]
  ] ; # 
  fhir:context [
     fhir:link <https://ministeriodesalud.go.cr/fhir/receta/Encounter/111766> ;
     fhir:reference [ fhir:v "Encounter/111766" ] ;
     fhir:display [ fhir:v "Encounter" ]
  ] ; # 
  fhir:effective [
     a fhir:dateTime ;
     fhir:v "2025-05-28T09:53:25Z"^^xsd:dateTime
  ] . # 

# -------------------------------------------------------------------------------------

