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

FHIR IG analytics

Packageeng.fhir.profile.dev
Resource TypeMedicationAdministration
IdPOD.3add28e1-d8fa-4343-a4a2-c63d94cd75ef.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "MedicationAdministration",
  "id": "POD.3add28e1-d8fa-4343-a4a2-c63d94cd75ef",
  "meta": {
    "profile": [
      "https://pnt.gov/fhir/StructureDefinition/MedicationAdministration"
    ]
  },
  "status": "completed",
  "medicationCodeableConcept": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "387458008",
        "display": "Aspirin"
      }
    ]
  },
  "subject": {
    "reference": "Patient/POD.fa462fc8-7658-4098-ae95-56e4e4c73350"
  },
  "effectivePeriod": {
    "start": "2023-06-01T00:00:00-00:00",
    "end": "2023-06-10T00:00:00-00:00"
  },
  "dosage": {
    "dose": {
      "value": 15,
      "system": "http://unitsofmeasure.org",
      "code": "mg"
    }
  },
  "request": {
    "reference": "MedicationRequest/POD.e756b1d2-129a-4f90-9fa1-94f51ae0c1ed"
  }
}