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/f1d7957f-a490-488b-8352-888d4aa7b4c6> a fhir:MedicationAdministration ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "f1d7957f-a490-488b-8352-888d4aa7b4c6"] ;
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 f1d7957f-a490-488b-8352-888d4aa7b4c6</b></p><a name=\"f1d7957f-a490-488b-8352-888d4aa7b4c6\"> </a><a name=\"hcf1d7957f-a490-488b-8352-888d4aa7b4c6\"> </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 N02BE01}\">Paracetamol</span></p><p><b>subject</b>: <a href=\"Patient-00d05edd-cffc-46e0-8ddb-91b7e801985a.html\">Antoine Roux Male, Date de Naissance :1992-02-06 ( NIR)</a></p><p><b>context</b>: <a href=\"Encounter-a77d9d30-48cf-478f-b19e-6c90f625b3dc.html\">Encounter : identifier = Visit number: NDA-2024-007; status = finished; class = inpatient encounter (ActCode#IMP); period = 2024-01-11 --> 2024-01-14</a></p><p><b>effective</b>: 2024-01-11 21:23:08+0000 --> 2024-01-11 21:37:45+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>1 g<span style=\"background: LightGoldenRodYellow\"> (Détails : code UCUMg = 'g')</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 "N02BE01" ] ;
fhir:Coding.display [ fhir:value "Paracetamol" ]
]
] ;
fhir:MedicationAdministration.subject [
fhir:link <http://hl7.org/fhir/Patient/00d05edd-cffc-46e0-8ddb-91b7e801985a> ;
fhir:Reference.reference [ fhir:value "Patient/00d05edd-cffc-46e0-8ddb-91b7e801985a" ]
] ;
fhir:MedicationAdministration.context [
fhir:link <http://hl7.org/fhir/Encounter/a77d9d30-48cf-478f-b19e-6c90f625b3dc> ;
fhir:Reference.reference [ fhir:value "Encounter/a77d9d30-48cf-478f-b19e-6c90f625b3dc" ]
] ;
fhir:MedicationAdministration.effectivePeriod [
fhir:Period.start [ fhir:value "2024-01-11T21:23:08.404Z"^^xsd:dateTime ] ;
fhir:Period.end [ fhir:value "2024-01-11T21:37:45.463Z"^^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 "20053000" ] ;
fhir:Coding.display [ fhir:value "Voie Orale" ]
]
] ;
fhir:MedicationAdministration.dosage.dose [
fhir:Quantity.value [ fhir:value "1"^^xsd:decimal ] ;
fhir:Quantity.unit [ fhir:value "g" ] ;
fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
fhir:Quantity.code [ fhir:value "g" ]
]
] .
<http://hl7.org/fhir/Patient/00d05edd-cffc-46e0-8ddb-91b7e801985a> a fhir:Patient .
<http://hl7.org/fhir/Encounter/a77d9d30-48cf-478f-b19e-6c90f625b3dc> a fhir:Encounter .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/MedicationAdministration/f1d7957f-a490-488b-8352-888d4aa7b4c6.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/MedicationAdministration/f1d7957f-a490-488b-8352-888d4aa7b4c6.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
|