Finnish Base Profiles, published by HL7 Finland. This guide is not an authorized publication; it is the continuous build for version 1.0.1-cibuild built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/fhir-fi/finnish-base-profiles/ and changes regularly. See the Directory of published versions
: Simple medication statement example - 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:MedicationStatement ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "medication-statement-insulin"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://hl7.fi/fhir/finnish-base-profiles/StructureDefinition/fi-base-medication-statement"^^xsd:anyURI ;
fhir:link <https://hl7.fi/fhir/finnish-base-profiles/StructureDefinition/fi-base-medication-statement> ] )
] ; #
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: MedicationStatement medication-statement-insulin</b></p><a name=\"medication-statement-insulin\"> </a><a name=\"hcmedication-statement-insulin\"> </a><a name=\"medication-statement-insulin-fi-FI\"> </a><p><b>status</b>: Active</p><p><b>medication</b>: <span title=\"Codes:{http://snomed.info/sct 411529005}, {http://www.whocc.no/atc A10AE04}\">Insulin glargine (Lantus)</span></p><p><b>subject</b>: <a href=\"Patient-patient-of-municipality.html\">Testi Henkilö Male, DoB: 1990-01-01 ( National Identifier for Finland (use: official, ))</a></p><p><b>effective</b>: 2023-07-22</p><p><b>informationSource</b>: <a href=\"Patient-patient-of-municipality.html\">Testi Henkilö Male, DoB: 1990-01-01 ( National Identifier for Finland (use: official, ))</a></p></div>"
] ; #
fhir:status [ fhir:v "active"] ; #
fhir:medication [
a fhir:CodeableConcept ;
( fhir:coding [
a sct:411529005 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "411529005" ] ;
fhir:display [ fhir:v "Insulin glargine" ] ] [
fhir:system [ fhir:v "http://www.whocc.no/atc"^^xsd:anyURI ] ;
fhir:code [ fhir:v "A10AE04" ] ;
fhir:display [ fhir:v "insulin glargine" ] ] ) ;
fhir:text [ fhir:v "Insulin glargine (Lantus)" ]
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/patient-of-municipality" ]
] ; #
fhir:effective [ fhir:v "2023-07-22"^^xsd:date] ; #
fhir:informationSource [
fhir:reference [ fhir:v "Patient/patient-of-municipality" ]
] . #