@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 -------------------------------------------------------------------

<http://hl7.org/fhir/us/smp/MedicationRequest/bsj1-smp-medrx-sertraline-1-8> a fhir:MedicationRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "bsj1-smp-medrx-sertraline-1-8"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest bsj1-smp-medrx-sertraline-1-8</b></p><a name=\"bsj1-smp-medrx-sertraline-1-8\"> </a><a name=\"hcbsj1-smp-medrx-sertraline-1-8\"> </a><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>medication</b>: <span title=\"Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 312940}, {http://hl7.org/fhir/sid/ndc 00440831530}\">sertraline 25 MG Oral Tablet</span></p><p><b>subject</b>: <a href=\"Patient-patient-betsysmith-johnson01.html\">Betsy Smith-Johnson</a></p><p><b>authoredOn</b>: 2025-05-03 14:45:00-0800</p><p><b>requester</b>: <a href=\"PractitionerRole-PractitionerRole-Physician-PriyaSarkar.html\">PractitionerRole Emergency Medicine Physician</a></p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:medication [
     a fhir:CodeableConcept ;
     fhir:coding ( [
       fhir:system [
         fhir:v "http://www.nlm.nih.gov/research/umls/rxnorm"^^xsd:anyURI ;
         fhir:l <http://www.nlm.nih.gov/research/umls/rxnorm>
       ] ;
       fhir:code [ fhir:v "312940" ] ;
       fhir:display [ fhir:v "sertraline 25 MG Oral Tablet" ]
     ] [
       fhir:system [
         fhir:v "http://hl7.org/fhir/sid/ndc"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/sid/ndc>
       ] ;
       fhir:code [ fhir:v "00440831530" ]
     ] )
  ] ; # 
  fhir:subject [
     fhir:l <http://hl7.org/fhir/us/smp/Patient/patient-betsysmith-johnson01> ;
     fhir:reference [ fhir:v "Patient/patient-betsysmith-johnson01" ] ;
     fhir:display [ fhir:v "Betsy Smith-Johnson" ]
  ] ; # 
  fhir:authoredOn [ fhir:v "2025-05-03T14:45:00-08:00"^^xsd:dateTime] ; # 
  fhir:requester [
     fhir:l <http://hl7.org/fhir/us/smp/PractitionerRole/PractitionerRole-Physician-PriyaSarkar> ;
     fhir:reference [ fhir:v "PractitionerRole/PractitionerRole-Physician-PriyaSarkar" ]
  ] . # 

<http://hl7.org/fhir/us/smp/Patient/patient-betsysmith-johnson01> a fhir:Us .

<http://hl7.org/fhir/us/smp/PractitionerRole/PractitionerRole-Physician-PriyaSarkar> a fhir:Us .

# -------------------------------------------------------------------------------------

