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

FHIR IG analytics

Packagefi.digious.kanta.test
Resource TypeObservation
IdBloodglucose-max.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

Verensokeri
SubjectPatient/f1fa0b52-eccf-44af-96c7-84a3251bb22c
Codeins-short-fast
DisplayFast-acting insulin
TextLyhytvaikutteinen insuliini

Source1

{
  "resourceType": "Observation",
  "meta": {
    "profile": [
      "http://phr.kanta.fi/StructureDefinition/fiphr-sd-bloodglucose",
      "http://example.org/StructureDefinition/other-bloodglucose-structuredefinition"
    ],
    "security": [
      {
        "code": "U",
        "system": "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
        "display": "unrestricted"
      }
    ]
  },
  "language": "en",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:uuid:206fc986-517a-4054-bc0a-03eb906c9571"
    },
    {
      "system": "urn:ietf:rfc:39862",
      "value": "urn:uuid:be18620b-ee17-4bd6-8304-102fdd10a38c2"
    }
  ],
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "vital-signs"
        },
        {
          "system": "http://example.org/CodeSystem/categories",
          "code": "observation"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "15074-8",
        "display": "Glucose (Bld) [Moles/Vol]"
      },
      {
        "system": "http://loinc.org",
        "code": "14743-9",
        "display": "Glucose Glucometer (BldC) [Moles/Vol]"
      },
      {
        "system": "http://loinc.org",
        "code": "14745-4",
        "display": "Glucose (Body fld) [Moles/Vol]"
      },
      {
        "system": "http://example.org",
        "code": "12345",
        "display": "Glucose [Moles/Vol]"
      }
    ]
  },
  "subject": {
    "reference": "Patient/f1fa0b52-eccf-44af-96c7-84a3251bb22c"
  },
  "effectiveDateTime": "2020-10-05",
  "issued": "2019-12-05T09:21:37.130+02:00",
  "performer": [
    {
      "reference": "Patient/f1fa0b52-eccf-44af-96c7-84a3251bb22c"
    }
  ],
  "valueQuantity": {
    "value": 10,
    "unit": "mmol/l",
    "comparator": "<",
    "system": "http://unitsofmeasure.org",
    "code": "mmol/L",
    "extension": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/iso21090-PQ-translation",
        "valueQuantity": {
          "value": 2,
          "unit": "mg/dl",
          "system": "http://unitsofmeasure.org",
          "code": "mg/dL"
        }
      }
    ]
  },
  "interpretation": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
          "code": "<",
          "display": "Off scale low"
        }
      ]
    }
  ],
  "note": [
    {
      "text": "käyttäjän lisäämä kommentti"
    }
  ],
  "referenceRange": [
    {
      "low": {
        "value": 16,
        "unit": "mmol/l",
        "system": "http://unitsofmeasure.org",
        "code": "mg/dL"
      },
      "high": {
        "value": 10,
        "unit": "mmol/l",
        "system": "http://unitsofmeasure.org",
        "code": "mg/dL"
      },
      "appliesTo": [
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "248153007",
              "display": "Male"
            }
          ],
          "text": "Normal range"
        }
      ],
      "age": {
        "low": {
          "value": 15,
          "unit": "years",
          "system": "http://unitsofmeasure.org",
          "code": "a"
        },
        "high": {
          "value": 100,
          "unit": "years",
          "system": "http://unitsofmeasure.org",
          "code": "a"
        }
      },
      "text": "Age"
    }
  ],
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  }
}