Guide d'implémentation du médicament - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Expl-med-MV-sulfate-morphine-2 - 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 xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Medication ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "Expl-med-MV-sulfate-morphine-2"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://hl7.fr/ig/fhir/medication/StructureDefinition/fr-medication-virtual"^^xsd:anyURI ;
fhir:link <https://hl7.fr/ig/fhir/medication/StructureDefinition/fr-medication-virtual> ] )
] ; #
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: Medication Expl-med-MV-sulfate-morphine-2</b></p><a name=\"Expl-med-MV-sulfate-morphine-2\"> </a><a name=\"hcExpl-med-MV-sulfate-morphine-2\"> </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\">Profile: <a href=\"StructureDefinition-fr-medication-virtual.html\">FrMedicationVirtual</a></p></div><p><b>code</b>: <span title=\"Codes:{https://www.medicabase.fr/systemMV MV00000031}\">Morphine sulfate 30 mg gélule</span></p><p><b>form</b>: <span title=\"Codes:{http://standardterms.edqm.eu 10210000}\">Gélule</span></p><p><b style=\"color: maroon\">Exception Generating Narrative: Cannot invoke \"org.hl7.fhir.r5.renderers.utils.ResourceWrapper.has(String)\" because \"q\" is null </b></p></div>"^^rdf:XMLLiteral
] ; #
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "https://www.medicabase.fr/systemMV"^^xsd:anyURI ] ;
fhir:code [ fhir:v "MV00000031" ] ;
fhir:display [ fhir:v "Morphine sulfate 30 mg gélule" ] ] )
] ; #
fhir:form [
( fhir:coding [
fhir:system [ fhir:v "http://standardterms.edqm.eu"^^xsd:anyURI ] ;
fhir:code [ fhir:v "10210000" ] ;
fhir:display [ fhir:v "Gélule" ] ] )
] ; #
fhir:ingredient ( [
fhir:item [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "http://data.esante.gouv.fr/ansm/medicament/codeSMS"^^xsd:anyURI ] ;
fhir:code [ fhir:v "01099" ] ;
fhir:display [ fhir:v "sulfate de morphine" ] ] ) ] ;
fhir:strength [
fhir:numerator [
fhir:value [ fhir:v "30"^^xsd:decimal ] ;
fhir:unit [ fhir:v "mg" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mg" ] ] ]
] ) . #