@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 -------------------------------------------------------------------

<https://aphp.github.io/IG-fhir-dm/Medication/furosemide> a fhir:Medication ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "furosemide"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://aphp.github.io/IG-fhir-dm/StructureDefinition/FrMedicationNonproprietaryName"^^xsd:anyURI ;
       fhir:l <https://aphp.github.io/IG-fhir-dm/StructureDefinition/FrMedicationNonproprietaryName>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Narratif généré : Médication furosemide</b></p><a name=\"furosemide\"> </a><a name=\"hcfurosemide\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profil: <a href=\"StructureDefinition-FrMedicationNonproprietaryName.html\">French non proprietary name Medication</a></p></div><p><b>code</b>: <span title=\"Codes :{http://snomed.info/sct 776052007}\">produit contenant seulement furosémide</span></p><p><b>status</b>: Active</p><h3>Ingredients</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Item[x]</b></td><td><b>IsActive</b></td><td><b>Strength</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes :{http://www.whocc.no/atc C03CA01}\">furosemide</span></td><td>true</td><td>40 mg<span style=\"background: LightGoldenRodYellow\"> (Détails : code UCUMmg = 'mg')</span>/1 {}<span style=\"background: LightGoldenRodYellow\"> (Détails : code UCUM{} = '{}')</span></td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:code [
     fhir:coding ( [
       a sct:776052007 ;
       fhir:system [
         fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
         fhir:l <http://snomed.info/sct>
       ] ;
       fhir:code [ fhir:v "776052007" ]
     ] )
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:ingredient ( [
     fhir:item [
       a fhir:CodeableConcept ;
       fhir:coding ( [
         fhir:system [
           fhir:v "http://www.whocc.no/atc"^^xsd:anyURI ;
           fhir:l <http://www.whocc.no/atc>
         ] ;
         fhir:code [ fhir:v "C03CA01" ]
       ] )
     ] ;
     fhir:isActive [ fhir:v true ] ;
     fhir:strength [
       fhir:numerator [
         fhir:value [ fhir:v "40"^^xsd:decimal ] ;
         fhir:unit [ fhir:v "mg" ] ;
         fhir:system [
           fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
           fhir:l <http://unitsofmeasure.org>
         ] ;
         fhir:code [ fhir:v "mg" ]
       ] ;
       fhir:denominator [
         fhir:value [ fhir:v "1"^^xsd:decimal ] ;
         fhir:system [
           fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
           fhir:l <http://unitsofmeasure.org>
         ] ;
         fhir:code [ fhir:v "{}" ]
       ]
     ]
  ] ) . # 

# -------------------------------------------------------------------------------------

