FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/bloodGlucoseSelfMeasurement

Packagenictiz.fhir.nl.stu3.zib2015
Resource TypeStructureDefinition
IdbloodGlucoseSelfMeasurement
FHIR VersionR3
Sourcehttps://simplifier.net/resolve?scope=nictiz.fhir.nl.stu3.zib2015@1.0.0&canonical=http://nictiz.nl/fhir/StructureDefinition/bloodGlucoseSelfMeasurement
URLhttp://nictiz.nl/fhir/StructureDefinition/bloodGlucoseSelfMeasurement
Version1.0
Statusretired
NameBloodGlucoseSelfMeasurement
TitleBlood Glucose Self Measurement
Realmnl
DescriptionThis profiles represents a single blood glucose self measurement based on the seven-point scale (SMBG).
CopyrightCC0
TypeObservation
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "bloodGlucoseSelfMeasurement",
  "url": "http://nictiz.nl/fhir/StructureDefinition/bloodGlucoseSelfMeasurement",
  "version": "1.0",
  "name": "BloodGlucoseSelfMeasurement",
  "title": "Blood Glucose Self Measurement",
  "status": "retired",
  "publisher": "Nictiz",
  "contact": [
    {
      "name": "Nictiz",
      "telecom": [
        {
          "system": "email",
          "value": "info@nictiz.nl",
          "use": "work"
        }
      ]
    }
  ],
  "description": "This profiles represents a single blood glucose self measurement based on the seven-point scale (SMBG).",
  "copyright": "CC0",
  "fhirVersion": "3.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Observation",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Observation",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Observation.extension",
        "path": "Observation.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Observation.extension:eventTiming",
        "path": "Observation.extension",
        "sliceName": "eventTiming",
        "short": "Approximate time of observation",
        "definition": "Regular life events the observation is tied to. This is useful for recording imprecise or \"fuzzy\" times when the observation occurred.  For example, a blood glucose measurement \"after breakfast\".  It is interpreted as relative to the `effectiveTime` element or the `issued` element if `effectiveTime` is absent.  For example the blood glucose measurement could be reported that same day (\"today after breakfast\") or some other day (\"yesterday after breakfast\").",
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": "http://hl7.org/fhir/StructureDefinition/observation-eventTiming"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Observation.extension:eventTiming.url",
        "path": "Observation.extension.url",
        "fixedUri": "http://hl7.org/fhir/StructureDefinition/observation-eventTiming"
      },
      {
        "id": "Observation.code",
        "path": "Observation.code",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "coding.code"
            }
          ],
          "rules": "closed"
        }
      },
      {
        "id": "Observation.code:fastingGlucose",
        "path": "Observation.code",
        "sliceName": "fastingGlucose"
      },
      {
        "id": "Observation.code:fastingGlucose.coding",
        "path": "Observation.code.coding",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "system"
            }
          ],
          "rules": "open"
        },
        "min": 1
      },
      {
        "id": "Observation.code:fastingGlucose.coding:loinc",
        "path": "Observation.code.coding",
        "sliceName": "loinc",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Observation.code:fastingGlucose.coding:loinc.system",
        "path": "Observation.code.coding.system",
        "min": 1,
        "fixedUri": "http://loinc.org"
      },
      {
        "id": "Observation.code:fastingGlucose.coding:loinc.code",
        "path": "Observation.code.coding.code",
        "min": 1,
        "fixedCode": "41604-0"
      },
      {
        "id": "Observation.code:fastingGlucose.coding:loinc.display",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Observation.code.coding.display",
        "fixedString": "Fasting Glucose [moles/volume] in capillary blood by Glucometer"
      },
      {
        "id": "Observation.code:generalGlucose",
        "path": "Observation.code",
        "sliceName": "generalGlucose"
      },
      {
        "id": "Observation.code:generalGlucose.coding",
        "path": "Observation.code.coding",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "system"
            }
          ],
          "rules": "open"
        },
        "min": 1
      },
      {
        "id": "Observation.code:generalGlucose.coding:loinc",
        "path": "Observation.code.coding",
        "sliceName": "loinc",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Observation.code:generalGlucose.coding:loinc.system",
        "path": "Observation.code.coding.system",
        "min": 1,
        "fixedUri": "http://loinc.org"
      },
      {
        "id": "Observation.code:generalGlucose.coding:loinc.code",
        "path": "Observation.code.coding.code",
        "min": 1,
        "fixedCode": "14743-9"
      },
      {
        "id": "Observation.code:generalGlucose.coding:loinc.display",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Observation.code.coding.display",
        "fixedString": "Glucose [moles/volume] in capillary blood by Glucometer"
      },
      {
        "id": "Observation.code:postMealGlucose",
        "path": "Observation.code",
        "sliceName": "postMealGlucose"
      },
      {
        "id": "Observation.code:postMealGlucose.coding",
        "path": "Observation.code.coding",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "system"
            }
          ],
          "rules": "open"
        },
        "min": 1
      },
      {
        "id": "Observation.code:postMealGlucose.coding:loinc",
        "path": "Observation.code.coding",
        "sliceName": "loinc",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Observation.code:postMealGlucose.coding:loinc.system",
        "path": "Observation.code.coding.system",
        "min": 1,
        "fixedUri": "http://loinc.org"
      },
      {
        "id": "Observation.code:postMealGlucose.coding:loinc.code",
        "path": "Observation.code.coding.code",
        "min": 1,
        "fixedCode": "14760-3"
      },
      {
        "id": "Observation.code:postMealGlucose.coding:loinc.display",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Observation.code.coding.display",
        "fixedString": "Glucose [moles/volume] in capillary blood by Glucometer -- 2 hours post meal"
      },
      {
        "id": "Observation.value[x]:valueQuantity",
        "path": "Observation.valueQuantity",
        "sliceName": "valueQuantity",
        "type": [
          {
            "code": "Quantity"
          }
        ]
      }
    ]
  }
}