FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.fr.core
Resource TypeMedicationAdministration
IdMedicationAdministration-FRCoreMedicationAdministrationInhaledOxygenExample.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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)

Performers

-Actor
*Practitioner Leclerc Sophie

Dosages

-TextRouteRate[x]
*Oxygène 2 L/min par lunette nasalevoie inhalée2 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)

Performers

-Actor
*Practitioner Leclerc Sophie

Dosages

-TextRouteRate[x]
*Oxygène 2 L/min par lunette nasalevoie inhalée2 L/min (Details: UCUM codeL/min = 'L/min')

Source1

{
  "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"
    }
  }
}