Australian Digital Health Agency FHIR Implementation Guide
1.2.0-ci-build - draft Australia flag

Australian Digital Health Agency FHIR Implementation Guide, published by Australian Digital Health Agency. This guide is not an authorized publication; it is the continuous build for version 1.2.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/AuDigitalHealth/ci-fhir-r4/ and changes regularly. See the Directory of published versions

: ePrescribing prior Prescription for MedicationRequest etp-02 for Mr. Zhang Wei - TTL Representation

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

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

 a fhir:MedicationRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "etp-orig-02"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-medicationrequest-core-1"^^xsd:anyURI ;
fhir:link <http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-medicationrequest-core-1>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: MedicationRequest </b><a name=\"etp-orig-02\"> </a><a name=\"hcetp-orig-02\"> </a></p><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\">ResourceMedicationRequest &quot;etp-orig-02&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-dh-medicationrequest-core-1.html\">ADHA Core MedicationRequest</a></p></div><p><b>identifier</b>: ETP Identifier/41KR35435WJ4P3G73X7</p><p><b>status</b>: active</p><p><b>intent</b>: order</p><p><b>medication</b>: Atorvastatin <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p><p><b>subject</b>: <a href=\"Patient-mhr-zhang-wei.html\">Patient/mhr-zhang-wei</a> &quot; ZHANG&quot;</p><p><b>authoredOn</b>: 2019-11-20</p><p><b>requester</b>: <a href=\"PractitionerRole-nsw-gp.html\">PractitionerRole/nsw-gp</a></p><h3>DispenseRequests</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>NumberOfRepeatsAllowed</b></td><td><b>Quantity</b></td></tr><tr><td style=\"display: none\">*</td><td>5</td><td>30 Tab<span style=\"background: LightGoldenRodYellow\"> (Details: Orderable Drug Form  codeTAB = 'Tablet')</span></td></tr></table></div>"
  ] ; # 
  fhir:identifier ( [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org.au/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ETP" ]       ] ) ;
fhir:text [ fhir:v "ETP Identifier" ]     ] ;
fhir:system [ fhir:v "http://fhir.erx.com.au/NamingSystem/identifiers#scid"^^xsd:anyURI ] ;
fhir:value [ fhir:v "41KR35435WJ4P3G73X7" ] ;
fhir:assigner [
fhir:display [ fhir:v "eRx Test Prescibing" ]     ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:medication [
a fhir:CodeableConcept ;
fhir:text [ fhir:v "Atorvastatin" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/mhr-zhang-wei" ] ;
fhir:identifier [
fhir:type [
        ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "NI" ] ;
fhir:display [ fhir:v "National unique individual identifier" ]         ] ) ;
fhir:text [ fhir:v "IHI" ]       ] ;
fhir:system [ fhir:v "http://ns.electronichealth.net.au/id/hi/ihi/1.0"^^xsd:anyURI ] ;
fhir:value [ fhir:v "8003608000228437" ]     ]
  ] ; # 
  fhir:authoredOn [ fhir:v "2019-11-20"^^xsd:date] ; # 
  fhir:requester [
fhir:reference [ fhir:v "PractitionerRole/nsw-gp" ]
  ] ; # 
  fhir:dispenseRequest [
fhir:numberOfRepeatsAllowed [ fhir:v "5"^^xsd:nonNegativeInteger ] ;
fhir:quantity [
fhir:value [ fhir:v "30"^^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" ]     ]
  ] . #