Données socles des Entrepôts de Données de Santé Hospitalier
0.1.0 - ci-build France (la) flag

Données socles des Entrepôts de Données de Santé Hospitalier - version de développement local (intégration continue v0.1.0) construite par les outils de publication FHIR (HL7® FHIR® Standard). Voir le répertoire des versions publiées

: Ceftriaxone administré à Madame Simon - 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 -------------------------------------------------------------------

<http://hl7.org/fhir/MedicationAdministration/fc956ff5-128b-49a6-9d75-12ebf01894d1> a fhir:MedicationAdministration ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "fc956ff5-128b-49a6-9d75-12ebf01894d1"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://aphp.github.io/IG-FHIR-EDSH-SOCLE-COMMUN/StructureDefinition/edsh-medication-administration" ;
       fhir:index 0 ;
       fhir:link <https://aphp.github.io/IG-FHIR-EDSH-SOCLE-COMMUN/StructureDefinition/edsh-medication-administration>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Narratif généré : AdministrationMédicaments fc956ff5-128b-49a6-9d75-12ebf01894d1</b></p><a name=\"fc956ff5-128b-49a6-9d75-12ebf01894d1\"> </a><a name=\"hcfc956ff5-128b-49a6-9d75-12ebf01894d1\"> </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 J01DD04}\">Ceftriaxone</span></p><p><b>subject</b>: <a href=\"Patient-ee82429a-e183-409e-bcf6-d01fb7a4d2e3.html\">Camille Simon  Female, Date de Naissance :1945-07-04 ( NIR)</a></p><p><b>context</b>: <a href=\"Encounter-f769e4e3-c30e-4348-87ad-388d151d63d7.html\">Encounter : identifier = Visit number: NDA-2024-004; status = finished; class = inpatient encounter (ActCode#IMP); period = 2024-01-12 --&gt; 2024-01-16</a></p><p><b>effective</b>: 2024-01-12 07:55:31+0000 --&gt; 2026-03-23 08:00:16+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 20045000}\">Voie intraveineuse</span></td><td>1 g/d<span style=\"background: LightGoldenRodYellow\"> (Détails : code UCUMg/d = 'g/d')</span></td></tr></table></div>"
  ] ;
  fhir:MedicationAdministration.status [ fhir:value "completed"] ;
  fhir:MedicationAdministration.medicationCodeableConcept [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://www.whocc.no/atc" ] ;
       fhir:Coding.code [ fhir:value "J01DD04" ] ;
       fhir:Coding.display [ fhir:value "Ceftriaxone" ]
     ]
  ] ;
  fhir:MedicationAdministration.subject [
     fhir:link <http://hl7.org/fhir/Patient/ee82429a-e183-409e-bcf6-d01fb7a4d2e3> ;
     fhir:Reference.reference [ fhir:value "Patient/ee82429a-e183-409e-bcf6-d01fb7a4d2e3" ]
  ] ;
  fhir:MedicationAdministration.context [
     fhir:link <http://hl7.org/fhir/Encounter/f769e4e3-c30e-4348-87ad-388d151d63d7> ;
     fhir:Reference.reference [ fhir:value "Encounter/f769e4e3-c30e-4348-87ad-388d151d63d7" ]
  ] ;
  fhir:MedicationAdministration.effectivePeriod [
     fhir:Period.start [ fhir:value "2024-01-12T07:55:31.370Z"^^xsd:dateTime ] ;
     fhir:Period.end [ fhir:value "2026-03-23T08:00:16.926Z"^^xsd:dateTime ]
  ] ;
  fhir:MedicationAdministration.dosage [
     fhir:MedicationAdministration.dosage.route [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "http://standardterms.edqm.eu" ] ;
         fhir:Coding.code [ fhir:value "20045000" ] ;
         fhir:Coding.display [ fhir:value "Voie intraveineuse" ]
       ]
     ] ;
     fhir:MedicationAdministration.dosage.dose [
       fhir:Quantity.value [ fhir:value "1"^^xsd:decimal ] ;
       fhir:Quantity.unit [ fhir:value "g/d" ] ;
       fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
       fhir:Quantity.code [ fhir:value "g/d" ]
     ]
  ] .

<http://hl7.org/fhir/Patient/ee82429a-e183-409e-bcf6-d01fb7a4d2e3> a fhir:Patient .

<http://hl7.org/fhir/Encounter/f769e4e3-c30e-4348-87ad-388d151d63d7> a fhir:Encounter .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/MedicationAdministration/fc956ff5-128b-49a6-9d75-12ebf01894d1.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/MedicationAdministration/fc956ff5-128b-49a6-9d75-12ebf01894d1.ttl> .