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

FHIR IG Statistics: StructureDefinition/ca-on-ps-profile-quantity

Packageca.on.oh.patient-summary
Resource TypeStructureDefinition
Idca-on-ps-profile-quantity
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.oh.patient-summary@0.12.8&canonical=http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ps-profile-quantity
URLhttp://ontariohealth.ca/fhir/StructureDefinition/ca-on-ps-profile-quantity
Version0.10.0
Statusactive
Date2022-10-15T12:00:00+00:00
NameQuantityPSON
TitleQuantity (PS-ON)
Realmca
Authoritynational
DescriptionThis profile represents the constraint applied to the Quantity data type by the PS-ON project to use UCUM as the code system for units. Informed by the constraints of the [Observation-Quantity-UV-IPS profile](http://hl7.org/fhir/uv/ips/StructureDefinition-Quantity-uv-ips.html).
TypeQuantity
Kindcomplex-type

Resources that use this resource

StructureDefinition
ca-on-ps-profile-ratioRatio (PS-ON)

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "ca-on-ps-profile-quantity",
  "url": "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ps-profile-quantity",
  "version": "0.10.0",
  "name": "QuantityPSON",
  "title": "Quantity (PS-ON)",
  "status": "active",
  "date": "2022-10-15T12:00:00+00:00",
  "publisher": "Ontario Health",
  "description": "This profile represents the constraint applied to the Quantity data type by the PS-ON project to use UCUM as the code system for units. Informed by the constraints of the [Observation-Quantity-UV-IPS profile](http://hl7.org/fhir/uv/ips/StructureDefinition-Quantity-uv-ips.html).",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "124"
        }
      ]
    }
  ],
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    }
  ],
  "kind": "complex-type",
  "abstract": false,
  "type": "Quantity",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Quantity",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Quantity",
        "path": "Quantity",
        "short": "A measured amount using UCUM",
        "definition": "A measured amount (or an amount that can potentially be measured). Note that measured amounts include amounts that are not precisely quantified, including amounts involving arbitrary units and floating currencies.\r\nThis profile imposes that the code system for units be UCUM."
      },
      {
        "id": "Quantity.system",
        "path": "Quantity.system",
        "short": "UCUM system for units",
        "min": 1,
        "fixedUri": "http://unitsofmeasure.org",
        "mustSupport": true
      },
      {
        "id": "Quantity.code",
        "path": "Quantity.code",
        "min": 1,
        "mustSupport": true
      }
    ]
  }
}