@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:ValueSet ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "ingredientRoleVs"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: ValueSet ingredientRoleVs

"^^rdf:XMLLiteral ] ; # fhir:url [ fhir:v "https://ema.europa.eu/fhir/vs/ingredientRole"^^xsd:anyURI] ; # fhir:version [ fhir:v "0.1.0"] ; # fhir:name [ fhir:v "IngredientRoleVs"] ; # fhir:title [ fhir:v "The Ingredient Role Value Set"] ; # fhir:status [ fhir:v "active"] ; # fhir:date [ fhir:v "2025-07-01T13:56:00+00:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "AGES"] ; # fhir:contact ( [ fhir:name [ fhir:v "AGES" ] ; fhir:telecom ( [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "https://www.ages.at/" ] ] ) ] ) ; # fhir:jurisdiction ( [ fhir:coding ( [ fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ; fhir:code [ fhir:v "AT" ] ; fhir:display [ fhir:v "Austria" ] ] ) ] ) ; # fhir:compose [ fhir:include ( [ fhir:system [ fhir:v "https://spor.ema.europa.eu/v1/lists/100000072050"^^xsd:anyURI ] ] ) ] . # # -------------------------------------------------------------------------------------