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

FHIR IG analytics

Packageca.on.dhdr.r4
Resource TypeSearchParameter
Idbundle-composition-medicationadministration-effective-time-uplifted.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-medicationadministration-effective-time-uplifted",
  "extension": [
    {
      "url": "https://smilecdr.com/fhir/ns/StructureDefinition/searchparameter-uplift-refchain",
      "extension": [
        {
          "url": "code",
          "valueCode": "name"
        }
      ]
    }
  ],
  "url": "http://ehealthontario.ca/fhir/SearchParameter/bundle-composition-medicationadministration-effective-time-uplifted",
  "name": "effective-time",
  "status": "active",
  "experimental": false,
  "version": "4.0.1",
  "date": "2024-04-01",
  "publisher": "Ontario Health",
  "contact": [
    {
      "name": "Ontario Health",
      "telecom": [
        {
          "system": "url",
          "value": "http://ontariohealth.ca"
        }
      ]
    }
  ],
  "description": "Sort by date parameter",
  "purpose": "To define uplifted refchain effective-time parameter for the sort purpose",
  "code": "effective-time",
  "base": [
    "Bundle"
  ],
  "type": "date",
  "expression": "Bundle.entry.resource.ofType(MedicationAdministration).effective.start"
}