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
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@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 -------------------------------------------------------------------
a fhir:List ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "BSJ-SMPMedList"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/smp/StructureDefinition/smp-medication-list"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/smp/StructureDefinition/smp-medication-list> ] )
] ; #
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: 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=\"http://hl7.org/fhir/us/smp/STU1/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>"^^rdf:XMLLiteral ]
] ; #
fhir:status [ fhir:v "current"] ; #
fhir:mode [ fhir:v "working"] ; #
fhir:title [ fhir:v "Home Medication List"] ; #
fhir:code [
( fhir:coding [
a loinc:104205-0 ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org> ] ;
fhir:code [ fhir:v "104205-0" ] ;
fhir:display [ fhir:v "Patient generated medication list [Identifier] Episode Pharmacy" ] ] )
] ; #
fhir:subject [
fhir:l fhir:Patient/Example-Smith-Johnson-Patient1 ;
fhir:reference [ fhir:v "Patient/Example-Smith-Johnson-Patient1" ] ;
fhir:display [ fhir:v "Betsy Smith-Johnson" ]
] ; #
fhir:date [ fhir:v "2024-08-11"^^xsd:date] ; #
fhir:source [
fhir:l fhir:Practitioner/Example-GeraldPark ;
fhir:reference [ fhir:v "Practitioner/Example-GeraldPark" ] ;
fhir:display [ fhir:v "Dr. Gerald Park" ]
] ; #
fhir:entry ( [
fhir:date [ fhir:v "2024-08-11"^^xsd:date ] ;
fhir:item [
fhir:l fhir:MedicationStatement/BSJ-SMPMedStmt1 ;
fhir:reference [ fhir:v "MedicationStatement/BSJ-SMPMedStmt1" ] ;
fhir:display [ fhir:v "atorvastatin 40 MG Oral Tablet" ] ]
] [
fhir:date [ fhir:v "2024-08-11"^^xsd:date ] ;
fhir:item [
fhir:l fhir:MedicationStatement/BSJ-SMPMedStmt4 ;
fhir:reference [ fhir:v "MedicationStatement/BSJ-SMPMedStmt4" ] ;
fhir:display [ fhir:v "losartan potassium 25 MG Oral Tablet" ] ]
] [
fhir:date [ fhir:v "2024-08-11"^^xsd:date ] ;
fhir:item [
fhir:l fhir:MedicationStatement/BSJ-SMPMedStmt9 ;
fhir:reference [ fhir:v "MedicationStatement/BSJ-SMPMedStmt9" ] ;
fhir:display [ fhir:v "clopidogrel 75 MG Oral Tablet" ] ]
] ) . #