Medtech ALEX® Implementation Guide
0.0.1 - draft International flag

Medtech ALEX® Implementation Guide - Local Development build (v0.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: repeat-prescription-min-example - 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 xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:MedicationRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "repeat-prescription-min-example"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://alexapi.medtechglobal.com.au/fhir/StructureDefinition/alex-repeatprescription"^^xsd:anyURI ;
fhir:link <https://alexapi.medtechglobal.com.au/fhir/StructureDefinition/alex-repeatprescription>     ] )
  ] ; # 
  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 repeat-prescription-min-example</b></p><a name=\"repeat-prescription-min-example\"> </a><a name=\"hcrepeat-prescription-min-example\"> </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=\"StructureDefinition-alex-repeatprescription.html\">Repeat Prescription Profile</a></p></div><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>priority</b>: Urgent</p><p><b>medication</b>: <span title=\"Codes:{http://www.mims.com.au/codes m018510101}\">m018510101</span></p><p><b>subject</b>: <a href=\"https://alexapi.medtechglobal.com.au/fhir/Patient/317b783845c89c677bad0dcce08ae0d3\">https://alexapi.medtechglobal.com.au/fhir/Patient/317b783845c89c677bad0dcce08ae0d3</a></p><p><b>authoredOn</b>: 2023-03-23 17:14:43+1300</p><p><b>requester</b>: <a href=\"Bundle-4f5e9b70-b98f-4af6-9a65-b55a1e845169.html#https-//alexapi.medtechglobal.com.au/fhir/Practitioner/9bf0832786e2293848942167532e0a91\">Bundle: identifier = urn:oid:2.16.724.4.8.10.200.10#b3699ec0-cda5-413e-88f0-bd30e189bf83; type = document; timestamp = 2024-02-29 11:41:47+1300</a></p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:priority [ fhir:v "urgent"] ; # 
  fhir:medication [
a fhir:CodeableConcept ;
    ( fhir:coding [
fhir:system [ fhir:v "http://www.mims.com.au/codes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "m018510101" ]     ] )
  ] ; # 
  fhir:subject [
fhir:link <https://alexapi.medtechglobal.com.au/fhir/Patient/317b783845c89c677bad0dcce08ae0d3> ;
fhir:reference [ fhir:v "https://alexapi.medtechglobal.com.au/fhir/Patient/317b783845c89c677bad0dcce08ae0d3" ]
  ] ; # 
  fhir:authoredOn [ fhir:v "2023-03-23T17:14:43+13:00"^^xsd:dateTime] ; # 
  fhir:requester [
fhir:link <https://alexapi.medtechglobal.com.au/fhir/Practitioner/9bf0832786e2293848942167532e0a91> ;
fhir:reference [ fhir:v "https://alexapi.medtechglobal.com.au/fhir/Practitioner/9bf0832786e2293848942167532e0a91" ]
  ] . #