@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-SMPMedStmt2> a fhir:MedicationStatement ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "BSJ-SMPMedStmt2"] ; # 
  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-SMPMedStmt2</b></p><a name=\"BSJ-SMPMedStmt2\"> </a><a name=\"hcBSJ-SMPMedStmt2\"> </a><p><b>basedOn</b>: <a href=\"MedicationRequest-BSJ-SMPMedReq2.html\">MedicationRequest: status = active; intent = order; medication[x] = sertraline 25 MG Oral Tablet; authoredOn = 2024-08-11; reasonCode = Depressive disorder (disorder)</a></p><p><b>status</b>: Active</p><p><b>medication</b>: <span title=\"Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 312940}\">sertraline 25 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=\"Organization-org-SNF-Happy-Nursing-Facility.html\">Happy Nursing Facility</a></p><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 35489007}\">Depressive disorder (disorder)</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-SMPMedReq2> ;
     fhir:reference [ fhir:v "MedicationRequest/BSJ-SMPMedReq2" ]
  ] ) ; # 
  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 "312940" ] ;
       fhir:display [ fhir:v "sertraline 25 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/Organization/org-SNF-Happy-Nursing-Facility> ;
     fhir:reference [ fhir:v "Organization/org-SNF-Happy-Nursing-Facility" ] ;
     fhir:display [ fhir:v "Happy Nursing Facility" ]
  ] ; # 
  fhir:reasonCode ( [
     fhir:coding ( [
       a sct:35489007 ;
       fhir:system [
         fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
         fhir:l <http://snomed.info/sct>
       ] ;
       fhir:code [ fhir:v "35489007" ] ;
       fhir:display [ fhir:v "Depressive disorder (disorder)" ]
     ] )
  ] ) ; # 
  fhir:dosage ( [
     fhir:sequence [ fhir:v 1 ] ;
     fhir:text [ fhir:v "po nightly" ]
  ] ) . # 

<http://hl7.org/fhir/us/pacio-toc/MedicationRequest/BSJ-SMPMedReq2> 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/Organization/org-SNF-Happy-Nursing-Facility> a fhir:Us .

# -------------------------------------------------------------------------------------

