Smart Bear Implementation Guide - Local Development build (v3.4.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Psychoactive002 - 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:Medication ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "Psychoactive002"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://smart-bear.eu/fhir/StructureDefinition/PsychoactiveMedication"^^xsd:anyURI ;
fhir:link <https://smart-bear.eu/fhir/StructureDefinition/PsychoactiveMedication> ] )
] ; #
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: Medication Psychoactive002</b></p><a name=\"Psychoactive002\"> </a><a name=\"hcPsychoactive002\"> </a><a name=\"Psychoactive002-en-US\"> </a><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 418149003}\">Psychoactive</span></p><p><b>status</b>: Active</p><h3>Ingredients</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Item[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Medication-Xanax001.html\">Medication alprazolam</a></td></tr></table></div>"
] ; #
fhir:code [
( fhir:coding [
a sct:418149003 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "418149003" ] ;
fhir:display [ fhir:v "Psychoactive substance" ] ] ) ;
fhir:text [ fhir:v "Psychoactive" ]
] ; #
fhir:status [ fhir:v "active"] ; #
fhir:ingredient ( [
fhir:item [
a fhir:Reference ;
fhir:reference [ fhir:v "Medication/Xanax001" ] ]
] ) . #