Finnish Base Profiles - Local Development build (v2.0.0-rc2) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Kanta PHR - Insulin dosage mandatory - 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:MedicationAdministration ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "a4d97476-39fa-46c6-bf2e-1fb153a7bbe2"] ; #
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:reference [ fhir:v "Patient/daf8ca40-b46c-4c6b-99d5-d3a1b77074ad" ]
] ; #
fhir:effective [
a fhir:dateTime ;
fhir:v "2020-10-05"^^xsd:date
] . #