FHIR IG analytics| Package | hl7.fhir.fr.core |
| Resource Type | MedicationAdministration |
| Id | MedicationAdministration-FRCoreMedicationAdministrationInhaledOxygenExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
French
Narratif généré : AdministrationMédicaments FRCoreMedicationAdministrationInhaledOxygenExample
status: In Progress
medication: produit contenant de l'oxygène
subject: Pierre Durand (official) Male, Date de Naissance :1974-12-25 ( NIR définitif (use: official, ))
effective: 2022-11-06 09:00:00+0100 --> (en cours)
| Actor |
| Practitioner Leclerc Sophie |
| Text | Route | Rate[x] |
| Oxygène 2 L/min par lunette nasale | voie inhalée | 2 L/min (Détails : code UCUML/min = 'L/min') |
English
Generated Narrative: MedicationAdministration FRCoreMedicationAdministrationInhaledOxygenExample
status: In Progress
medication: produit contenant de l'oxygène
subject: Pierre Durand (official) Male, DoB: 1974-12-25 ( NIR définitif (use: official, ))
effective: 2022-11-06 09:00:00+0100 --> (ongoing)
| Actor |
| Practitioner Leclerc Sophie |
| Text | Route | Rate[x] |
| Oxygène 2 L/min par lunette nasale | voie inhalée | 2 L/min (Details: UCUM codeL/min = 'L/min') |
{
"resourceType": "MedicationAdministration",
"id": "FRCoreMedicationAdministrationInhaledOxygenExample",
"meta": {
"profile": [
"https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-medication-administration-inhaled-oxygen"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "in-progress",
"medicationCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "767111007",
"display": "produit contenant de l'oxygène"
}
]
},
"subject": {
"reference": "Patient/FRCorePatientINSExample",
"type": "Patient"
},
"effectivePeriod": {
"start": "2022-11-06T09:00:00+01:00"
},
"performer": [
{
"actor": {
"reference": "Practitioner/FRCorePractitionerExample",
"type": "Practitioner"
}
}
],
"dosage": {
"text": "Oxygène 2 L/min par lunette nasale",
"route": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "447694001",
"display": "voie inhalée"
}
]
},
"rateQuantity": {
"value": 2,
"unit": "L/min",
"system": "http://unitsofmeasure.org",
"code": "L/min"
}
}
}