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

FHIR IG Statistics: CodeSystem/proportion-kind

Packageopenehr.base
TypeCodeSystem
Idproportion-kind
FHIR VersionR5
Sourcehttp://openehr.org/fhir/https://build.fhir.org/ig/FHIR/openehr-base-ig/CodeSystem-proportion-kind.html
URLhttps://specifications.openehr.org/fhir/codesystem-proportion_kind
Version0.1.0
Statusactive
Date2023-06-27T18:45:58+10:00
NamePROPORTION_KIND
TitlePROPORTION_KIND
Realmuv
Authorityhl7
DescriptionClass of enumeration constants defining types of proportion for the DV_PROPORTION class.
Contentcomplete

Resources that use this resource

ValueSet
valueset-proportion_kindPROPORTION_KIND

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem proportion-kind

This case-sensitive code system https://specifications.openehr.org/fhir/codesystem-proportion_kind defines the following codes:

CodeDefinition
pk_ratio Ratio type. Numerator and denominator may be any value.
pk_unitary Denominator must be 1.
pk_percent Denominator is 100, numerator is understood as a percentage value.
pk_fraction Numerator and denominator are integral, and the presentation method uses a slash, e.g. 1/2 .
pk_integer_fraction Numerator and denominator are integral, and the presentation method uses a slash, e.g. 1/2 ; if the numerator is greater than the denominator, e.g. n=3, d=2, the presentation is 1 1/2 .

Source

{
  "resourceType": "CodeSystem",
  "id": "proportion-kind",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/tools/StructureDefinition/web-source",
      "valueUrl": "https://specifications.openehr.org/releases/RM/Release-1.1.0/data_types.html#_proportion_kind_class"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "fhir"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 3,
      "_valueInteger": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://openehr.org/fhir/ImplementationGuide/openehr.base"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "informative",
      "_valueCode": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://openehr.org/fhir/ImplementationGuide/openehr.base"
          }
        ]
      }
    }
  ],
  "url": "https://specifications.openehr.org/fhir/codesystem-proportion_kind",
  "version": "0.1.0",
  "name": "PROPORTION_KIND",
  "title": "PROPORTION_KIND",
  "status": "active",
  "experimental": false,
  "date": "2023-06-27T18:45:58+10:00",
  "publisher": "openEHR + HL7",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.openehr.org"
        }
      ]
    }
  ],
  "description": "Class of enumeration constants defining types of proportion for the DV_PROPORTION class.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "content": "complete",
  "concept": [
    {
      "code": "pk_ratio",
      "display": "pk_ratio",
      "definition": "Ratio type. Numerator and denominator may be any value."
    },
    {
      "code": "pk_unitary",
      "display": "pk_unitary",
      "definition": "Denominator must be 1."
    },
    {
      "code": "pk_percent",
      "display": "pk_percent",
      "definition": "Denominator is 100, numerator is understood as a percentage value."
    },
    {
      "code": "pk_fraction",
      "display": "pk_fraction",
      "definition": "Numerator and denominator are integral, and the presentation method uses a slash, e.g. 1/2 ."
    },
    {
      "code": "pk_integer_fraction",
      "display": "pk_integer_fraction",
      "definition": "Numerator and denominator are integral, and the presentation method uses a slash, e.g. 1/2 ; if the numerator is greater than the denominator, e.g. n=3, d=2, the presentation is 1 1/2 ."
    }
  ]
}