Release 5

Publish-box (todo)

Example CodeSystem/measure-aggregate-method (Turtle)

Raw Turtle (+ also see Turtle/RDF Format Specification)

Definition for Code SystemMeasureAggregateMethod

@prefix fhir: <http://hl7.org/fhir/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
# - resource -------------------------------------------------------------------
[] a fhir:CodeSystem ;
 fhir:id [ fhir:v "measure-aggregate-method"] ;
 fhir:meta [
 fhir:lastUpdated [ fhir:v "2023年03月26日T15:21:02.749+11:00" ] ;
 fhir:profile ( [ fhir:v "http://hl7.org/fhir/StructureDefinition/shareablecodesystem" ] )
 ] ;
 fhir:text [
 fhir:status [ fhir:v "generated" ]
 ] ;
 fhir:extension ( [
 fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg" ] ;
 fhir:value [ fhir:v "cqi" ]
 ] ) ;
 fhir:url [ fhir:v "http://hl7.org/fhir/CodeSystem/measure-aggregate-method"], [ fhir:v "http://hl7.org/fhir/CodeSystem/measure-aggregate-method"] ;
 fhir:identifier ( [
 fhir:system [ fhir:v "urn:ietf:rfc:3986" ] ;
 fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.4.2044" ]
 ] [
 fhir:system [ fhir:v "urn:ietf:rfc:3986" ] ;
 fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.4.2044" ]
 ] ) ;
 fhir:version [ fhir:v "5.0.0"], [ fhir:v "5.0.0"] ;
 fhir:name [ fhir:v "MeasureAggregateMethod"], [ fhir:v "MeasureAggregateMethod"] ;
 fhir:title [ fhir:v "Measure Aggregate Method"], [ fhir:v "Measure Aggregate Method"] ;
 fhir:status [ fhir:v "active"], [ fhir:v "active"] ;
 fhir:experimental [ fhir:v "false"], [ fhir:v "false"] ;
 fhir:date [ fhir:v "2019年03月14日T23:21:03-06:00"], [ fhir:v "2019年03月14日T23:21:03-06:00"] ;
 fhir:publisher [ fhir:v "Clinical Quality Information WG"], [ fhir:v "Clinical Quality Information WG"] ;
 fhir:contact ( [
 fhir:telecom ( [
 fhir:system [ fhir:v "url" ] ;
 fhir:value [ fhir:v "http://www.hl7.org/Special/committees/cqi/index.cfm" ]
 ] )
 ] [
 fhir:telecom ( [
 fhir:system [ fhir:v "url" ] ;
 fhir:value [ fhir:v "http://www.hl7.org/Special/committees/cqi/index.cfm" ]
 ] )
 ] ) ;
 fhir:description [ fhir:v "Aggregation method for a measure (e.g. sum, average, median, minimum, maximum, count)"], [ fhir:v "Aggregation method for a measure (e.g. sum, average, median, minimum, maximum, count)"] ;
 fhir:jurisdiction ( [
 fhir:coding ( [
 fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm" ] ;
 fhir:code [ fhir:v "001" ] ;
 fhir:display [ fhir:v "World" ]
 ] )
 ] [
 fhir:coding ( [
 fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm" ] ;
 fhir:code [ fhir:v "001" ] ;
 fhir:display [ fhir:v "World" ]
 ] )
 ] ) ;
 fhir:caseSensitive [ fhir:v "true"] ;
 fhir:valueSet [ fhir:v "http://hl7.org/fhir/ValueSet/aggregate-method"] ;
 fhir:content [ fhir:v "complete"] ;
 fhir:concept ( [
 fhir:code [ fhir:v "sum" ] ;
 fhir:display [ fhir:v "Sum" ] ;
 fhir:definition [ fhir:v "The measure score is determined by adding together the observations derived from the measure population." ]
 ] [
 fhir:code [ fhir:v "average" ] ;
 fhir:display [ fhir:v "Average" ] ;
 fhir:definition [ fhir:v "The measure score is determined by taking the average of the observations derived from the measure population." ]
 ] [
 fhir:code [ fhir:v "median" ] ;
 fhir:display [ fhir:v "Median" ] ;
 fhir:definition [ fhir:v "The measure score is determined by taking the median of the observations derived from the measure population." ]
 ] [
 fhir:code [ fhir:v "minimum" ] ;
 fhir:display [ fhir:v "Minimum" ] ;
 fhir:definition [ fhir:v "The measure score is determined by taking the minimum of the observations derived from the measure population." ]
 ] [
 fhir:code [ fhir:v "maximum" ] ;
 fhir:display [ fhir:v "Maximum" ] ;
 fhir:definition [ fhir:v "The measure score is determined by taking the maximum of the observations derived from the measure population." ]
 ] [
 fhir:code [ fhir:v "count" ] ;
 fhir:display [ fhir:v "Count" ] ;
 fhir:definition [ fhir:v "The measure score is determined as the number of observations derived from the measure population." ]
 ] ) .
# -------------------------------------------------------------------------------------

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.

AltStyle によって変換されたページ (->オリジナル) /