Rigoletto - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Medication-Rigoletto-001 - 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:Medication ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "Medication-Rigoletto-001"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://rigoletto.na.icar.cnr.it/StructureDefinition/medication-rigoletto"^^xsd:anyURI ;
fhir:link <https://rigoletto.na.icar.cnr.it/StructureDefinition/medication-rigoletto> ] )
] ; #
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 Medication-Rigoletto-001</b></p><a name=\"Medication-Rigoletto-001\"> </a><a name=\"hcMedication-Rigoletto-001\"> </a><a name=\"Medication-Rigoletto-001-en-US\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-medication-rigoletto.html\">Medication_Rigoletto</a></p></div><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 386906001}\">Capecitabine</span></p><p><b>form</b>: <span title=\"Codes:{http://snomed.info/sct 385055001}\">Tablet (basic dose form)</span></p><h3>Ingredients</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Item[x]</b></td><td><b>Strength</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">list of ingredients</span></td><td>500 mg/1 TAB</td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:code [
( fhir:coding [
a sct:386906001 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "386906001" ] ;
fhir:display [ fhir:v "Capecitabine (substance)" ] ] ) ;
fhir:text [ fhir:v "Capecitabine" ]
] ; #
fhir:form [
( fhir:coding [
a sct:385055001 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "385055001" ] ;
fhir:display [ fhir:v "Tablet (basic dose form)" ] ] )
] ; #
fhir:ingredient ( [
fhir:item [
a fhir:CodeableConcept ;
fhir:text [ fhir:v "list of ingredients" ] ] ;
fhir:strength [
fhir:numerator [
fhir:value [ fhir:v "500"^^xsd:decimal ] ;
fhir:unit [ fhir:v "mg" ] ] ;
fhir:denominator [
fhir:value [ fhir:v "1"^^xsd:decimal ] ;
fhir:unit [ fhir:v "TAB" ] ] ]
] ) . #