Guide d'implémentation du médicament
0.1.0 - ci-build

Guide d'implémentation du médicament, published by Interop'Santé. 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/Interop-Sante/hl7.fhir.fr.medication/ and changes regularly. See the Directory of published versions

: 14647 - 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:MedicationRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "14647"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://hl7.fr/fhir/fr/medication/StructureDefinition/FrInpatientMedicationRequest"^^xsd:anyURI ;
fhir:link <https://hl7.fr/fhir/fr/medication/StructureDefinition/FrInpatientMedicationRequest>     ] )
  ] ; # 
  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: MedicationRequest 14647</b></p><a name=\"14647\"> </a><a name=\"hc14647\"> </a><a name=\"14647-en-US\"> </a><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>medication</b>: <a href=\"#hc14647/med-271\">Medication médicament contenant seulement méthylprednisolone</a></p><p><b>subject</b>: <a href=\"Patient/phast-14602\">Patient/phast-14602</a></p><p><b>authoredOn</b>: 2021-08-14 18:17:26+0000</p><p><b>requester</b>: <a href=\"Practitioner/smart-Practitioner-71482713\">Practitioner/smart-Practitioner-71482713</a></p><blockquote><p><b>dosageInstruction</b></p></blockquote><blockquote><p><b>dosageInstruction</b></p></blockquote><blockquote><p><b>dosageInstruction</b></p></blockquote><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: Medication  #med-271</b></p><a name=\"14647/med-271\"> </a><a name=\"hc14647/med-271\"> </a><a name=\"14647/med-271-en-US\"> </a><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 776754003}\">METHYLPREDNISOLONE</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 116593003}\">METHYLPREDNISOLONE</span></td><td>true</td></tr></table></blockquote></div>"
  ] ; # 
  fhir:contained ( [
a fhir:Medication ;
fhir:id [ fhir:v "med-271" ] ;
fhir:meta [
      ( fhir:profile [
fhir:v "http://interopsante.org/fhir/StructureDefinition/FrMedicationNonproprietaryName"^^xsd:anyURI ;
fhir:link <http://interopsante.org/fhir/StructureDefinition/FrMedicationNonproprietaryName>       ] )     ] ;
fhir:code [
      ( fhir:coding [
a sct:776754003 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "776754003" ] ;
fhir:display [ fhir:v "médicament contenant seulement méthylprednisolone" ]       ] ) ;
fhir:text [ fhir:v "METHYLPREDNISOLONE" ]     ] ;
    ( fhir:ingredient [
fhir:item [
a fhir:CodeableConcept ;
        ( fhir:coding [
a sct:116593003 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "116593003" ] ;
fhir:display [ fhir:v "méthylprednisolone" ]         ] ) ;
fhir:text [ fhir:v "METHYLPREDNISOLONE" ]       ] ;
fhir:isActive [ fhir:v "true"^^xsd:boolean ]     ] )
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:medication [
a fhir:Reference ;
fhir:reference [ fhir:v "#med-271" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/phast-14602" ]
  ] ; # 
  fhir:authoredOn [ fhir:v "2021-08-14T18:17:26.372Z"^^xsd:dateTime] ; # 
  fhir:requester [
fhir:reference [ fhir:v "Practitioner/smart-Practitioner-71482713" ]
  ] ; # 
  fhir:dosageInstruction ( [
fhir:sequence [ fhir:v "1"^^xsd:integer ] ;
fhir:timing [
fhir:repeat [
fhir:bounds [
a fhir:Period ;
fhir:start [ fhir:v "2021-08-14T18:17:00Z"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2021-08-16T18:16:59Z"^^xsd:dateTime ]         ] ;
        ( fhir:timeOfDay [ fhir:v "07:00:00"^^xsd:time ] )       ]     ] ;
fhir:route [
      ( fhir:coding [
a sct:26643006 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "26643006" ] ;
fhir:display [ fhir:v "Voie orale" ]       ] ) ;
fhir:text [ fhir:v "Voie orale" ]     ] ;
    ( fhir:doseAndRate [
fhir:type [
        ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/dose-rate-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ordered" ] ;
fhir:display [ fhir:v "Ordered" ]         ] ) ;
fhir:text [ fhir:v "Ordered" ]       ] ;
fhir:dose [
a fhir:Quantity ;
fhir:value [ fhir:v "6"^^xsd:decimal ] ;
fhir:unit [ fhir:v "mg" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mg" ]       ]     ] )
  ] [
fhir:sequence [ fhir:v "2"^^xsd:integer ] ;
fhir:timing [
fhir:repeat [
fhir:bounds [
a fhir:Period ;
fhir:start [ fhir:v "2021-08-16T18:17:00Z"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2021-08-18T18:16:59Z"^^xsd:dateTime ]         ] ;
        ( fhir:timeOfDay [ fhir:v "07:00:00"^^xsd:time ] )       ]     ] ;
fhir:route [
      ( fhir:coding [
a sct:26643006 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "26643006" ] ;
fhir:display [ fhir:v "Voie orale" ]       ] ) ;
fhir:text [ fhir:v "Voie orale" ]     ] ;
    ( fhir:doseAndRate [
fhir:type [
        ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/dose-rate-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ordered" ] ;
fhir:display [ fhir:v "Ordered" ]         ] ) ;
fhir:text [ fhir:v "Ordered" ]       ] ;
fhir:dose [
a fhir:Quantity ;
fhir:value [ fhir:v "4"^^xsd:decimal ] ;
fhir:unit [ fhir:v "mg" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mg" ]       ]     ] )
  ] [
fhir:sequence [ fhir:v "3"^^xsd:integer ] ;
fhir:timing [
fhir:repeat [
fhir:bounds [
a fhir:Period ;
fhir:start [ fhir:v "2021-08-18T18:17:00Z"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2021-08-20T18:16:59Z"^^xsd:dateTime ]         ] ;
        ( fhir:timeOfDay [ fhir:v "07:00:00"^^xsd:time ] )       ]     ] ;
fhir:route [
      ( fhir:coding [
a sct:26643006 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "26643006" ] ;
fhir:display [ fhir:v "Voie orale" ]       ] ) ;
fhir:text [ fhir:v "Voie orale" ]     ] ;
    ( fhir:doseAndRate [
fhir:type [
        ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/dose-rate-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ordered" ] ;
fhir:display [ fhir:v "Ordered" ]         ] ) ;
fhir:text [ fhir:v "Ordered" ]       ] ;
fhir:dose [
a fhir:Quantity ;
fhir:value [ fhir:v "2"^^xsd:decimal ] ;
fhir:unit [ fhir:v "mg" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mg" ]       ]     ] )
  ] ) . #