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

FHIR IG analytics

Packageca.on.oh-ereferral-econsult
Resource TypeMedicationStatement
Idmedicationstatement-example.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": "MedicationStatement",
  "id": "8dcd41b0-dc83-4dfa-a8d7-6769a5cc9686",
  "status": "active",
  "medicationCodeableConcept": {
    "coding": [
      {
        "system": "https://tgateway.infoway-inforoute.ca/vs/manufacturedproductmp",
        "code": "02230880",
        "display": "APO-AMOXI SUGAR FREE (amoxicillin (amoxicillin trihydrate) 250 mg per 5 mL oral suspension) APOTEX INC"
      }
    ]
  },
  "subject": {
    "reference": "Patient/pat1",
    "display": "Donald Duck"
  },
  "effectiveDateTime": "2023-01-23",
  "dateAsserted": "2023-02-22",
  "informationSource": {
    "reference": "Patient/pat1",
    "display": "Donald Duck"
  }
}