This page is part of the FHIR Specification (v5.0.0: R5 - STU). This is the current published version. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B
Raw Turtle (+ also see Turtle/RDF Format Specification)
Definition for Code SystemMeasureReportStratifierValueExample
@prefix fhir: <http://hl7.org/fhir/> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . # - resource ------------------------------------------------------------------- [] a fhir:CodeSystem ; fhir:id [ fhir:v "measurereport-stratifier-value-example"] ; 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/measurereport-stratifier-value-example"], [ fhir:v "http://hl7.org/fhir/measurereport-stratifier-value-example"] ; fhir:identifier ( [ fhir:system [ fhir:v "urn:ietf:rfc:3986" ] ; fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.4.1947" ] ] [ fhir:system [ fhir:v "urn:ietf:rfc:3986" ] ; fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.4.1947" ] ] ) ; fhir:version [ fhir:v "5.0.0"], [ fhir:v "5.0.0"] ; fhir:name [ fhir:v "MeasureReportStratifierValueExample"], [ fhir:v "MeasureReportStratifierValueExample"] ; fhir:title [ fhir:v "Measure Report Stratifier Value Example"], [ fhir:v "Measure Report Stratifier Value Example"] ; fhir:status [ fhir:v "active"], [ fhir:v "active"] ; fhir:experimental [ fhir:v "true"], [ fhir:v "true"] ; fhir:publisher [ fhir:v "Clinical Quality Information Workgroup"], [ fhir:v "Clinical Quality Information Workgroup"] ; fhir:description [ fhir:v "Example Region Value Measure Groups for the Measure Resource."], [ fhir:v "Example Region Value Measure Groups for the Measure Resource."] ; 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/measurereport-stratifier-value-example"] ; fhir:content [ fhir:v "complete"] ; fhir:concept ( [ fhir:code [ fhir:v "northwest" ] ; fhir:display [ fhir:v "Northwest" ] ; fhir:definition [ fhir:v "Northwest region stratification." ] ] [ fhir:code [ fhir:v "northeast" ] ; fhir:display [ fhir:v "Northeast" ] ; fhir:definition [ fhir:v "Northeast region stratification." ] ] [ fhir:code [ fhir:v "southwest" ] ; fhir:display [ fhir:v "Soutwest" ] ; fhir:definition [ fhir:v "Soutwest region stratification." ] ] [ fhir:code [ fhir:v "southeast" ] ; fhir:display [ fhir:v "Southeast" ] ; fhir:definition [ fhir:v "Southeast region stratification." ] ] ) . # -------------------------------------------------------------------------------------
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.