WHO-UMC IDMP Management and Publish API
0.1.0 - CI Build International flag

WHO-UMC IDMP Management and Publish API, published by Uppsala Monitoring Centre. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Uppsala-Monitoring-Centre/WHO-UMC-IDMP-Service/ and changes regularly. See the Directory of published versions

: Substance (METHOTREXATE SODIUM) - TTL Representation

Raw ttl | Download


@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 "GSID9XBS2KCF3K1Z1"] ; # 
  fhir:meta [
fhir:versionId [ fhir:v "1" ] ;
fhir:lastUpdated [ fhir:v "2018-03-28T06:33:35.5846586+00:00"^^xsd:dateTime ] ;
fhir:source [ fhir:v "http://idmp.who-umc.org/fhir"^^xsd:anyURI ] ;
    ( fhir:profile [
fhir:v "http://who-umc.org/idmp/StructureDefinition/SubstanceDefinition-pub"^^xsd:anyURI ;
fhir:link <http://who-umc.org/idmp/StructureDefinition/SubstanceDefinition-pub>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h1>Substance definition</h1><table><tr><td style=\"font-weight: bold;\">Id</td><td>GSID9XBS2KCF3K1Z1</td></tr></table><h2>Name(s)</h2><table><th>Name</th><th>Language</th><th>Preferred</th><tr><td>METHOTREXATE SODIUM</td><td>en</td><td>True</td></tr></table><h2>Other code systems</h2><table><th>System</th><th>Code</th><tr><td>https://open.fda.gov/data/unii</td><td>3IG1E710ZN</td></tr></table></div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://who-umc.org/idmp/gsid"^^xsd:anyURI ] ;
fhir:value [ fhir:v "GSID9XBS2KCF3K1Z1" ]
  ] ) ; # 
  fhir:status [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/publication-status"^^xsd:anyURI ] ;
fhir:code [ fhir:v "active" ]     ] ) ;
fhir:text [ fhir:v "Active" ]
  ] ; # 
  fhir:domain [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/medicinal-product-domain"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Human" ]     ] ) ;
fhir:text [ fhir:v "Human use" ]
  ] ; # 
  fhir:code ( [
fhir:code [
      ( fhir:coding [
fhir:system [ fhir:v "https://open.fda.gov/data/unii"^^xsd:anyURI ] ;
fhir:code [ fhir:v "3IG1E710ZN" ]       ] )     ]
  ] ) ; # 
  fhir:name ( [
fhir:name [ fhir:v "METHOTREXATE SODIUM" ] ;
fhir:status [
      ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/publication-status"^^xsd:anyURI ] ;
fhir:code [ fhir:v "active" ]       ] ) ;
fhir:text [ fhir:v "Active" ]     ] ;
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:relationship ( [
fhir:substanceDefinition [
a fhir:Reference ;
fhir:reference [ fhir:v "SubstanceDefinition/GSID23G92UMX93H45" ]     ] ;
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/substance-relationship-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Salt" ]       ] ) ;
fhir:text [ fhir:v "Salt to parent" ]     ]
  ] ) . #