Continuous Glucose Monitoring, published by HL7 International / Orders and Observations. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/cgm/ and changes regularly. See the Directory of published versions
: Example CGM Data Submission One-Time Order (30 Days) - TTL Representation
Raw ttl | Download
@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:ServiceRequest ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "cgmDataSubmissionOneTimeOrder30DayExample"] ; #
fhir:extension ( [
( fhir:extension [
fhir:url [ fhir:v "timePeriod"^^xsd:anyURI ] ;
fhir:value [
a fhir:Period ;
fhir:start [ fhir:v "2024-12-17"^^xsd:date ] ;
fhir:end [ fhir:v "2025-01-16"^^xsd:date ] ] ] [
fhir:url [ fhir:v "submissionDataProfile"^^xsd:anyURI ] ;
fhir:value [
a fhir:canonical ;
fhir:v "http://hl7.org/fhir/uv/cgm/StructureDefinition/cgm-summary"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/cgm/StructureDefinition/cgm-summary> ] ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/uv/cgm/StructureDefinition/data-submission-one-time-spec"^^xsd:anyURI ]
] ) ; #
fhir:status [ fhir:v "active"] ; #
fhir:intent [ fhir:v "order"] ; #
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/uv/cgm/CodeSystem/cgm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "cgm-data-submission-one-time-order" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/patientExample" ]
] . #