This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions
Example NutritionProduct/adult-formula-supplement (Turtle)
Raw Turtle (+ also see Turtle/RDF Format Specification)
Adult Formula
@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 -------------------------------------------------------------------
<http://hl7.org/fhir/NutritionProduct/adult-formula-supplement> a fhir:NutritionProduct ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "adult-formula-supplement"] ; #
fhir:code [
fhir:coding ( [
a sct:442651000124102 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "442651000124102" ] ;
fhir:display [ fhir:v "Adult Formula (product)" ]
] )
] ; #
fhir:status [ fhir:v "active"] ; #
fhir:manufacturer ( [
fhir:display [ fhir:v "Nestle" ]
] ) ; #
fhir:energy [
fhir:value [ fhir:v 1.7 ] ;
fhir:unit [ fhir:v "kcal/ml" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "kcal/ml" ]
] ; #
fhir:instance ( [
fhir:name [ fhir:v "Boost Pudding" ] ;
fhir:expiry [ fhir:v "2026-08-23"^^xsd:date ]
] ) . #
# -------------------------------------------------------------------------------------
Usage note: every effort has been made to ensure that the
examples are correct and useful, but they are not a normative part
of the specification.