CH EMED EPR
3.0.1-ci-build - ci-build | draft | qa-preview | ballot | trial-use | release | update | normative+trial-use Switzerland flag

CH EMED EPR, published by CARA. This guide is not an authorized publication; it is the continuous build for version 3.0.1-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/CARA-ch/ch-emed-epr/ and changes regularly. See the Directory of published versions

: MedicationIbuprofen - TTL Representation

Raw ttl | Download


@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 -------------------------------------------------------------------

 a fhir:Medication ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "MedicationIbuprofen"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://fhir.ch/ig/ch-emed-epr/StructureDefinition/ch-emed-epr-medication"^^xsd:anyURI ;
fhir:l <http://fhir.ch/ig/ch-emed-epr/StructureDefinition/ch-emed-epr-medication>     ] )
  ] ; # 
  fhir:language [ fhir:v "fr-CH"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"fr-CH\" lang=\"fr-CH\"><p class=\"res-header-id\"><b>Generated Narrative: Medication MedicationIbuprofen</b></p><a name=\"MedicationIbuprofen\"> </a><a name=\"hcMedicationIbuprofen\"> </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\">Language: fr-CH</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ch-emed-epr-medication.html\">CH EMED EPR Medication</a></p></div><p><b>code</b>: <span title=\"Codes:{http://www.whocc.no/atc M01AE01}\">Ibuprofen</span></p><h3>Ingredients</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Item[x]</b></td><td><b>IsActive</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 387207008}\">Ibuprofen</span></td><td>true</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [
fhir:v "http://www.whocc.no/atc"^^xsd:anyURI ;
fhir:l <http://www.whocc.no/atc>       ] ;
fhir:code [ fhir:v "M01AE01" ] ;
fhir:display [ fhir:v "Ibuprofen" ]     ] ) ;
fhir:text [ fhir:v "Ibuprofen" ]
  ] ; # 
  fhir:ingredient ( [
fhir:item [
a fhir:CodeableConcept ;
      ( fhir:coding [
a sct:387207008 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct>         ] ;
fhir:code [ fhir:v "387207008" ] ;
fhir:display [ fhir:v "Ibuprofen (substance)" ]       ] ) ;
fhir:text [ fhir:v "Ibuprofen" ]     ] ;
fhir:isActive [ fhir:v true ]
  ] ) . #