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
@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/d338c225-4b2a-40af-97fb-dcca6dd61a8f> a fhir:MedicationAdministration ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "d338c225-4b2a-40af-97fb-dcca6dd61a8f"] ;
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 d338c225-4b2a-40af-97fb-dcca6dd61a8f</b></p><a name=\"d338c225-4b2a-40af-97fb-dcca6dd61a8f\"> </a><a name=\"hcd338c225-4b2a-40af-97fb-dcca6dd61a8f\"> </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 R03CC02}\">Salbutamol</span></p><p><b>subject</b>: <a href=\"Patient-21f4ee98-4940-4d54-b573-523bc7718a6d.html\">Thomas David Male, Date de Naissance :1989-12-07 ( NIR)</a></p><p><b>context</b>: <a href=\"Encounter-1306bf6d-5a47-401e-82a7-19b009f0ae0c.html\">Encounter : identifier = Visit number: NDA-2024-009; status = finished; class = inpatient encounter (ActCode#IMP); period = 2024-01-16 --> 2024-01-19</a></p><p><b>effective</b>: 2024-01-16 06:00:00+0000 --> 2024-01-16 06:05:00+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 20020000}\">Voie inhalee</span></td><td>100 ug<span style=\"background: LightGoldenRodYellow\"> (Détails : code UCUMug = 'ug')</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 "R03CC02" ] ;
fhir:Coding.display [ fhir:value "Salbutamol" ]
]
] ;
fhir:MedicationAdministration.subject [
fhir:link <http://hl7.org/fhir/Patient/21f4ee98-4940-4d54-b573-523bc7718a6d> ;
fhir:Reference.reference [ fhir:value "Patient/21f4ee98-4940-4d54-b573-523bc7718a6d" ]
] ;
fhir:MedicationAdministration.context [
fhir:link <http://hl7.org/fhir/Encounter/1306bf6d-5a47-401e-82a7-19b009f0ae0c> ;
fhir:Reference.reference [ fhir:value "Encounter/1306bf6d-5a47-401e-82a7-19b009f0ae0c" ]
] ;
fhir:MedicationAdministration.effectivePeriod [
fhir:Period.start [ fhir:value "2024-01-16T06:00:00.000Z"^^xsd:dateTime ] ;
fhir:Period.end [ fhir:value "2024-01-16T06:05:00.000Z"^^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 "20020000" ] ;
fhir:Coding.display [ fhir:value "Voie inhalee" ]
]
] ;
fhir:MedicationAdministration.dosage.dose [
fhir:Quantity.value [ fhir:value "100"^^xsd:decimal ] ;
fhir:Quantity.unit [ fhir:value "ug" ] ;
fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
fhir:Quantity.code [ fhir:value "ug" ]
]
] .
<http://hl7.org/fhir/Patient/21f4ee98-4940-4d54-b573-523bc7718a6d> a fhir:Patient .
<http://hl7.org/fhir/Encounter/1306bf6d-5a47-401e-82a7-19b009f0ae0c> a fhir:Encounter .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/MedicationAdministration/d338c225-4b2a-40af-97fb-dcca6dd61a8f.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/MedicationAdministration/d338c225-4b2a-40af-97fb-dcca6dd61a8f.ttl> .
IG © 2023+ AP-HP. Package aphp.fhir.fr.edsh#0.1.0 based on FHIR 4.0.1. Generated 2026-07-11
Links: Table of Contents |
QA Report
| New Issue
|