eLab posistemės integracijos dokumentacija
0.3.36 - versija Lithuania flag

eLab posistemės integracijos dokumentacija - Local Development build (v0.3.36) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: observation-type-quantity - JSON Representation

Peržiūrėti json | Atsisiųsti

{
  "resourceType" : "Observation",
  "id" : "observation-type-quantity",
  "meta" : {
    "profile" : [
      🔗 "http://esveikata.lt/fhir/StructureDefinition/lt-observation"
    ]
  },
  "status" : "final",
  "code" : {
    "coding" : [
      {
        "system" : "https://www.medicinosnk.lt/lt-lab-klt-nomenclature",
        "code" : "2601-3",
        "display" : "Magnis"
      }
    ]
  },
  "effectiveDateTime" : "2026-05-26T11:26:26.000Z",
  "performer" : [
    {
      "extension" : [
        {
          "url" : "http://esveikata.lt/fhir/StructureDefinition/reference-practitionerEspbiId",
          "valueString" : "1001006006"
        },
        {
          "url" : "http://esveikata.lt/fhir/StructureDefinition/reference-organizationEspbiId",
          "valueString" : "1333322467"
        }
      ]
    }
  ],
  "valueQuantity" : {
    "value" : 5,
    "system" : "http://unitsofmeasure.org",
    "code" : "mmol/L"
  },
  "method" : {
    "coding" : [
      {
        "system" : "https://www.medicinosnk.lt/lt-lab-methods",
        "code" : "SPECPHOT",
        "display" : "Spektrofotometrinis"
      }
    ]
  },
  "referenceRange" : [
    {
      "low" : {
        "value" : 3.5
      },
      "high" : {
        "value" : 5.1
      },
      "text" : "3,5-5,1"
    }
  ]
}