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/50613f22-7552-46cf-a945-bc64de0136da> a fhir:MedicationAdministration ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "50613f22-7552-46cf-a945-bc64de0136da"] ;
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 50613f22-7552-46cf-a945-bc64de0136da</b></p><a name=\"50613f22-7552-46cf-a945-bc64de0136da\"> </a><a name=\"hc50613f22-7552-46cf-a945-bc64de0136da\"> </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-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 --> 2024-01-16</a></p><p><b>effective</b>: 2024-01-12 07:00:00+0000 --> 2024-01-12 07: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 20053000}\">Voie orale</span></td><td>500 mg<span style=\"background: LightGoldenRodYellow\"> (Détails : code UCUMmg = 'mg')</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/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:00:00.000Z"^^xsd:dateTime ] ;
fhir:Period.end [ fhir:value "2024-01-12T07: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 "20053000" ] ;
fhir:Coding.display [ fhir:value "Voie orale" ]
]
] ;
fhir:MedicationAdministration.dosage.dose [
fhir:Quantity.value [ fhir:value "500"^^xsd:decimal ] ;
fhir:Quantity.unit [ fhir:value "mg" ] ;
fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
fhir:Quantity.code [ fhir:value "mg" ]
]
] .
<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/50613f22-7552-46cf-a945-bc64de0136da.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/MedicationAdministration/50613f22-7552-46cf-a945-bc64de0136da.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
|