Spenser - a developer's companion
1.0.0 - STU1 International flag

Spenser - a developer's companion, published by Zeora. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/costateixeira/spenser/tree/master and changes regularly. See the Directory of published versions

: Spenser Medications - Code System - TTL Representation

Active as of 2025-06-01

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:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "SpenserMeds"] ; # 
  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: CodeSystem SpenserMeds</b></p><a name=\"SpenserMeds\"> </a><a name=\"hcSpenserMeds\"> </a><a name=\"SpenserMeds-en-US\"> </a><p>This  code system <code>http://costateixeira.github.io/spenser/CodeSystem/SpenserMeds</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">chocolate-dark<a name=\"SpenserMeds-chocolate-dark\"> </a></td><td>Dark Chocolate</td></tr><tr><td style=\"white-space:nowrap\">chocolate-milk<a name=\"SpenserMeds-chocolate-milk\"> </a></td><td>Milk Chocolate</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "http://costateixeira.github.io/spenser/CodeSystem/SpenserMeds"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "SpenserMeds"] ; # 
  fhir:title [ fhir:v "Spenser Medications - Code System"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2025-06-01T17:26:20+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Zeora"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Zeora" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://example.com/committees" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "my-group@example.com" ]     ] )
  ] [
fhir:name [ fhir:v "José Costa Teixeira" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "you-know.it@gmail.com" ] ;
fhir:use [ fhir:v "work" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "A code system of medications that Spenser can dispense."] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ] ;
fhir:display [ fhir:v "World" ]     ] )
  ] ) ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "2"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "chocolate-dark" ] ;
fhir:display [ fhir:v "Dark Chocolate" ]
  ] [
fhir:code [ fhir:v "chocolate-milk" ] ;
fhir:display [ fhir:v "Milk Chocolate" ]
  ] ) . #