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

FHIR IG analytics

Packagekbv.basis.ressources.only
Resource TypeObservation
IdObservation_2c8a03fc_2b96_4ecd_88e2_cc1f10c800f4.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Die FHIR-Instanz des Profils 'KBV_PR_Base_Observation_Glucose_Concentration|1.7.0' zeigt eine Glukosekonzentration im Blut von 90 mg/dL am 2. Januar 2020 für einen Patienten an. Die Interpretation zeigt an, dass der Glukosespiegel langsam steigt.

Source1

{
  "resourceType": "Observation",
  "id": "2c8a03fc-2b96-4ecd-88e2-cc1f10c800f4",
  "meta": {
    "profile": [
      "https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_Observation_Glucose_Concentration"
    ]
  },
  "category": [
    {
      "coding": [
        {
          "code": "vital-signs",
          "system": "http://terminology.hl7.org/CodeSystem/observation-category"
        }
      ]
    }
  ],
  "valueQuantity": {
    "system": "http://unitsofmeasure.org",
    "value": 90,
    "code": "mg/dL",
    "unit": "mg/dL"
  },
  "method": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "version": "http://snomed.info/sct/11000274103/version/20240515",
        "code": "359776002",
        "display": "Glucose measurement by monitoring device (procedure)"
      }
    ]
  },
  "referenceRange": [
    {
      "low": {
        "system": "http://unitsofmeasure.org",
        "value": 60,
        "code": "mg/dL",
        "unit": "mg/dL"
      },
      "high": {
        "system": "http://unitsofmeasure.org",
        "value": 100,
        "code": "mg/dL",
        "unit": "mg/dL"
      }
    }
  ],
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "amended",
  "code": {
    "coding": [
      {
        "version": "2.77",
        "code": "2339-0",
        "system": "http://loinc.org",
        "display": "Glucose [Mass/volume] in Blood"
      },
      {
        "version": "http://snomed.info/sct/11000274103/version/20240515",
        "code": "434912009",
        "system": "http://snomed.info/sct",
        "display": "Blood glucose concentration (observable entity)"
      }
    ]
  },
  "subject": {
    "reference": "Patient/904e04d0-c9f2-4edd-b734-c3526f015000"
  },
  "effectiveDateTime": "2020-01-02",
  "performer": [
    {
      "reference": "PractionerRole/4f77c31a-e4b2-4b96-b0b1-17e903e66edb"
    }
  ],
  "interpretation": [
    {
      "coding": [
        {
          "version": "http://snomed.info/sct/11000274103/version/20240515",
          "code": "365811003:{363713009=260369004,363713009=255361000}",
          "system": "http://snomed.info/sct",
          "display": "Glucose level - finding where (Has interpretation = Increasing, and Has interpretation = Slow)"
        }
      ]
    }
  ],
  "note": [
    {
      "authorString": "Mueller",
      "time": "2020-01-02",
      "text": "ausgedacht"
    }
  ]
}