FHIR IG Statistics: StructureDefinition/ca-on-ps-profile-ratio
Resources that use this resource
Resources that this resource uses
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
}
]
}
}