FHIR IG Statistics: StructureDefinition/BloodGlucoseMeasurementBundle
Resources that use this resource
Resources that this resource uses
Narrative
No narrative content found in resource
Source
{
"resourceType": "StructureDefinition",
"id": "BloodGlucoseMeasurementBundle",
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category",
"valueString": "Foundation.Other"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category",
"valueCode": "not-classified"
}
],
"url": "http://portal.esysta.com/fhir/StructureDefinition/BloodGlucoseMeasurementBundle",
"version": "1.0",
"name": "BloodGlucoseMeasurementBundle",
"title": "BloodGlucoseMeasurementBundle",
"status": "active",
"experimental": false,
"date": "2021-03-24",
"publisher": "Emperra GmbH E-Health Technologies",
"copyright": "Emperra GmbH E-Health Technologies",
"fhirVersion": "4.0.1",
"mapping": [
{
"identity": "v2",
"uri": "http://hl7.org/v2",
"name": "HL7 v2 Mapping"
},
{
"identity": "rim",
"uri": "http://hl7.org/v3",
"name": "RIM Mapping"
},
{
"identity": "cda",
"uri": "http://hl7.org/v3/cda",
"name": "CDA (R2)"
},
{
"identity": "w5",
"uri": "http://hl7.org/fhir/fivews",
"name": "FiveWs Pattern Mapping"
}
],
"kind": "resource",
"abstract": false,
"type": "Bundle",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Bundle.identifier",
"path": "Bundle.identifier",
"min": 1,
"mustSupport": true
},
{
"id": "Bundle.identifier.system",
"path": "Bundle.identifier.system",
"min": 1,
"patternUri": "http://portal.esysta.com/fhir/Bundle/",
"mustSupport": true
},
{
"id": "Bundle.identifier.value",
"path": "Bundle.identifier.value",
"min": 1,
"mustSupport": true
},
{
"id": "Bundle.type",
"path": "Bundle.type",
"fixedCode": "collection"
},
{
"id": "Bundle.entry",
"path": "Bundle.entry",
"mustSupport": true
},
{
"id": "Bundle.entry.resource",
"path": "Bundle.entry.resource",
"type": [
{
"code": "Observation",
"profile": [
"http://portal.esysta.com/fhir/StructureDefinition/BloodGlucoseMeasurement"
]
}
]
}
]
}
}