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

FHIR IG analytics

Packageca.on.dhdr.r4
Resource TypeSearchParameter
IdSearchParameter-medicationAdministration-effective-time.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": "SearchParameter",
  "id": "bundle-composition-medicationadministration-effective-time",
  "url": "http://ehealthontario.ca/fhir/SearchParameter/bundle-composition-medicationadministration-effective-time",
  "name": "composition.medicationadministration.effective-time",
  "status": "active",
  "experimental": false,
  "version": "4.0.1",
  "date": "2023-10-04",
  "publisher": "Ontario Health",
  "contact": [
    {
      "name": "Ontario Health",
      "telecom": [
        {
          "system": "url",
          "value": "http://ontariohealth.ca"
        }
      ]
    }
  ],
  "description": "Search by date parameter",
  "purpose": "Need to search by date parameter",
  "code": "composition.medicationadministration.effective-time",
  "base": [
    "Bundle"
  ],
  "type": "date",
  "expression": "Bundle.entry.resource.ofType(MedicationAdministration).effective.start"
}