RDC Interoperability Guide
1.1.0

CGMFlags

Official URL: https://roche.com/fhir/iop/StructureDefinition/ext-CGMFlags Version: 1.1.0
Parent:

http://hl7.org/fhir/StructureDefinition/Extension

Computable Name:

ExtCGMFlags

This CGMFlags extension is used to capture the CGM flag values associated to the CGM Data.

Formal Views of Profile Content

urlFixed Value
valueStringstring

Extension
Definition

CGM flag values associated to the CGM Data.

Cardinality..1
Extension.url
Fixed Value
https://roche.com/fhir/iop/StructureDefinition/ext-CGMFlags
Extension.value[x]
Typestring
<StructureDefinition xmlns="http://hl7.org/fhir">
<id value="ext-CGMFlags" />
<url value="https://roche.com/fhir/iop/StructureDefinition/ext-CGMFlags" />
<name value="ExtCGMFlags" />
<title value="ext CGMFlags" />
<status value="active" />
<publisher value="F. Hoffmann-La Roche AG" />
<description value="This CGMFlags extension is used to capture the CGM flag values associated to the CGM Data." />
<copyright value="Copyright and related rights waived via CC0, https://creativecommons.org/publicdomain/zero/1.0/. This does not apply to information from third parties, for example a medical terminology system. The implementer alone is responsible for identifying and obtaining any necessary licenses or authorizations to utilize third party IP in connection with the specification or otherwise." />
<fhirVersion value="5.0.0" />
<kind value="complex-type" />
<abstract value="false" />
<context>
<type value="element" />
<expression value="Observation.value[x]" />
</context>
<type value="Extension" />
<baseDefinition value="http://hl7.org/fhir/StructureDefinition/Extension" />
<derivation value="constraint" />
<differential>
<element id="Extension">
<path value="Extension" />
<definition value="CGM flag values associated to the CGM Data." />
<max value="1" />
</element>
<element id="Extension.url">
<path value="Extension.url" />
<fixedUri value="https://roche.com/fhir/iop/StructureDefinition/ext-CGMFlags" />
</element>
<element id="Extension.value[x]">
<path value="Extension.value[x]" />
<type>
<code value="string" />
</type>
</element>
</differential>
</StructureDefinition>
{
"resourceType": "StructureDefinition",
"id": "ext-CGMFlags",
"url": "https://roche.com/fhir/iop/StructureDefinition/ext-CGMFlags",
"name": "ExtCGMFlags",
"title": "ext CGMFlags",
"status": "active",
"publisher": "F. Hoffmann-La Roche AG",
"description": "This CGMFlags extension is used to capture the CGM flag values associated to the CGM Data.",
"copyright": "Copyright and related rights waived via CC0, https://creativecommons.org/publicdomain/zero/1.0/. This does not apply to information from third parties, for example a medical terminology system. The implementer alone is responsible for identifying and obtaining any necessary licenses or authorizations to utilize third party IP in connection with the specification or otherwise.",
"fhirVersion": "5.0.0",
"kind": "complex-type",
"abstract": false,
"context": [
{
"type": "element",
"expression": "Observation.value[x]"
}
],
"type": "Extension",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Extension",
"path": "Extension",
"definition": "CGM flag values associated to the CGM Data.",
"max": "1"
},
{
"id": "Extension.url",
"path": "Extension.url",
"fixedUri": "https://roche.com/fhir/iop/StructureDefinition/ext-CGMFlags"
},
{
"id": "Extension.value[x]",
"path": "Extension.value[x]",
"type": [
{
"code": "string"
}
]
}
]
}
}