@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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/us/pacio-toc/MedicationStatement/BSJ-SMPMedStmt9> a fhir:MedicationStatement ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "BSJ-SMPMedStmt9"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://hl7.org/fhir/us/smp/StructureDefinition/smp-medicationstatement"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/us/smp/StructureDefinition/smp-medicationstatement>
     ] )
  ] ; # 
  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 BSJ-SMPMedStmt9</b></p><a name=\"BSJ-SMPMedStmt9\"> </a><a name=\"hcBSJ-SMPMedStmt9\"> </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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/smp/STU1/StructureDefinition-smp-medicationstatement.html\">Standardized Medication Profile - MedicationStatement</a></p></div><p><b>basedOn</b>: <a href=\"MedicationRequest-BSJ-SMPMedReq9.html\">MedicationRequest: status = active; intent = order; medication[x] = clopidogrel 75 MG Oral Tablet; authoredOn = 2024-08-11; reasonCode = Hyperlipidemia</a></p><p><b>status</b>: Active</p><p><b>medication</b>: <span title=\"Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 309362}\">clopidogrel 75 MG Oral Tablet</span></p><p><b>subject</b>: <a href=\"Patient-Example-Smith-Johnson-Patient1.html\">Betsy Smith-Johnson</a></p><p><b>dateAsserted</b>: 2024-08-11</p><p><b>informationSource</b>: <a href=\"Practitioner-Example-GeraldPark.html\">Dr. Gerald Park</a></p><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 55822004}\">Hyperlipidemia</span></p><h3>Dosages</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Sequence</b></td><td><b>Text</b></td></tr><tr><td style=\"display: none\">*</td><td>1</td><td>po nightly</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:basedOn ( [
     fhir:l <http://hl7.org/fhir/us/pacio-toc/MedicationRequest/BSJ-SMPMedReq9> ;
     fhir:reference [ fhir:v "MedicationRequest/BSJ-SMPMedReq9" ]
  ] ) ; # 
  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:subject [
     fhir:l <http://hl7.org/fhir/us/pacio-toc/Patient/Example-Smith-Johnson-Patient1> ;
     fhir:reference [ fhir:v "Patient/Example-Smith-Johnson-Patient1" ] ;
     fhir:display [ fhir:v "Betsy Smith-Johnson" ]
  ] ; # 
  fhir:dateAsserted [ fhir:v "2024-08-11"^^xsd:date] ; # 
  fhir:informationSource [
     fhir:l <http://hl7.org/fhir/us/pacio-toc/Practitioner/Example-GeraldPark> ;
     fhir:reference [ fhir:v "Practitioner/Example-GeraldPark" ] ;
     fhir:display [ fhir:v "Dr. Gerald Park" ]
  ] ; # 
  fhir:reasonCode ( [
     fhir:coding ( [
       a sct:55822004 ;
       fhir:system [
         fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
         fhir:l <http://snomed.info/sct>
       ] ;
       fhir:code [ fhir:v "55822004" ] ;
       fhir:display [ fhir:v "Hyperlipidemia" ]
     ] )
  ] ) ; # 
  fhir:dosage ( [
     fhir:sequence [ fhir:v 1 ] ;
     fhir:text [ fhir:v "po nightly" ]
  ] ) . # 

<http://hl7.org/fhir/us/pacio-toc/MedicationRequest/BSJ-SMPMedReq9> a fhir:Us .

<http://hl7.org/fhir/us/pacio-toc/Patient/Example-Smith-Johnson-Patient1> a fhir:Us .

<http://hl7.org/fhir/us/pacio-toc/Practitioner/Example-GeraldPark> a fhir:Us .

# -------------------------------------------------------------------------------------

