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: BSJ2 Medication statement for empagliflozin 10 MG Oral Tablet [Jardiance] - 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 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/MedicationStatement/BSJ2-SMPMedStmt9> a fhir:MedicationStatement ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "BSJ2-SMPMedStmt9"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/smp/StructureDefinition/smp-medicationstatement" ;
       fhir:index 0 ;
       fhir:link <http://hl7.org/fhir/us/smp/StructureDefinition/smp-medicationstatement>
     ]
  ] ;
  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: MedicationStatement BSJ2-SMPMedStmt9</b></p><a name=\"BSJ2-SMPMedStmt9\"> </a><a name=\"hcBSJ2-SMPMedStmt9\"> </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-medicationstatement.html\">Standardized Medication Profile - MedicationStatement</a></p></div><p><b>basedOn</b>: <a href=\"MedicationRequest-BSJ2-SMPMedReq9.html\">MedicationRequest: status = active; intent = order; medication[x] = empagliflozin 10 MG Oral Tablet [Jardiance]; authoredOn = 2024-08-11; reasonCode = Diabetes mellitus type 2 in nonobese (disorder)</a></p><p><b>status</b>: Active</p><p><b>medication</b>: <span title=\"Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 1545664}\">empagliflozin 10 MG Oral Tablet [Jardiance]</span></p><p><b>subject</b>: <a href=\"Patient-Example-Smith-Johnson-Patient2.html\">Betsy Smith-Johnson</a></p><p><b>dateAsserted</b>: 2024-08-11</p><p><b>informationSource</b>: <a href=\"Practitioner-Practitioner-JudySalas.html\">Judy Salas, DNP</a></p><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 359642000}\">Diabetes mellitus type 2 in nonobese (disorder)</span></p><p><b>reasonReference</b>: <a href=\"Condition-BSJ2-DiabetesDiagnosis.html\">Condition Diabetes mellitus type 2 in nonobese (disorder)</a></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>"
  ] ;
  fhir:MedicationStatement.basedOn [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/MedicationRequest/BSJ2-SMPMedReq9> ;
     fhir:Reference.reference [ fhir:value "MedicationRequest/BSJ2-SMPMedReq9" ]
  ] ;
  fhir:MedicationStatement.status [ fhir:value "active"] ;
  fhir:MedicationStatement.medicationCodeableConcept [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://www.nlm.nih.gov/research/umls/rxnorm" ] ;
       fhir:Coding.code [ fhir:value "1545664" ] ;
       fhir:Coding.display [ fhir:value "empagliflozin 10 MG Oral Tablet [Jardiance]" ]
     ]
  ] ;
  fhir:MedicationStatement.subject [
     fhir:link <http://hl7.org/fhir/Patient/Example-Smith-Johnson-Patient2> ;
     fhir:Reference.reference [ fhir:value "Patient/Example-Smith-Johnson-Patient2" ] ;
     fhir:Reference.display [ fhir:value "Betsy Smith-Johnson" ]
  ] ;
  fhir:MedicationStatement.dateAsserted [ fhir:value "2024-08-11"^^xsd:date] ;
  fhir:MedicationStatement.informationSource [
     fhir:link <http://hl7.org/fhir/Practitioner/Practitioner-JudySalas> ;
     fhir:Reference.reference [ fhir:value "Practitioner/Practitioner-JudySalas" ] ;
     fhir:Reference.display [ fhir:value "Judy Salas, DNP" ]
  ] ;
  fhir:MedicationStatement.reasonCode [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a sct:359642000 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "359642000" ] ;
       fhir:Coding.display [ fhir:value "Diabetes mellitus type 2 in nonobese (disorder)" ]
     ]
  ] ;
  fhir:MedicationStatement.reasonReference [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Condition/BSJ2-DiabetesDiagnosis> ;
     fhir:Reference.reference [ fhir:value "Condition/BSJ2-DiabetesDiagnosis" ]
  ] ;
  fhir:MedicationStatement.dosage [
     fhir:index 0 ;
     fhir:Dosage.sequence [ fhir:value "1"^^xsd:integer ] ;
     fhir:Dosage.text [ fhir:value "po nightly" ]
  ] .

<http://hl7.org/fhir/MedicationRequest/BSJ2-SMPMedReq9> a fhir:MedicationRequest .

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

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

<http://hl7.org/fhir/Condition/BSJ2-DiabetesDiagnosis> a fhir:Condition .

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

<http://hl7.org/fhir/MedicationStatement/BSJ2-SMPMedStmt9.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/MedicationStatement/BSJ2-SMPMedStmt9.ttl> .