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

FHIR IG Statistics: CodeSystem/kind-of-relation

Packagehl7.fhir.uv.pocd
TypeCodeSystem
Idkind-of-relation
FHIR VersionR4
Sourcehttp://hl7.org/fhir/uv/pocd/https://build.fhir.org/ig/HL7/uv-pocd/CodeSystem-kind-of-relation.html
URLhttp://hl7.org/fhir/uv/pocd/CodeSystem/kind-of-relation
Versioncurrent
Statusdraft
Date2020-05-12
NameKind
TitleKind
Realmuv
Authorityhl7
DescriptionCodeSystem for IEEE 11073-10207 Relation/Kind
Contentcomplete

Resources that use this resource

ValueSet
kind-of-relationKind

Resources that this resource uses

No resources found


Narrative

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

This code system http://hl7.org/fhir/uv/pocd/CodeSystem/kind-of-relation defines the following codes:

CodeDisplayDefinition
Rcm RecommendationThe METRIC is a recommendation for the containment tree entries defined in ./pm:Relation/@Entries
PS PresettingPresetting. This METRIC is a presetting for the containment tree entries defined in ./pm:Relation/@Entries.
SST Set of summary statisticsThe METRIC is part of a set of summary statistics for a sample where other METRICs that belong to the summary statistics are defined in ./pm:Relation/@Entries.
ECE Effect on containment tree entriesWhen changed, the METRIC has an effect on the containment tree entries defined in ./pm:Relation/@Entries. If Kind is ECE, ./pm:Relation/pm:Code SHOULD be set to classify the effect.
DCE Derived from containment tree entriesThe METRIC is derived from the containment tree entries defined in ./pm:Relation/@Entries. If Kind is DCE, ./pm:Relation/pm:Code MAY be set to classify the form of derivation.
Oth OtherRelation is specified by other means, e.g., ./pm:Relation/pm:Code or extension element.

Source

{
  "resourceType": "CodeSystem",
  "id": "kind-of-relation",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.org/fhir/uv/pocd/CodeSystem/kind-of-relation",
  "version": "current",
  "name": "Kind",
  "title": "Kind",
  "status": "draft",
  "experimental": false,
  "date": "2020-05-12",
  "publisher": "HL7 International - Devices Work Group",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/Special/committees/healthcaredevices"
        }
      ]
    }
  ],
  "description": "CodeSystem for IEEE 11073-10207 Relation/Kind",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "caseSensitive": false,
  "content": "complete",
  "concept": [
    {
      "code": "Rcm",
      "display": "Recommendation",
      "definition": "The METRIC is a recommendation for the containment tree entries defined in ./pm:Relation/@Entries"
    },
    {
      "code": "PS",
      "display": "Presetting",
      "definition": "Presetting. This METRIC is a presetting for the containment tree entries defined in ./pm:Relation/@Entries."
    },
    {
      "code": "SST",
      "display": "Set of summary statistics",
      "definition": "The METRIC is part of a set of summary statistics for a sample where other METRICs that belong to the summary statistics are defined in ./pm:Relation/@Entries."
    },
    {
      "code": "ECE",
      "display": "Effect on containment tree entries",
      "definition": "When changed, the METRIC has an effect on the containment tree entries defined in ./pm:Relation/@Entries. If Kind is ECE, ./pm:Relation/pm:Code SHOULD be set to classify the effect."
    },
    {
      "code": "DCE",
      "display": "Derived from containment tree entries",
      "definition": "The METRIC is derived from the containment tree entries defined in ./pm:Relation/@Entries. If Kind is DCE, ./pm:Relation/pm:Code MAY be set to classify the form of derivation."
    },
    {
      "code": "Oth",
      "display": "Other",
      "definition": "Relation is specified by other means, e.g., ./pm:Relation/pm:Code or extension element."
    }
  ]
}