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

This page is part of the PACIO Transitions of Care Implementation Guide (v1.0.0-ballot: STU 1 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. No current official version has been published yet. For a full list of available versions, see the Directory of published versions

: Medication statement for Atorvastatin 40 MG Oral Tablet - TTL Representation

Page standards status: Informative

Raw ttl | Download


@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 -------------------------------------------------------------------

 a fhir:MedicationStatement ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "BSJ-SMPMedStmt1"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationStatement BSJ-SMPMedStmt1</b></p><a name=\"BSJ-SMPMedStmt1\"> </a><a name=\"hcBSJ-SMPMedStmt1\"> </a><a name=\"BSJ-SMPMedStmt1-en-US\"> </a><p><b>basedOn</b>: <a href=\"MedicationRequest-BSJ-SMPMedReq1.html\">MedicationRequest: status = active; intent = order; medication[x] = atorvastatin 40 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 617311}\">atorvastatin 40 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 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:reference [ fhir:v "MedicationRequest/BSJ-SMPMedReq1" ]
  ] ) ; # 
  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:code [ fhir:v "617311" ] ;
fhir:display [ fhir:v "atorvastatin 40 MG Oral Tablet" ]     ] )
  ] ; # 
  fhir:subject [
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:reference [ fhir:v "Organization/org-SNF-Happy-Nursing-Facility" ] ;
fhir:display [ fhir:v "Happy Nursing Facility" ]
  ] ; # 
  fhir:reasonCode ( [
    ( fhir:coding [
a sct:55822004 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "55822004" ] ;
fhir:display [ fhir:v "Hyperlipidemia" ]     ] )
  ] ) ; # 
  fhir:dosage ( [
fhir:sequence [ fhir:v 1 ] ;
fhir:text [ fhir:v "po nightly" ]
  ] ) . #