NordicHackathon2025, published by Vadim Peretokin. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/vadi2/nordic-hackathon-2025-ig/ and changes regularly. See the Directory of published versions
: medicationstatement-kol - 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:MedicationStatement ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "medicationstatement-kol"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://example.org/StructureDefinition/NordicMedicationStatement"^^xsd:anyURI ;
fhir:link <http://example.org/StructureDefinition/NordicMedicationStatement> ] )
] ; #
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 medicationstatement-kol</b></p><a name=\"medicationstatement-kol\"> </a><a name=\"hcmedicationstatement-kol\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-NordicMedicationStatement.html\">NordicMedicationStatement</a></p></div><p><b>status</b>: Active</p><p><b>medication</b>: <span title=\"Codes:{http://www.whocc.no/atc R03AL08}, {http://electronichealth.se/fhir/NamingSystem/nplpackid 20190917000010}\">vilanterol, umeclidinium bromide and fluticasone furoate</span></p><p><b>subject</b>: <a href=\"Patient-arne-67890.html\">Arne Johansson</a></p><p><b>effective</b>: 2025-03-20 --> 2025-03-26</p><h3>Dosages</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Text</b></td><td><b>Timing</b></td></tr><tr><td style=\"display: none\">*</td><td>2 puffs twice daily</td><td>2 per 1 day</td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:status [ fhir:v "active"] ; #
fhir:medication [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "http://www.whocc.no/atc"^^xsd:anyURI ] ;
fhir:code [ fhir:v "R03AL08" ] ;
fhir:display [ fhir:v "vilanterol, umeclidinium bromide and fluticasone furoate" ] ] [
fhir:system [ fhir:v "http://electronichealth.se/fhir/NamingSystem/nplpackid"^^xsd:anyURI ] ;
fhir:code [ fhir:v "20190917000010" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/arne-67890" ] ;
fhir:display [ fhir:v "Arne Johansson" ]
] ; #
fhir:effective [
a fhir:Period ;
fhir:start [ fhir:v "2025-03-20"^^xsd:date ] ;
fhir:end [ fhir:v "2025-03-26"^^xsd:date ]
] ; #
fhir:dosage ( [
fhir:text [ fhir:v "2 puffs twice daily" ] ;
fhir:timing [
fhir:repeat [
fhir:frequency [ fhir:v "2"^^xsd:positiveInteger ] ;
fhir:period [ fhir:v "1"^^xsd:decimal ] ;
fhir:periodUnit [ fhir:v "d" ] ] ]
] ) . #