SPL Mapping FHIR R5 Implementation Guide, published by HL7 International / Biomedical Research and Regulation. This guide is not an authorized publication; it is the continuous build for version 0.2.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-spl/ and changes regularly. See the Directory of published versions
: AllopurinolTablet - 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 xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:ManufacturedItemDefinition ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "AllopurinolTablet"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/spl/StructureDefinition/SubmittedManufacturedItem"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/spl/StructureDefinition/SubmittedManufacturedItem> ] )
] ; #
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: ManufacturedItemDefinition AllopurinolTablet</b></p><a name=\"AllopurinolTablet\"> </a><a name=\"hcAllopurinolTablet\"> </a><a name=\"AllopurinolTablet-en-US\"> </a><p><b>status</b>: Active</p><p><b>manufacturedDoseForm</b>: <span title=\"Codes:{http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl C42998}\">TABLET</span></p><blockquote><p><b>property</b></p><p><b>type</b>: <span title=\"Codes:{http://hl7.org/fhir/us/spl/CodeSystem/codesystem-characteristicTypes SPLCOLOR}\">Color</span></p><p><b>value</b>: <span title=\"Codes:{http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl C48325}\">WHITE</span></p></blockquote><blockquote><p><b>property</b></p><p><b>type</b>: <span title=\"Codes:{http://hl7.org/fhir/us/spl/CodeSystem/codesystem-characteristicTypes SPLIMPRINT}\">Imprint</span></p><p><b>value</b>: <span title=\"Codes:\">DAN;DAN;5543</span></p></blockquote><blockquote><p><b>property</b></p><p><b>type</b>: <span title=\"Codes:{http://hl7.org/fhir/us/spl/CodeSystem/codesystem-characteristicTypes SPLSCORE}\">Score</span></p><p><b>value</b>: 2</p></blockquote><blockquote><p><b>property</b></p><p><b>type</b>: <span title=\"Codes:{http://hl7.org/fhir/us/spl/CodeSystem/codesystem-characteristicTypes SPLSHAPE}\">Shape</span></p><p><b>value</b>: <span title=\"Codes:{http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl C48348}\">ROUND</span></p></blockquote><blockquote><p><b>property</b></p><p><b>type</b>: <span title=\"Codes:{http://hl7.org/fhir/us/spl/CodeSystem/codesystem-characteristicTypes SPLSIZE}\">Size</span></p><p><b>value</b>: 10 mm<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemm = 'mm')</span></p></blockquote></div>"
] ; #
fhir:status [ fhir:v "active"] ; #
fhir:manufacturedDoseForm [
( fhir:coding [
fhir:system [ fhir:v "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl"^^xsd:anyURI ] ;
fhir:code [ fhir:v "C42998" ] ;
fhir:display [ fhir:v "TABLET" ] ] )
] ; #
fhir:property ( [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/spl/CodeSystem/codesystem-characteristicTypes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "SPLCOLOR" ] ] ) ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl"^^xsd:anyURI ] ;
fhir:code [ fhir:v "C48325" ] ;
fhir:display [ fhir:v "WHITE" ] ] ) ]
] [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/spl/CodeSystem/codesystem-characteristicTypes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "SPLIMPRINT" ] ] ) ] ;
fhir:value [
a fhir:CodeableConcept ;
fhir:text [ fhir:v "DAN;DAN;5543" ] ]
] [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/spl/CodeSystem/codesystem-characteristicTypes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "SPLSCORE" ] ] ) ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "2"^^xsd:decimal ] ]
] [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/spl/CodeSystem/codesystem-characteristicTypes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "SPLSHAPE" ] ] ) ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl"^^xsd:anyURI ] ;
fhir:code [ fhir:v "C48348" ] ;
fhir:display [ fhir:v "ROUND" ] ] ) ]
] [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/spl/CodeSystem/codesystem-characteristicTypes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "SPLSIZE" ] ] ) ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "10"^^xsd:decimal ] ;
fhir:unit [ fhir:v "mm" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mm" ] ]
] ) . #