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

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

Packageca.on.oh.patient-summary
Resource TypeStructureDefinition
Idca-on-ps-profile-ratio
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-ratio
URLhttp://ontariohealth.ca/fhir/StructureDefinition/ca-on-ps-profile-ratio
Version0.10.0
Statusactive
Date2022-10-15T12:00:00+00:00
NameRatioPSON
TitleRatio (PS-ON)
Realmca
Authoritynational
DescriptionThis profile represents the constraint applied to the Ratio data type by the PS-ON project to use UCUM as the code system for units in a way that is informed by the constraints of the [Ratio-UV-IPS profile](http://hl7.org/fhir/uv/ips/StructureDefinition-Ratio-uv-ips.html).
TypeRatio
Kindcomplex-type

Resources that use this resource

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

Resources that this resource uses

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

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "ca-on-ps-profile-ratio",
  "url": "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ps-profile-ratio",
  "version": "0.10.0",
  "name": "RatioPSON",
  "title": "Ratio (PS-ON)",
  "status": "active",
  "date": "2022-10-15T12:00:00+00:00",
  "publisher": "Ontario Health",
  "description": "This profile represents the constraint applied to the Ratio data type by the PS-ON project to use UCUM as the code system for units in a way that is informed by the constraints of the [Ratio-UV-IPS profile](http://hl7.org/fhir/uv/ips/StructureDefinition-Ratio-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": "Ratio",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Ratio",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Ratio.numerator",
        "path": "Ratio.numerator",
        "type": [
          {
            "code": "Quantity",
            "profile": [
              "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ps-profile-quantity"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Ratio.denominator",
        "path": "Ratio.denominator",
        "type": [
          {
            "code": "Quantity",
            "profile": [
              "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ps-profile-quantity"
            ]
          }
        ],
        "mustSupport": true
      }
    ]
  }
}