@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 -------------------------------------------------------------------

<https://aphp.github.io/IG-FHIR-EDSH-SOCLE-COMMUN/MedicationAdministration/8fd4fae4-461b-4bfa-b1ad-7e77d01ebe8d> a fhir:MedicationAdministration ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "8fd4fae4-461b-4bfa-b1ad-7e77d01ebe8d"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://aphp.github.io/IG-FHIR-EDSH-SOCLE-COMMUN/StructureDefinition/edsh-medication-administration"^^xsd:anyURI ;
       fhir:l <https://aphp.github.io/IG-FHIR-EDSH-SOCLE-COMMUN/StructureDefinition/edsh-medication-administration>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Narratif généré : AdministrationMédicaments 8fd4fae4-461b-4bfa-b1ad-7e77d01ebe8d</b></p><a name=\"8fd4fae4-461b-4bfa-b1ad-7e77d01ebe8d\"> </a><a name=\"hc8fd4fae4-461b-4bfa-b1ad-7e77d01ebe8d\"> </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\">Profil: <a href=\"StructureDefinition-edsh-medication-administration.html\">Prise de médicaments</a></p></div><p><b>status</b>: Completed</p><p><b>medication</b>: <span title=\"Codes :{http://www.whocc.no/atc M02AA10}\">Ketoprofene</span></p><p><b>subject</b>: <a href=\"Patient-00c2b477-4649-46af-aa82-2337558a1ec8.html\">Elena Garcia  Female, Date de Naissance :1985-11-13 ( NIR)</a></p><p><b>context</b>: <a href=\"Encounter-775e7473-7fa0-4950-94fe-4bd040437da8.html\">Encounter : status = finished; class = inpatient encounter (v3 Code System ActCode#IMP); period = 2024-01-14 --&gt; 2024-01-16</a></p><p><b>effective</b>: 2024-01-14 07:06:53+0000 --&gt; 2024-01-14 07:10:20+0000</p><h3>Dosages</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Route</b></td><td><b>Dose</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes :{http://standardterms.edqm.eu 20053000}\">Voie Orale</span></td><td>100 mg<span style=\"background: LightGoldenRodYellow\"> (Détails : code UCUMmg = 'mg')</span></td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:medication [
     a fhir:CodeableConcept ;
     fhir:coding ( [
       fhir:system [
         fhir:v "http://www.whocc.no/atc"^^xsd:anyURI ;
         fhir:l <http://www.whocc.no/atc>
       ] ;
       fhir:code [ fhir:v "M02AA10" ] ;
       fhir:display [ fhir:v "Ketoprofene" ]
     ] )
  ] ; # 
  fhir:subject [
     fhir:l <https://aphp.github.io/IG-FHIR-EDSH-SOCLE-COMMUN/Patient/00c2b477-4649-46af-aa82-2337558a1ec8> ;
     fhir:reference [ fhir:v "Patient/00c2b477-4649-46af-aa82-2337558a1ec8" ]
  ] ; # 
  fhir:context [
     fhir:l <https://aphp.github.io/IG-FHIR-EDSH-SOCLE-COMMUN/Encounter/775e7473-7fa0-4950-94fe-4bd040437da8> ;
     fhir:reference [ fhir:v "Encounter/775e7473-7fa0-4950-94fe-4bd040437da8" ]
  ] ; # 
  fhir:effective [
     a fhir:Period ;
     fhir:start [ fhir:v "2024-01-14T07:06:53.857Z"^^xsd:dateTime ] ;
     fhir:end [ fhir:v "2024-01-14T07:10:20.039Z"^^xsd:dateTime ]
  ] ; # 
  fhir:dosage [
     fhir:route [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://standardterms.edqm.eu"^^xsd:anyURI ;
           fhir:l <http://standardterms.edqm.eu>
         ] ;
         fhir:code [ fhir:v "20053000" ] ;
         fhir:display [ fhir:v "Voie Orale" ]
       ] )
     ] ;
     fhir:dose [
       fhir:value [ fhir:v "100"^^xsd:decimal ] ;
       fhir:unit [ fhir:v "mg" ] ;
       fhir:system [
         fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
         fhir:l <http://unitsofmeasure.org>
       ] ;
       fhir:code [ fhir:v "mg" ]
     ]
  ] . # 

# -------------------------------------------------------------------------------------

