PackagesCanonicalsLogsProblems
    Packages
    ans.fhir.fr.mesures@3.1.0-ballot
    https://interop.esante.gouv.fr/ig/fhir/mesures/StructureDefinition/mesures-observation-glucose
description: Profil de la ressource Observation pour définir une Glycémie\n\nCe profil permet de gérer 4 types d'indicateurs de glycémie:\n- le taux de glucose sanguin, mesuré en mg/dl\n- le taux de glucose interstitiel, mesuré en mg/dl\n- l’hémoglobine glyquée (Hb1Ac) mesurée en %\n- l’index de gestion de glycémie (IGG) qui procure une estimation de l’HbA1c également mesuré en %\n\nL'extension MesNumberOfDays permet de spécifier le nombre de jours dans la mesure du taux de glucose interstitiel et de l’index de gestion de glycémie (IGG) .\n\nL'extension MesMomentOfMeasurement (contexte de la mesure) est utilisée dans le cas de la mesure du glucose sanguin.
package_name: ans.fhir.fr.mesures
derivation: constraint
name: MesObservationGlucose
type: Observation
elements:
  category:
    index: 8
    slicing:
      slices:
        VSCat:
          match: {}
          schema:
            index: 8
            elements:
              coding:
                elements:
                  display:
                    pattern: {type: String, value: vital-signs}
                    index: 9
  referenceRange:
    elements:
      appliesTo:
        binding: {strength: required, valueSet: 'https://mos.esante.gouv.fr/NOS/JDV_J148-ReferenceRangeAppliesTo-CISIS/FHIR/JDV-J148-ReferenceRangeAppliesTo-CISIS'}
        index: 29
        elements:
          coding:
            elements:
              system: {index: 30}
              code: {index: 31}
            required: [system, code]
  value[x]:
    elements:
      value: {short: Valeur mesurée, index: 22}
      system:
        pattern: {type: Uri, value: 'http://unitsofmeasure.org'}
        index: 23
      code:
        binding: {strength: required, valueSet: 'https://mos.esante.gouv.fr/NOS/JDV_J163-GlucoseUnits-ENS/FHIR/JDV-J163-GlucoseUnits-ENS'}
        index: 24
    required: [system, code]
  meta:
    elements:
      source: {short: 'Uri identifiant les systèmes tiers ayant envoyé la ressource. L’uri est sous la forme d’un oid : « urn:oid:xx.xx.xx »', index: 0}
  encounter:
    type: Reference
    refers: ['https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-encounter']
    index: 14
  method:
    binding: {strength: extensible, valueSet: 'https://interop.esante.gouv.fr/ig/fhir/mesures/ValueSet/method-glucose-vs'}
    mustSupport: true
    index: 27
  valueQuantity: {type: Quantity, choiceOf: value, index: 21}
  value:
    choices: [valueQuantity]
    index: 20
  extension:
    type: Extension
    url: http://hl7.org/fhir/StructureDefinition/workflow-supportingInfo
    index: 1
    slicing:
      slices:
        supportingInfo:
          match: {}
          schema: {type: Extension, url: 'http://hl7.org/fhir/StructureDefinition/workflow-supportingInfo', index: 1}
          min: 0
          max: 1
        MesReasonForMeasurement:
          match: {}
          schema: {type: Extension, url: 'https://interop.esante.gouv.fr/ig/fhir/mesures/StructureDefinition/mesures-reason-for-measurement', index: 2}
          min: 0
          max: 1
        MesMomentOfMeasurement:
          match: {}
          schema:
            type: Extension
            url: https://interop.esante.gouv.fr/ig/fhir/mesures/StructureDefinition/mesures-moment-of-measurement
            index: 3
            elements:
              value:
                choices: []
                index: 5
        MesNumberOfDays:
          match: {}
          schema: {type: Extension, url: 'https://interop.esante.gouv.fr/ig/fhir/mesures/StructureDefinition/mesures-number-of-days', index: 6}
          min: 0
          max: 1
        MesDiabetisType:
          match: {}
          schema: {type: Extension, url: 'https://interop.esante.gouv.fr/ig/fhir/mesures/StructureDefinition/mesures-diabetis-type', index: 7}
          min: 0
          max: 1
  effectiveDateTime: {type: dateTime, choiceOf: effective, index: 17}
  effective:
    choices: [effectiveDateTime]
    index: 16
  code:
    short: "Types de glycémie:\r\n• Glucose sanguin\r\n• Glucose interstitiel\r\n• Hémoglobine glyquée (HbA1c)\r\n• Index de gestion de glycémie (IGG)"
    binding: {strength: extensible, valueSet: 'https://mos.esante.gouv.fr/NOS/JDV_J154-TypeGlucose-ENS/FHIR/JDV-J154-TypeGlucose-ENS'}
    index: 10
    elements:
      coding:
        elements:
          system: {index: 11}
          code: {index: 12}
        required: [system, code]
  device:
    type: Reference
    short: "Dispositif utilisé pour l'observation\r\nSi la mesure a été faite par un objet connecté (Profil PhdDevice), cette référence est obligatoire"
    mustSupport: true
    refers: ['http://hl7.org/fhir/uv/phd/StructureDefinition/PhdDevice']
    index: 28
  subject:
    type: Reference
    refers: ['https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-patient']
    index: 13
  performer:
    type: Reference
    refers: ['http://hl7.org/fhir/StructureDefinition/CareTeam', 'http://hl7.org/fhir/StructureDefinition/PractitionerRole', 'http://hl7.org/fhir/StructureDefinition/RelatedPerson', 'https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-organization', 'https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-patient', 'https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-practitioner']
    index: 18
  dataAbsentReason:
    elements:
      coding:
        elements:
          system: {index: 25}
          code: {index: 26}
        required: [system, code]
package_version: 3.1.0-ballot
extensions:
  supportingInfo: {url: 'http://hl7.org/fhir/StructureDefinition/workflow-supportingInfo', min: 0, max: 1, type: Extension, index: 1}
  MesReasonForMeasurement: {url: 'https://interop.esante.gouv.fr/ig/fhir/mesures/StructureDefinition/mesures-reason-for-measurement', min: 0, max: 1, type: Extension, index: 2}
  MesMomentOfMeasurement:
    url: https://interop.esante.gouv.fr/ig/fhir/mesures/StructureDefinition/mesures-moment-of-measurement
    type: Extension
    index: 3
    elements:
      value:
        choices: []
        index: 5
  MesNumberOfDays: {url: 'https://interop.esante.gouv.fr/ig/fhir/mesures/StructureDefinition/mesures-number-of-days', min: 0, max: 1, type: Extension, index: 6}
  MesDiabetisType: {url: 'https://interop.esante.gouv.fr/ig/fhir/mesures/StructureDefinition/mesures-diabetis-type', min: 0, max: 1, type: Extension, index: 7}
class: profile
kind: resource
url: https://interop.esante.gouv.fr/ig/fhir/mesures/StructureDefinition/mesures-observation-glucose
base: http://hl7.org/fhir/StructureDefinition/vitalsigns
version: 3.1.0-ballot