PACIO Transitions of Care Implementation Guide
1.0.0 - STU 1 United States of America flag

PACIO Transitions of Care Implementation Guide, published by HL7 International / Patient Care. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-transitions-of-care-ig/ and changes regularly. See the Directory of published versions

: Example: Home Medication List - TTL Representation

Page standards status: Informative

Raw ttl | Download


@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/List/BSJ-SMPMedList> a fhir:List ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "BSJ-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 BSJ-SMPMedList</b></p><a name=\"BSJ-SMPMedList\"> </a><a name=\"hcBSJ-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 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-Smith-Johnson-Patient1.html\">Betsy Smith-Johnson</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-BSJ-SMPMedStmt1.html\">atorvastatin 40 MG Oral Tablet</a></td><td>2024-08-11</td></tr><tr><td><a href=\"MedicationStatement-BSJ-SMPMedStmt4.html\">losartan potassium 25 MG Oral Tablet</a></td><td>2024-08-11</td></tr><tr><td><a href=\"MedicationStatement-BSJ-SMPMedStmt9.html\">clopidogrel 75 MG Oral Tablet</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 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/Patient/Example-Smith-Johnson-Patient1> ;
     fhir:Reference.reference [ fhir:value "Patient/Example-Smith-Johnson-Patient1" ] ;
     fhir:Reference.display [ fhir:value "Betsy Smith-Johnson" ]
  ] ;
  fhir:List.date [ fhir:value "2024-08-11"^^xsd:date] ;
  fhir:List.source [
     fhir:link <http://hl7.org/fhir/Practitioner/Example-GeraldPark> ;
     fhir:Reference.reference [ fhir:value "Practitioner/Example-GeraldPark" ] ;
     fhir:Reference.display [ fhir:value "Dr. Gerald Park" ]
  ] ;
  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/MedicationStatement/BSJ-SMPMedStmt1> ;
       fhir:Reference.reference [ fhir:value "MedicationStatement/BSJ-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/MedicationStatement/BSJ-SMPMedStmt4> ;
       fhir:Reference.reference [ fhir:value "MedicationStatement/BSJ-SMPMedStmt4" ] ;
       fhir:Reference.display [ fhir:value "losartan potassium 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/MedicationStatement/BSJ-SMPMedStmt9> ;
       fhir:Reference.reference [ fhir:value "MedicationStatement/BSJ-SMPMedStmt9" ] ;
       fhir:Reference.display [ fhir:value "clopidogrel 75 MG Oral Tablet" ]
     ]
  ] .

<http://hl7.org/fhir/Patient/Example-Smith-Johnson-Patient1> a fhir:Patient .

<http://hl7.org/fhir/Practitioner/Example-GeraldPark> a fhir:Practitioner .

<http://hl7.org/fhir/MedicationStatement/BSJ-SMPMedStmt1> a fhir:MedicationStatement .

<http://hl7.org/fhir/MedicationStatement/BSJ-SMPMedStmt4> a fhir:MedicationStatement .

<http://hl7.org/fhir/MedicationStatement/BSJ-SMPMedStmt9> a fhir:MedicationStatement .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/List/BSJ-SMPMedList.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/List/BSJ-SMPMedList.ttl> .