FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example SubstanceDefinition/example (Turtle)

Biomedical Research and Regulation Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: No defined compartments

Raw Turtle (+ also see Turtle/RDF Format Specification)

Example of substancedefinition

@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:SubstanceDefinition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example"] ; # 
  fhir:identifier ( [
     fhir:system [ fhir:v "http://example.europa.eu/fhir/SMSId"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "100000099270" ]
  ] ) ; # 
  fhir:status [
     fhir:coding ( [
       fhir:system [ fhir:v "http://example.europa.eu/fhir/Status"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "200000005004" ] ;
       fhir:display [ fhir:v "Current" ]
     ] )
  ] ; # 
  fhir:classification ( [
     fhir:coding ( [
       fhir:system [ fhir:v "http://example.europa.eu/fhir/SubstanceType"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "100000075670" ] ;
       fhir:display [ fhir:v "Chemical" ]
     ] )
  ] ) ; # 
  fhir:domain [
     fhir:coding ( [
       fhir:system [ fhir:v "http://example.europa.eu/fhir/Domain"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "100000000012" ] ;
       fhir:display [ fhir:v "Human use" ]
     ] )
  ] ; # 
  fhir:code ( [
     fhir:code [
       fhir:coding ( [
         fhir:system [ fhir:v "http://example.europa.eu/fhir/Substance"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "SUB99611MIG" ]
       ] )
     ]
  ] ) ; # 
  fhir:name ( [
     fhir:name [ fhir:v "PARACETAMOL" ] ;
     fhir:status [
       fhir:coding ( [
         fhir:system [ fhir:v "http://example.europa.eu/fhir/Status"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "200000005004" ] ;
         fhir:display [ fhir:v "Current" ]
       ] )
     ] ;
     fhir:preferred [ fhir:v "true"^^xsd:boolean ] ;
     fhir:language ( [
       fhir:coding ( [
         fhir:system [ fhir:v "urn:ietf:bcp:47"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "en" ] ;
         fhir:display [ fhir:v "English" ]
       ] )
     ] )
  ] [
     fhir:name [ fhir:v "ПАРАЦЕТАМОЛ" ] ;
     fhir:status [
       fhir:coding ( [
         fhir:system [ fhir:v "http://example.europa.eu/fhir/Status"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "200000005004" ] ;
         fhir:display [ fhir:v "Current" ]
       ] )
     ] ;
     fhir:preferred [ fhir:v "false"^^xsd:boolean ] ;
     fhir:language ( [
       fhir:coding ( [
         fhir:system [ fhir:v "urn:ietf:bcp:47"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "bg" ] ;
         fhir:display [ fhir:v "Bulgarian" ]
       ] )
     ] )
  ] [
     fhir:name [ fhir:v "ACETAMINOPHEN" ] ;
     fhir:status [
       fhir:coding ( [
         fhir:system [ fhir:v "http://example.europa.eu/fhir/Status"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "200000005004" ] ;
         fhir:display [ fhir:v "Current" ]
       ] )
     ] ;
     fhir:preferred [ fhir:v "false"^^xsd:boolean ] ;
     fhir:language ( [
       fhir:coding ( [
         fhir:system [ fhir:v "urn:ietf:bcp:47"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "en" ] ;
         fhir:display [ fhir:v "English" ]
       ] )
     ] )
  ] )] . # 

# -------------------------------------------------------------------------------------


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.