SPL Mapping FHIR Implementation Guide
0.1.0 - Build CI United States of America flag

SPL Mapping FHIR 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.1.0 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><b>Generated Narrative: ManufacturedItemDefinition</b><a name=\"AllopurinolTablet\"> </a><a name=\"hcAllopurinolTablet\"> </a></p><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\">ResourceManufacturedItemDefinition &quot;AllopurinolTablet&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-SubmittedManufacturedItem.html\">SubmittedManufacturedItem</a></p></div><p><b>status</b>: active</p><p><b>manufacturedDoseForm</b>: TABLET <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-nciThesaurus.html\">NCI Thesaurus</a>#C42998)</span></p><blockquote><p><b>property</b></p><p><b>type</b>: Color <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-codesystem-characteristicTypes.html\">SPL Product Characteristic Types CodeSystem</a>#SPLCOLOR)</span></p><p><b>value</b>: WHITE <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-nciThesaurus.html\">NCI Thesaurus</a>#C48325)</span></p></blockquote><blockquote><p><b>property</b></p><p><b>type</b>: Imprint <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-codesystem-characteristicTypes.html\">SPL Product Characteristic Types CodeSystem</a>#SPLIMPRINT)</span></p><p><b>value</b>: DAN;DAN;5543 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p></blockquote><blockquote><p><b>property</b></p><p><b>type</b>: Score <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-codesystem-characteristicTypes.html\">SPL Product Characteristic Types CodeSystem</a>#SPLSCORE)</span></p><p><b>value</b>: 2</p></blockquote><blockquote><p><b>property</b></p><p><b>type</b>: Shape <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-codesystem-characteristicTypes.html\">SPL Product Characteristic Types CodeSystem</a>#SPLSHAPE)</span></p><p><b>value</b>: ROUND <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-nciThesaurus.html\">NCI Thesaurus</a>#C48348)</span></p></blockquote><blockquote><p><b>property</b></p><p><b>type</b>: Size <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-codesystem-characteristicTypes.html\">SPL Product Characteristic Types CodeSystem</a>#SPLSIZE)</span></p><p><b>value</b>: 10 mm<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code mm = '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" ]     ]
  ] ) . #