ACT-NOW Implementation Guide
0.4.0 - ci-build New Zealand flag

ACT-NOW Implementation Guide, published by Te aho o te kahu - Cancer Control Agency. This guide is not an authorized publication; it is the continuous build for version 0.4.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/davidhay25/actnow/ and changes regularly. See the Directory of published versions

: medicationadministration-1 - 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:MedicationAdministration ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "medicationadministration-1"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://canshare.co.nz/fhir/StructureDefinition/an-medication-administration"^^xsd:anyURI ;
fhir:link <http://canshare.co.nz/fhir/StructureDefinition/an-medication-administration>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Oxaliplatin260.00 mg IV</div>"
  ] ; # 
  fhir:extension ( [
    ( fhir:extension [
fhir:url [ fhir:v "planned"^^xsd:anyURI ] ;
fhir:value [ fhir:v "3"^^xsd:integer ]     ] [
fhir:url [ fhir:v "administered"^^xsd:anyURI ] ;
fhir:value [ fhir:v "4"^^xsd:integer ]     ] ) ;
fhir:url [ fhir:v "http://canshare.co.nz/fhir/StructureDefinition/an-cycle-day"^^xsd:anyURI ]
  ] [
fhir:url [ fhir:v "http://canshare.co.nz/fhir/StructureDefinition/an-prescribed-dose"^^xsd:anyURI ] ;
fhir:value [
a fhir:Dosage ;
fhir:text [ fhir:v "300 mg" ]     ]
  ] [
fhir:url [ fhir:v "http://canshare.co.nz/fhir/StructureDefinition/an-dose-adjustment-reason"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
a sct:370645010 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "370645010" ] ;
fhir:display [ fhir:v "Frailty" ]       ] )     ]
  ] ) ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://canshare.co.nz/fhir/NamingSystem/1"^^xsd:anyURI ] ;
fhir:value [ fhir:v "ma-1" ]
  ] ) ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:medication [
a fhir:CodeableConcept ;
fhir:text [ fhir:v "Oxaliplatin" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/exPatient" ]
  ] ; # 
  fhir:supportingInformation ( [
fhir:reference [ fhir:v "CarePlan/careplan-cycle-1" ]
  ] ) ; # 
  fhir:effective [
a fhir:Period ;
fhir:start [ fhir:v "2014-04-08T09:35:00Z"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2014-04-08T12:00:00Z"^^xsd:dateTime ]
  ] ; # 
  fhir:dosage [
fhir:text [ fhir:v "260.00 mg" ] ;
fhir:route [
fhir:text [ fhir:v "IV" ]     ] ;
fhir:dose [
fhir:value [ fhir:v "260"^^xsd:decimal ] ;
fhir:unit [ fhir:v "mg" ]     ]
  ] . #