FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/RateRange

Packageca.on.oh-dhdr
TypeStructureDefinition
IdRateRange
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.oh-dhdr@4.0.2-alpha1.0.6&canonical=http://ehealthontario.ca/fhir/StructureDefinition/ca-on-medications-profile-rateRange
URLhttp://ehealthontario.ca/fhir/StructureDefinition/ca-on-medications-profile-rateRange
Version4.0.1
Statusactive
NameRateRange
TitlerateRange
TypeRange
Kindcomplex-type

Resources that use this resource

No resources found


Resources that this resource uses

ValueSet
prescriptiondosequantityunitPrescriptionDoseQuantityUnit

Narrative

Note: links and images are rebased to the (stated) source

No human-readable text provided in this case.

Source

{
  "resourceType": "StructureDefinition",
  "text": {
    "status": "empty",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-medications-profile-rateRange",
  "version": "4.0.1",
  "name": "RateRange",
  "title": "rateRange",
  "status": "active",
  "fhirVersion": "4.0.1",
  "kind": "complex-type",
  "abstract": false,
  "type": "Range",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Range",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Range",
        "path": "Range",
        "mustSupport": true
      },
      {
        "id": "Range.low",
        "path": "Range.low",
        "mustSupport": true,
        "binding": {
          "strength": "extensible",
          "valueSet": "https://fhir.infoway-inforoute.ca/ValueSet/prescriptiondosequantityunit"
        }
      },
      {
        "id": "Range.low.value",
        "path": "Range.low.value",
        "mustSupport": true
      },
      {
        "id": "Range.low.unit",
        "path": "Range.low.unit",
        "mustSupport": true
      },
      {
        "id": "Range.low.system",
        "path": "Range.low.system",
        "mustSupport": true
      },
      {
        "id": "Range.low.code",
        "path": "Range.low.code",
        "mustSupport": true
      },
      {
        "id": "Range.high",
        "path": "Range.high",
        "mustSupport": true,
        "binding": {
          "strength": "extensible",
          "valueSet": "https://fhir.infoway-inforoute.ca/ValueSet/prescriptiondosequantityunit"
        }
      },
      {
        "id": "Range.high.value",
        "path": "Range.high.value",
        "mustSupport": true
      },
      {
        "id": "Range.high.unit",
        "path": "Range.high.unit",
        "mustSupport": true
      },
      {
        "id": "Range.high.system",
        "path": "Range.high.system",
        "mustSupport": true
      },
      {
        "id": "Range.high.code",
        "path": "Range.high.code",
        "mustSupport": true
      }
    ]
  }
}