@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 -------------------------------------------------------------------

<https://hl7.fi/fhir/finnish-base-profiles/MedicationAdministration/a4d97476-39fa-46c6-bf2e-1fb153a7bbe3> a fhir:MedicationAdministration ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "a4d97476-39fa-46c6-bf2e-1fb153a7bbe3"] ; # 
  fhir:meta [
     fhir:versionId [ fhir:v "1" ] ;
     fhir:lastUpdated [ fhir:v "2019-05-27T13:04:55.345+03:00"^^xsd:dateTime ] ;
     fhir:profile ( [
       fhir:v "http://phr.kanta.fi/StructureDefinition/fiphr-sd-insulindosing-r4"^^xsd:anyURI ;
       fhir:link <http://phr.kanta.fi/StructureDefinition/fiphr-sd-insulindosing-r4>
     ] )
  ] ; # 
  fhir:language [ fhir:v "en"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\r\n      Name of the medication: Actrapid <br/>\r\n      VNRCode: Glucose In Blood (15074-8) <br/>\r\n      Type of insulin: Fast-acting insulin (ins-short-fast) <br/>\r\n      Time: 18.5.2019 15:05 \r\n    </div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:identifier ( [
     fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "urn:uuid:2bc59f2d-5e28-4d1b-a403-bf3a27b1610c" ]
  ] ) ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:medication [
     a fhir:CodeableConcept ;
     fhir:coding ( [
       fhir:system [ fhir:v "http://phr.kanta.fi/CodeSystem/fiphr-cs-insulincode"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "ins-short-fast" ] ;
       fhir:display [ fhir:v "Fast-acting insulin" ]
     ] [
       fhir:system [ fhir:v "http://ownSystem.fi/CodeSystem/cs-insulincode"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "1234" ] ;
       fhir:display [ fhir:v "Fast  insulin" ]
     ] ) ;
     fhir:text [ fhir:v "A code for short and fast acting insulins, for example insulins that could be included in the group A10AB of the ATC Code System." ]
  ] ; # 
  fhir:subject [
     fhir:link <https://hl7.fi/fhir/finnish-base-profiles/Patient/daf8ca40-b46c-4c6b-99d5-d3a1b77074ad> ;
     fhir:reference [ fhir:v "Patient/daf8ca40-b46c-4c6b-99d5-d3a1b77074ad" ]
  ] ; # 
  fhir:effective [
     a fhir:dateTime ;
     fhir:v "2020-10-05"^^xsd:date
  ] ; # 
  fhir:performer ( [
     fhir:actor [
       fhir:link <https://hl7.fi/fhir/finnish-base-profiles/Patient/daf8ca40-b46c-4c6b-99d5-d3a1b77074ad> ;
       fhir:reference [ fhir:v "Patient/daf8ca40-b46c-4c6b-99d5-d3a1b77074ad" ]
     ]
  ] ) ; # 
  fhir:note ( [
     fhir:author [
       a fhir:string ;
       fhir:v "AuhtorString"
     ] ;
     fhir:time [ fhir:v "2019-05-27"^^xsd:date ] ;
     fhir:text [ fhir:v "Note Text is Mandatory Field" ]
  ] ) ; # 
  fhir:dosage [
     fhir:text [ fhir:v "Dosage Text" ] ;
     fhir:dose [
       fhir:value [ fhir:v "3"^^xsd:decimal ] ;
       fhir:unit [ fhir:v "[IU]" ] ;
       fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "[IU]" ]
     ] ;
     fhir:rate [
       a fhir:Quantity ;
       fhir:value [ fhir:v "5"^^xsd:decimal ] ;
       fhir:unit [ fhir:v "g/min" ] ;
       fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "g/min" ]
     ]
  ] . # 

# -------------------------------------------------------------------------------------

