Finnish Base Profiles
1.0.1-cibuild - ci-build Finland flag

Finnish Base Profiles, published by HL7 Finland. This guide is not an authorized publication; it is the continuous build for version 1.0.1-cibuild built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/fhir-fi/finnish-base-profiles/ and changes regularly. See the Directory of published versions

: Kanta PHR - blood glucose optional - JSON Representation

Raw json | Download


{
  "resourceType" : "Observation",
  "id" : "bloodglucose-max",
  "meta" : {
    "profile" : [
      "http://phr.kanta.fi/StructureDefinition/fiphr-sd-bloodglucose",
      "http://example.org/StructureDefinition/other-bloodglucose-structuredefinition"
    ],
    "security" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
        "code" : "U",
        "display" : "unrestricted"
      }
    ]
  },
  "language" : "en",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"en\" xml:lang=\"en\"><div class=\"hapiHeaderText\"><b>Verensokeri</b></div><table class=\"hapiPropertyTable\"><tbody><tr><td>Subject</td><td>Patient/f1fa0b52-eccf-44af-96c7-84a3251bb22c</td></tr><tr><td>Code</td><td>ins-short-fast</td></tr><tr><td>Display</td><td>Fast-acting insulin</td></tr><tr><td>Text</td><td>Lyhytvaikutteinen insuliini</td></tr></tbody></table></div>"
  },
  "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" : {
    "extension" : [
      {
        "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-PQ-translation",
        "valueQuantity" : {
          "value" : 2,
          "unit" : "mg/dl",
          "system" : "http://unitsofmeasure.org",
          "code" : "mg/dL"
        }
      }
    ],
    "value" : 10.0,
    "comparator" : "<",
    "unit" : "mmol/l",
    "system" : "http://unitsofmeasure.org",
    "code" : "mmol/L"
  },
  "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"
    }
  ]
}