R6 Ballot (3rd Draft)

Publish-box (todo)

Example Substance/f205 (Turtle)

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

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

Amoxicillin-Clavulanate Example

@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/Substance/f205> a fhir:Substance ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "f205"] ; # 
  fhir:category ( [
     fhir:coding ( [
       fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/substance-category"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "drug" ] ;
       fhir:display [ fhir:v "Drug or Medicament" ]
     ] )
  ] ) ; # 
  fhir:code [
     fhir:concept [
       fhir:coding ( [
         a sct:392259005 ;
         fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "392259005" ] ;
         fhir:display [ fhir:v "Product containing precisely amoxicillin 875 milligram and clavulanic acid (as clavulanate potassium) 125 milligram/1 each conventional release oral tablet (clinical drug)" ]
       ] )
     ]
  ] ; # 
  fhir:description [ fhir:v "Augmentin 875"] . # 

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


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.