@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.eu/fhir/eps/Medication/a20659b9-12e2-417a-aa70-98483da34f44> a fhir:Medication ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "a20659b9-12e2-417a-aa70-98483da34f44"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://hl7.eu/fhir/base/StructureDefinition/medication-eu-core"^^xsd:anyURI ;
       fhir:l <http://hl7.eu/fhir/base/StructureDefinition/medication-eu-core>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">Simvastatin 10 mg oral tablet, Oral tablet</div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:code [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://www.nlm.nih.gov/research/umls/rxnorm"^^xsd:anyURI ;
         fhir:l <http://www.nlm.nih.gov/research/umls/rxnorm>
       ] ;
       fhir:code [ fhir:v "314231" ] ;
       fhir:display [ fhir:v "simvastatin 10 MG Oral Tablet" ]
     ] [
       a sct:319996000 ;
       fhir:system [
         fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
         fhir:l <http://snomed.info/sct>
       ] ;
       fhir:code [ fhir:v "319996000" ] ;
       fhir:display [ fhir:v "Product containing precisely simvastatin 10 milligram/1 each conventional release oral tablet (clinical drug)" ]
     ] ) ;
     fhir:text [ fhir:v "Simvastatin 10 mg oral tablet" ]
  ] ; # 
  fhir:form [
     fhir:coding ( [
       a sct:421026006 ;
       fhir:system [
         fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
         fhir:l <http://snomed.info/sct>
       ] ;
       fhir:code [ fhir:v "421026006" ] ;
       fhir:display [ fhir:v "Oral tablet" ]
     ] )
  ] ; # 
  fhir:ingredient ( [
     fhir:item [
       a fhir:CodeableConcept ;
       fhir:coding ( [
         a sct:387584000 ;
         fhir:system [
           fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
           fhir:l <http://snomed.info/sct>
         ] ;
         fhir:code [ fhir:v "387584000" ] ;
         fhir:display [ fhir:v "Simvastatin" ]
       ] )
     ] ;
     fhir:isActive [ fhir:v true ]
  ] ) . # 

# -------------------------------------------------------------------------------------

