FHIR IG analytics
Resources that use this resource
| StructureDefinition |
| fhir.clinical.datatypes#current | DurationType | DurationType |
| fhir.clinical.datatypes#current | OrdinalType | OrdinalType |
Resources that this resource uses
| StructureDefinition |
| fhir.clinical.datatypes#current | DataValueType | DataValueType |
Narrative
Note: links and images are rebased to the (stated) source
Source1
{
"resourceType": "StructureDefinition",
"id": "QuantityType",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics",
"valueCode": "has-range"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics",
"valueCode": "is-continuous"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics",
"valueCode": "has-units"
}
],
"url": "http://fhir.org/guides/fhir/base-clinical/StructureDefinition/QuantityType",
"version": "0.1.0",
"name": "QuantityType",
"title": "QuantityType",
"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": "QuantityType - Measured/Measurable - Number with Units. \n\n *Mappings* \n\n * FHIR: [[[Quantity]]] \n\n * openEHR: [[[DV_QUANTITY]]] \n\n * CDA: [[[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": "QuantityType",
"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": "QuantityType",
"path": "QuantityType",
"short": "QuantityType (Measurable - Number with Units)",
"definition": "QuantityType - Measured/Measurable - Number with Units",
"min": 0,
"max": "*",
"base": {
"path": "Base",
"min": 0,
"max": "*"
},
"isModifier": false,
"mapping": [
{
"identity": "fhir",
"map": "Quantity,DataType"
},
{
"identity": "openehr",
"map": "DV_QUANTITY,DATA_VALUE"
},
{
"identity": "cda",
"map": "PQ,ANY"
},
{
"identity": "rim",
"map": "n/a"
}
]
}
]
},
"differential": {
"element": [
{
"id": "QuantityType",
"path": "QuantityType",
"short": "QuantityType (Measurable - Number with Units)",
"definition": "QuantityType - Measured/Measurable - Number with Units",
"min": 0,
"max": "*",
"mapping": [
{
"identity": "fhir",
"map": "Quantity"
},
{
"identity": "openehr",
"map": "DV_QUANTITY"
},
{
"identity": "cda",
"map": "PQ"
}
]
}
]
}
}