Retention Implementation Guide - Local Development build (v2.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Antiplatelets Prasugrel - 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 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 "AntiplateletsPrasugrel"] ; #
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 AntiplateletsPrasugrel</b></p><a name=\"AntiplateletsPrasugrel\"> </a><a name=\"hcAntiplateletsPrasugrel\"> </a><p><b>status</b>: Active</p><p><b>category</b>: <span title=\"Codes:{https://www.retention-project.eu/ig/CodeSystem/Medication 210}\">Antiplatelets</span></p><p><b>medication</b>: <span title=\"Codes:{http://snomed.info/sct 443129001}\">Prasugrel</span></p><p><b>subject</b>: <a href=\"Patient-P001.html\">Anonymous Patient (no stated gender), DoB Unknown</a></p><p><b>effective</b>: 2022-06-01 --> 2022-06-30</p><p><b>dateAsserted</b>: 2022-05-21 07:29:23+0000</p><blockquote><p><b>dosage</b></p><h3>DoseAndRates</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Dose[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 408102007}\">Unit dose</span></td><td>100 mg/day</td></tr></table></blockquote></div>"^^rdf:XMLLiteral
] ; #
fhir:status [ fhir:v "active"] ; #
fhir:category [
( fhir:coding [
fhir:system [ fhir:v "https://www.retention-project.eu/ig/CodeSystem/Medication"^^xsd:anyURI ] ;
fhir:code [ fhir:v "210" ] ;
fhir:display [ fhir:v "Antiplatelets" ] ] )
] ; #
fhir:medication [
a fhir:CodeableConcept ;
( fhir:coding [
a sct:443129001 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "443129001" ] ;
fhir:display [ fhir:v "Prasugrel" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/P001" ]
] ; #
fhir:effective [
a fhir:Period ;
fhir:start [ fhir:v "2022-06-01"^^xsd:date ] ;
fhir:end [ fhir:v "2022-06-30"^^xsd:date ]
] ; #
fhir:dateAsserted [ fhir:v "2022-05-21T07:29:23.356+00:00"^^xsd:dateTime] ; #
fhir:dosage ( [
( fhir:doseAndRate [
fhir:type [
( fhir:coding [
a sct:408102007 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "408102007" ] ;
fhir:display [ fhir:v "Unit dose" ] ] ) ] ;
fhir:dose [
a fhir:Quantity ;
fhir:value [ fhir:v "100"^^xsd:decimal ] ;
fhir:unit [ fhir:v "mg/day" ] ] ] )
] ) . #