Gravitate Health FHIR Implementation Guide, published by Gravitate Health Project. 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/hl7-eu/gravitate-health/ and changes regularly. See the Directory of published versions
: MPD-3975 - 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:MedicinalProductDefinition ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "MPD-3975"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicinalProductDefinition MPD-3975</b></p><a name=\"MPD-3975\"> </a><a name=\"hcMPD-3975\"> </a><a name=\"MPD-3975-en-US\"> </a><p><b>identifier</b>: <code>https://infarmed.pt/INFOMED/MED_ID</code>/3975</p><h3>Names</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>ProductName</b></td></tr><tr><td style=\"display: none\">*</td><td>GLUCOPHAGE 500 mg, film-coated tablets</td></tr></table></div>"
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "https://infarmed.pt/INFOMED/MED_ID"^^xsd:anyURI ] ;
fhir:value [ fhir:v "3975" ]
] ) ; #
fhir:name ( [
fhir:productName [ fhir:v "GLUCOPHAGE 500 mg, film-coated tablets" ]
] ) . #