Hero

Australian CVD Risk Calculator
Iteration3 - ci-build Australia flag

Australian CVD Risk Calculator - Local Development build (vIteration3) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: irbesartan-reference - TTL Representation

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:MedicationRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "irbesartan-reference"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org.au/fhir/core/StructureDefinition/au-core-medicationrequest"^^xsd:anyURI ;
fhir:link <http://hl7.org.au/fhir/core/StructureDefinition/au-core-medicationrequest>     ] [
fhir:v "https://www.cvdcheck.org.au/fhir/StructureDefinition/CVDRiskMedicationRequest"^^xsd:anyURI ;
fhir:link <https://www.cvdcheck.org.au/fhir/StructureDefinition/CVDRiskMedicationRequest>     ] )
  ] ; # 
  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: MedicationRequest irbesartan-reference</b></p><a name=\"irbesartan-reference\"> </a><a name=\"hcirbesartan-reference\"> </a><a name=\"irbesartan-reference-en-AU\"> </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\">Profiles: <a href=\"http://hl7.org.au/fhir/core/1.0.0/StructureDefinition-au-core-medicationrequest.html\">AU Core MedicationRequest</a>, <a href=\"StructureDefinition-CVDRiskMedicationRequest.html\">CVD Risk Medication Request</a></p></div><p><b>status</b>: Active</p><p><b>intent</b>: Instance Order</p><p><b>medication</b>: <a href=\"Medication-irbesartan.html\">Medication Irbesartan 150 mg tablet</a></p><p><b>subject</b>: <a href=\"Patient-humphries-jayson.html\">Jayson HUMPHRIES (official) Male, DoB: 1968-05-14 ( IHI: Austalian Healthcare Identifier - Individual#8003608333647253)</a></p><p><b>authoredOn</b>: 2023-09-26</p><p><b>requester</b>: <a href=\"PractitionerRole-cardiologist-felmingham-emma.html\">PractitionerRole Cardiologist</a></p><blockquote><p><b>dosageInstruction</b></p><p><b>text</b>: 1 tablet daily</p><p><b>timing</b>: Once per 1 day</p><p><b>route</b>: <span title=\"Codes:{http://snomed.info/sct 26643006}\">Oral route</span></p><h3>DoseAndRates</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Dose[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>1 TAB<span style=\"background: LightGoldenRodYellow\"> (Details: Orderable Drug Form  codeTAB = 'Tablet')</span></td></tr></table></blockquote></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "instance-order"] ; # 
  fhir:medication [
a fhir:Reference ;
fhir:reference [ fhir:v "Medication/irbesartan" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/humphries-jayson" ]
  ] ; # 
  fhir:authoredOn [ fhir:v "2023-09-26"^^xsd:date] ; # 
  fhir:requester [
fhir:reference [ fhir:v "PractitionerRole/cardiologist-felmingham-emma" ]
  ] ; # 
  fhir:dosageInstruction ( [
fhir:text [ fhir:v "1 tablet daily" ] ;
fhir:timing [
fhir:repeat [
fhir:frequency [ fhir:v "1"^^xsd:positiveInteger ] ;
fhir:period [ fhir:v "1"^^xsd:decimal ] ;
fhir:periodUnit [ fhir:v "d" ]       ]     ] ;
fhir:route [
      ( fhir:coding [
a sct:26643006 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "26643006" ] ;
fhir:display [ fhir:v "Oral route" ]       ] )     ] ;
    ( fhir:doseAndRate [
fhir:dose [
a fhir:Quantity ;
fhir:value [ fhir:v "1"^^xsd:decimal ] ;
fhir:unit [ fhir:v "TAB" ] ;
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "TAB" ]       ]     ] )
  ] ) . #