@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/MedicationStatement/bsj1-smp-medstmt-clopidogrel-1-11> a fhir:MedicationStatement ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "bsj1-smp-medstmt-clopidogrel-1-11"] ; # 
  fhir:meta [
     fhir:versionId [ fhir:v "22" ] ;
     fhir:lastUpdated [ fhir:v "2025-07-16T14:58:10+00:00"^^xsd:dateTime ] ;
     fhir:source [
       fhir:v "#jIPXEslXV66kTpt6"^^xsd:anyURI ;
       fhir:l <#jIPXEslXV66kTpt6>
     ]
  ] ; # 
  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: MedicationStatement bsj1-smp-medstmt-clopidogrel-1-11</b></p><a name=\"bsj1-smp-medstmt-clopidogrel-1-11\"> </a><a name=\"hcbsj1-smp-medstmt-clopidogrel-1-11\"> </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\">version: 22; Last updated: 2025-07-16 14:58:10+0000; </p><p style=\"margin-bottom: 0px\">Information Source: #jIPXEslXV66kTpt6</p></div><p><b>basedOn</b>: <a href=\"MedicationRequest-bsj1-smp-medrx-clopidogrel-1-11.html\">MedicationRequest: status = active; intent = order; medication[x] = clopidogrel 75 MG Oral Tablet; authoredOn = 2025-05-04 15:00:00-0800</a></p><p><b>status</b>: Active</p><p><b>medication</b>: <span title=\"Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 309362}, {http://hl7.org/fhir/sid/ndc 00904629461}\">clopidogrel 75 MG Oral Tablet</span></p><p><b>subject</b>: <a href=\"Patient-patient-betsysmith-johnson01.html\">Betsy Smith-Johnson</a></p><p><b>dateAsserted</b>: 2025-05-04 15:00:00-0800</p><p><b>informationSource</b>: <a href=\"Organization-org-ED-Metro-Hospital.html\">Organization Metro Hospital Emergency Department</a></p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:basedOn ( [
     fhir:l <http://hl7.org/fhir/us/smp/MedicationRequest/bsj1-smp-medrx-clopidogrel-1-11> ;
     fhir:reference [ fhir:v "MedicationRequest/bsj1-smp-medrx-clopidogrel-1-11" ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  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 "309362" ] ;
       fhir:display [ fhir:v "clopidogrel 75 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 "00904629461" ]
     ] )
  ] ; # 
  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:dateAsserted [ fhir:v "2025-05-04T15:00:00-08:00"^^xsd:dateTime] ; # 
  fhir:informationSource [
     fhir:l <http://hl7.org/fhir/us/smp/Organization/org-ED-Metro-Hospital> ;
     fhir:reference [ fhir:v "Organization/org-ED-Metro-Hospital" ]
  ] . # 

<http://hl7.org/fhir/us/smp/MedicationRequest/bsj1-smp-medrx-clopidogrel-1-11> a fhir:Us .

<http://hl7.org/fhir/us/smp/Patient/patient-betsysmith-johnson01> a fhir:Us .

<http://hl7.org/fhir/us/smp/Organization/org-ED-Metro-Hospital> a fhir:Us .

# -------------------------------------------------------------------------------------

