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

FHIR IG analytics

Packagehl7.fhir.us.resp-net
Resource TypeMedicationAdministration
IdMedicationAdministration-medicationadministration-oseltamivir.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

MedicationAdministration Narrative


Source1

{
  "resourceType": "MedicationAdministration",
  "id": "medicationadministration-oseltamivir",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2020-11-29T02:03:28.045+00:00",
    "profile": [
      "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-medicationadministration"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "medicationCodeableConcept": {
    "coding": [
      {
        "system": "http://www.nlm.nih.gov/research/umls/rxnorm",
        "code": "312122",
        "display": "oseltamivir 75 MG Oral Capsule"
      }
    ]
  },
  "subject": {
    "reference": "Patient/patient-respnet-eve-everywoman",
    "display": "Eve Everywoman"
  },
  "effectivePeriod": {
    "start": "2023-10-01T04:30:00+01:00",
    "end": "2023-10-05T14:30:00+01:00"
  },
  "performer": [
    {
      "actor": {
        "reference": "Practitioner/practitioner-us-core-henry-seven"
      }
    }
  ],
  "dosage": {
    "text": "75mg twice a day for 5 days",
    "route": {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "26643006",
          "display": "Oral use"
        }
      ]
    },
    "dose": {
      "value": 75,
      "unit": "mg",
      "system": "http://unitsofmeasure.org",
      "code": "mg"
    }
  }
}