Point-of-Care Device Implementation Guide, published by HL7 International / Devices. This guide is not an authorized publication; it is the continuous build for version 0.4.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/uv-pocd/ and changes regularly. See the Directory of published versions
| Page standards status: Draft | Maturity Level: 2 |
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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:id [ fhir:v "kind-of-relation"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/shareablecodesystem> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem kind-of-relation</b></p><a name=\"kind-of-relation\"> </a><a name=\"hckind-of-relation\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/R4/shareablecodesystem.html\">Shareable CodeSystem</a></p></div><p>This case-insensitive code system <code>http://hl7.org/fhir/uv/pocd/CodeSystem/kind-of-relation</code> 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>"^^rdf:XMLLiteral ]
] ; #
fhir:extension ( [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-wg> ] ;
fhir:value [
a fhir:Code ;
fhir:v "dev" ]
] [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm> ] ;
fhir:value [
a fhir:Integer ;
fhir:v 2 ;
( fhir:extension [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom> ] ;
fhir:value [
a fhir:Canonical ;
fhir:v "http://hl7.org/fhir/uv/pocd/ImplementationGuide/hl7.fhir.uv.pocd"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/uv/pocd/ImplementationGuide/hl7.fhir.uv.pocd> ] ] ) ]
] [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status> ] ;
fhir:value [
a fhir:Code ;
fhir:v "draft" ;
( fhir:extension [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom> ] ;
fhir:value [
a fhir:Canonical ;
fhir:v "http://hl7.org/fhir/uv/pocd/ImplementationGuide/hl7.fhir.uv.pocd"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/uv/pocd/ImplementationGuide/hl7.fhir.uv.pocd> ] ] ) ]
] ) ; #
fhir:url [
fhir:v "http://hl7.org/fhir/uv/pocd/CodeSystem/kind-of-relation"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/uv/pocd/CodeSystem/kind-of-relation>
] ; #
fhir:version [ fhir:v "0.4.0"] ; #
fhir:name [ fhir:v "Kind"] ; #
fhir:title [ fhir:v "Kind"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:experimental [ fhir:v false] ; #
fhir:date [ fhir:v "2020-05-12"^^xsd:date] ; #
fhir:publisher [ fhir:v "HL7 International / Devices"] ; #
fhir:contact ( [
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/healthcaredevices" ] ] )
] ) ; #
fhir:description [ fhir:v "CodeSystem for IEEE 11073-10207 Relation/Kind"] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [
fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm> ] ;
fhir:code [ fhir:v "001" ] ] )
] ) ; #
fhir:caseSensitive [ fhir:v false] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:concept ( [
fhir:code [ fhir:v "Rcm" ] ;
fhir:display [ fhir:v "Recommendation" ] ;
fhir:definition [ fhir:v "The METRIC is a recommendation for the containment tree entries defined in ./pm:Relation/@Entries" ]
] [
fhir:code [ fhir:v "PS" ] ;
fhir:display [ fhir:v "Presetting" ] ;
fhir:definition [ fhir:v "Presetting. This METRIC is a presetting for the containment tree entries defined in ./pm:Relation/@Entries." ]
] [
fhir:code [ fhir:v "SST" ] ;
fhir:display [ fhir:v "Set of summary statistics" ] ;
fhir:definition [ fhir:v "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:code [ fhir:v "ECE" ] ;
fhir:display [ fhir:v "Effect on containment tree entries" ] ;
fhir:definition [ fhir:v "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:code [ fhir:v "DCE" ] ;
fhir:display [ fhir:v "Derived from containment tree entries" ] ;
fhir:definition [ fhir:v "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:code [ fhir:v "Oth" ] ;
fhir:display [ fhir:v "Other" ] ;
fhir:definition [ fhir:v "Relation is specified by other means, e.g., ./pm:Relation/pm:Code or extension element." ]
] ) . #
IG © 2017+ HL7 International / Devices. Package hl7.fhir.uv.pocd#0.4.0 based on FHIR 4.0.1. Generated 2026-02-26
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change
