@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <http://loinc.org/rdf#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/us/pacio-toc/List/JF-SMPMedList> a fhir:List ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "JF-SMPMedList"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/smp/StructureDefinition/smp-medication-list" ;
       fhir:index 0 ;
       fhir:link <http://hl7.org/fhir/us/smp/StructureDefinition/smp-medication-list>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: List JF-SMPMedList</b></p><a name=\"JF-SMPMedList\"> </a><a name=\"hcJF-SMPMedList\"> </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=\"https://build.fhir.org/ig/HL7/smp-ig/StructureDefinition-smp-medication-list.html\">Standardized Medication Profile - Medication List</a></p></div><h2>Home Health Medication List</h2><table class=\"clstu\"><tr><td>Date: 2024-08-11 </td><td>Mode: Working List </td><td>Status: Current </td><td>Code: Patient generated medication list [Identifier] Episode Pharmacy </td></tr><tr><td>Subject: <a href=\"Patient-Example-Fiction.html\">Jane Fiction</a>Source: </td></tr></table><table class=\"grid\"><tr style=\"backgound-color: #eeeeee\"><td><b>Items</b></td><td>Date</td></tr><tr><td><a href=\"MedicationStatement-JF-SMPMedStmt1.html\">atorvastatin 40 MG Oral Tablet</a></td><td>2024-08-11</td></tr><tr><td><a href=\"MedicationStatement-JF-SMPMedStmt4.html\">sertraline 25 MG Oral Tablet</a></td><td>2024-08-11</td></tr><tr><td><a href=\"MedicationStatement-JF-SMPMedStmt9.html\">empagliflozin 10 MG Oral Tablet [Jardiance]</a></td><td>2024-08-11</td></tr></table></div>"
  ] ;
  fhir:List.status [ fhir:value "current"] ;
  fhir:List.mode [ fhir:value "working"] ;
  fhir:List.title [ fhir:value "Home Health Medication List"] ;
  fhir:List.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a loinc:104205-0 ;
       fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
       fhir:Coding.code [ fhir:value "104205-0" ] ;
       fhir:Coding.display [ fhir:value "Patient generated medication list [Identifier] Episode Pharmacy" ]
     ]
  ] ;
  fhir:List.subject [
     fhir:link <http://hl7.org/fhir/us/pacio-toc/Patient/Example-Fiction> ;
     fhir:Reference.reference [ fhir:value "Patient/Example-Fiction" ] ;
     fhir:Reference.display [ fhir:value "Jane Fiction" ]
  ] ;
  fhir:List.date [ fhir:value "2024-08-11"^^xsd:date] ;
  fhir:List.source [
     fhir:link <http://hl7.org/fhir/us/pacio-toc/Practitioner/Practitioner-JudySalas> ;
     fhir:Reference.reference [ fhir:value "Practitioner/Practitioner-JudySalas" ] ;
     fhir:Reference.display [ fhir:value "Judy Salas, DNP" ]
  ] ;
  fhir:List.entry [
     fhir:index 0 ;
     fhir:List.entry.date [ fhir:value "2024-08-11"^^xsd:date ] ;
     fhir:List.entry.item [
       fhir:link <http://hl7.org/fhir/us/pacio-toc/MedicationStatement/JF-SMPMedStmt1> ;
       fhir:Reference.reference [ fhir:value "MedicationStatement/JF-SMPMedStmt1" ] ;
       fhir:Reference.display [ fhir:value "atorvastatin 40 MG Oral Tablet" ]
     ]
  ], [
     fhir:index 1 ;
     fhir:List.entry.date [ fhir:value "2024-08-11"^^xsd:date ] ;
     fhir:List.entry.item [
       fhir:link <http://hl7.org/fhir/us/pacio-toc/MedicationStatement/JF-SMPMedStmt4> ;
       fhir:Reference.reference [ fhir:value "MedicationStatement/JF-SMPMedStmt4" ] ;
       fhir:Reference.display [ fhir:value "sertraline 25 MG Oral Tablet" ]
     ]
  ], [
     fhir:index 2 ;
     fhir:List.entry.date [ fhir:value "2024-08-11"^^xsd:date ] ;
     fhir:List.entry.item [
       fhir:link <http://hl7.org/fhir/us/pacio-toc/MedicationStatement/JF-SMPMedStmt9> ;
       fhir:Reference.reference [ fhir:value "MedicationStatement/JF-SMPMedStmt9" ] ;
       fhir:Reference.display [ fhir:value "empagliflozin 10 MG Oral Tablet [Jardiance]" ]
     ]
  ] .

<http://hl7.org/fhir/us/pacio-toc/Patient/Example-Fiction> a fhir:us .

<http://hl7.org/fhir/us/pacio-toc/Practitioner/Practitioner-JudySalas> a fhir:us .

<http://hl7.org/fhir/us/pacio-toc/MedicationStatement/JF-SMPMedStmt1> a fhir:us .

<http://hl7.org/fhir/us/pacio-toc/MedicationStatement/JF-SMPMedStmt4> a fhir:us .

<http://hl7.org/fhir/us/pacio-toc/MedicationStatement/JF-SMPMedStmt9> a fhir:us .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/us/pacio-toc/List/JF-SMPMedList.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/us/pacio-toc/List/JF-SMPMedList.ttl> .

# -------------------------------------------------------------------------------------

