Point-of-Care Device Implementation Guide
0.3.0 - STU 1 Ballot

This page is part of the Point-of-care Device FHIR IG (v0.3.0: STU 1 Ballot 3) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

: Kind of relation code system - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:CodeSystem;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "kind-of-relation"];
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/StructureDefinition/shareablecodesystem";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/StructureDefinition/shareablecodesystem>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system http://hl7.org/fhir/uv/pocd/CodeSystem/kind-of-relation defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">Rcm<a name=\"kind-of-relation-Rcm\"> </a></td><td>Recommendation</td><td>The METRIC is a recommendation for the containment tree entries defined in ./pm:Relation/@Entries</td></tr><tr><td style=\"white-space:nowrap\">PS<a name=\"kind-of-relation-PS\"> </a></td><td>Presetting</td><td>Presetting. This METRIC is a presetting for the containment tree entries defined in ./pm:Relation/@Entries.</td></tr><tr><td style=\"white-space:nowrap\">SST<a name=\"kind-of-relation-SST\"> </a></td><td>Set of summary statistics</td><td>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.</td></tr><tr><td style=\"white-space:nowrap\">ECE<a name=\"kind-of-relation-ECE\"> </a></td><td>Effect on containment tree entries</td><td>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.</td></tr><tr><td style=\"white-space:nowrap\">DCE<a name=\"kind-of-relation-DCE\"> </a></td><td>Derived from containment tree entries</td><td>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.</td></tr><tr><td style=\"white-space:nowrap\">Oth<a name=\"kind-of-relation-Oth\"> </a></td><td>Other</td><td>Relation is specified by other means, e.g., ./pm:Relation/pm:Code or extension element.</td></tr></table></div>"
  ];
  fhir:CodeSystem.url [ fhir:value "http://hl7.org/fhir/uv/pocd/CodeSystem/kind-of-relation"];
  fhir:CodeSystem.version [ fhir:value "0.3.0"];
  fhir:CodeSystem.name [ fhir:value "Kind"];
  fhir:CodeSystem.title [ fhir:value "Kind"];
  fhir:CodeSystem.status [ fhir:value "draft"];
  fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean];
  fhir:CodeSystem.date [ fhir:value "2020-05-12"^^xsd:date];
  fhir:CodeSystem.publisher [ fhir:value "HL7 International - Devices Work Group"];
  fhir:CodeSystem.contact [
     fhir:index 0;
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://hl7.org/Special/committees/healthcaredevices" ]     ]
  ];
  fhir:CodeSystem.description [ fhir:value "CodeSystem for IEEE 11073-10207 Relation/Kind"];
  fhir:CodeSystem.jurisdiction [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://unstats.un.org/unsd/methods/m49/m49.htm" ];
       fhir:Coding.code [ fhir:value "001" ]     ]
  ];
  fhir:CodeSystem.caseSensitive [ fhir:value "false"^^xsd:boolean];
  fhir:CodeSystem.content [ fhir:value "complete"];
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.concept.code [ fhir:value "Rcm" ];
     fhir:CodeSystem.concept.display [ fhir:value "Recommendation" ];
     fhir:CodeSystem.concept.definition [ fhir:value "The METRIC is a recommendation for the containment tree entries defined in ./pm:Relation/@Entries" ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.concept.code [ fhir:value "PS" ];
     fhir:CodeSystem.concept.display [ fhir:value "Presetting" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Presetting. This METRIC is a presetting for the containment tree entries defined in ./pm:Relation/@Entries." ]
  ], [
     fhir:index 2;
     fhir:CodeSystem.concept.code [ fhir:value "SST" ];
     fhir:CodeSystem.concept.display [ fhir:value "Set of summary statistics" ];
     fhir:CodeSystem.concept.definition [ fhir:value "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." ]
  ], [
     fhir:index 3;
     fhir:CodeSystem.concept.code [ fhir:value "ECE" ];
     fhir:CodeSystem.concept.display [ fhir:value "Effect on containment tree entries" ];
     fhir:CodeSystem.concept.definition [ fhir:value "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." ]
  ], [
     fhir:index 4;
     fhir:CodeSystem.concept.code [ fhir:value "DCE" ];
     fhir:CodeSystem.concept.display [ fhir:value "Derived from containment tree entries" ];
     fhir:CodeSystem.concept.definition [ fhir:value "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." ]
  ], [
     fhir:index 5;
     fhir:CodeSystem.concept.code [ fhir:value "Oth" ];
     fhir:CodeSystem.concept.display [ fhir:value "Other" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Relation is specified by other means, e.g., ./pm:Relation/pm:Code or extension element." ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.