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

FHIR IG analytics

Packagefhir.clinical.datatypes
Resource TypeStructureDefinition
IdStructureDefinition-RangeType.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/FHIR/fhir.clinical.datatypes/StructureDefinition-RangeType.html
URLhttp://fhir.org/guides/fhir/base-clinical/StructureDefinition/RangeType
Version0.1.0
Statusactive
Date2026-05-03T22:05:01+00:00
NameRangeType
TitleRangeType
Realmus
Authorityhl7
DescriptionRangeType - Quantity from low to high. *Mappings* * FHIR: [[[Range]]] * openEHR: [[[DV_INTERVAL]]]<[[[DV_QUANTITY]]]> * CDA: [[[IVL_PQ]]]
TypeRangeType
Kindcomplex-type

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
fhir.clinical.datatypes#currentDataValueTypeDataValueType

Narrative

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

Generated Narrative: StructureDefinition RangeType

NameFlagsCard.TypeDescription & Constraintsdoco
.. RangeType 0..*DataValueTypeRangeType (Quantity from low to high)

doco Documentation for this format

Source1

{
  "resourceType": "StructureDefinition",
  "id": "RangeType",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://fhir.org/guides/fhir/base-clinical/StructureDefinition/RangeType",
  "version": "0.1.0",
  "name": "RangeType",
  "title": "RangeType",
  "status": "active",
  "experimental": false,
  "date": "2026-05-03T22:05:01+00:00",
  "publisher": "HL7 International / FHIR Infrastructure",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/fiwg"
        }
      ]
    }
  ],
  "description": "RangeType - Quantity from low to high. \n\n *Mappings* \n\n * FHIR: [[[Range]]]\n\n * openEHR: [[[DV_INTERVAL]]]<[[[DV_QUANTITY]]]>\n\n * CDA: [[[IVL_PQ]]] \n\n   ",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "fhirVersion": "5.0.0",
  "mapping": [
    {
      "identity": "fhir",
      "uri": "http://hl7.org/fhir"
    },
    {
      "identity": "openehr",
      "uri": "http://openehr.org/specifications"
    },
    {
      "identity": "cda",
      "uri": "http://hl7.org/cda"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    }
  ],
  "kind": "complex-type",
  "abstract": false,
  "type": "RangeType",
  "baseDefinition": "http://fhir.org/guides/fhir/base-clinical/StructureDefinition/DataValueType",
  "derivation": "specialization",
  "snapshot": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
        "valueString": "0.1.0"
      }
    ],
    "element": [
      {
        "id": "RangeType",
        "path": "RangeType",
        "short": "RangeType (Quantity from low to high)",
        "definition": "RangeType - Quantity from low to high",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false,
        "mapping": [
          {
            "identity": "fhir",
            "map": "Range,DataType"
          },
          {
            "identity": "openehr",
            "map": "[[[DV_INTERVAL]]]<[[[DV_QUANTITY]]]>,DATA_VALUE"
          },
          {
            "identity": "cda",
            "map": "IVL_PQ,ANY"
          },
          {
            "identity": "rim",
            "map": "n/a"
          }
        ]
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "RangeType",
        "path": "RangeType",
        "short": "RangeType (Quantity from low to high)",
        "definition": "RangeType - Quantity from low to high",
        "min": 0,
        "max": "*",
        "mapping": [
          {
            "identity": "fhir",
            "map": "Range"
          },
          {
            "identity": "openehr",
            "map": "[[[DV_INTERVAL]]]<[[[DV_QUANTITY]]]>"
          },
          {
            "identity": "cda",
            "map": "IVL_PQ"
          }
        ]
      }
    ]
  }
}