FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagenavify.fhir.r5.rdc
Resource TypeValueSet
IdValueSet-observation-codes.json
FHIR VersionR5
Sourcehttps://simplifier.net/resolve?scope=navify.fhir.r5.rdc@1.3.0&canonical=https://roche.com/fhir/iop/ValueSet/observation-codes
URLhttps://roche.com/fhir/iop/ValueSet/observation-codes
Statusactive
NameObservationCodes
DescriptionA ValueSet of codes applicable for use in `Observation.code` and `Observation.component.code`, defining the type of observation being recorded.
CopyrightCopyright 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.

Resources that use this resource

StructureDefinition
navify.fhir.r5.rdc#1.3.0rdc-Observation-AdditionalAdditional Context RDC Observation
navify.fhir.r5.rdc#1.3.0rdc-Observation-BGRDC Observation BG
navify.fhir.r5.rdc#1.3.0rdc-Observation-CGMRDC Obseration CGM

Resources that this resource uses

CodeSystem
kl.dk.fhir.children#2.1.0loinc.orgLogical Observation Identifiers, Names and Codes (LOINC)
hl7.fhir.vn.core#currentsctSNOMED CT (all versions)
ValueSet
navify.fhir.r5.rdc#1.3.0carbohydrate-intake-codesCarbohydrateIntakeCodes
navify.fhir.r5.rdc#1.3.0report-observation-codesReportObservationCodes

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "ValueSet",
  "id": "observation-codes",
  "url": "https://roche.com/fhir/iop/ValueSet/observation-codes",
  "name": "ObservationCodes",
  "description": "A ValueSet of codes applicable for use in `Observation.code` and `Observation.component.code`, defining the type of observation being recorded.",
  "status": "active",
  "experimental": false,
  "publisher": "F. Hoffmann-La Roche AG",
  "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.",
  "compose": {
    "include": [
      {
        "system": "http://loinc.org",
        "concept": [
          {
            "code": "32016-8",
            "display": "Glucose [Mass/volume] in Capillary blood"
          },
          {
            "code": "41604-0",
            "display": "Fasting glucose [Mass/volume] in Capillary blood by Glucometer"
          },
          {
            "code": "9059-7",
            "display": "Carbohydrate intake Estimated"
          }
        ]
      },
      {
        "system": "http://snomed.info/sct",
        "concept": [
          {
            "code": "434910001",
            "display": "Interstitial fluid glucose concentration (observable entity)"
          },
          {
            "code": "700585005",
            "display": "Invasive interstitial-fluid glucose monitoring system (physical object)"
          }
        ]
      },
      {
        "valueSet": [
          "https://roche.com/fhir/iop/ValueSet/carbohydrate-intake-codes"
        ]
      },
      {
        "valueSet": [
          "https://roche.com/fhir/iop/ValueSet/report-observation-codes"
        ]
      }
    ]
  }
}