Specyfikacja interoperacyjności prototypu SSIDL
0.1.1 - ci-build
Specyfikacja interoperacyjności prototypu SSIDL, published by Uniwersytet Medyczny w Łodzi. This guide is not an authorized publication; it is the continuous build for version 0.1.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/SSIDL/ssidl-ig/ and changes regularly. See the Directory of published versions
{
"resourceType" : "ObservationDefinition",
"id" : "SsidlLabCatalogTest-2160-0",
"meta" : {
"profile" : [
🔗 "http://loinc-ssidl.umed.pl/fhir/ig/ssidl/StructureDefinition/ssidl-observationDefinition-labCatalogTest"
]
},
"text" : {
"status" : "extensions",
"div" : "<div><p><strong>Definicja testu laboratoryjnego</strong></p><div><p>Nazwa na wyniku badania:\u00a0<strong>Kreatynina</strong></p><p>LOINC: <strong>[2160-0] Kreatynina:stężenie masowe:punkt w czasie:surowica lub osocze:ilościowy</strong></p></div><p>Jednostka wyniku: <strong>mg/dL 'miligram na decylitr'</strong></p><p><strong>Wartości referencyjne</strong></p><ul><li><strong>Wartości normalne: 0.6-1.3\u00a0mg/dL</strong></li></ul></div>"
},
"url" : "http://loinc-ssidl.umed.pl/fhir/ig/ssidl/ObservationDefinition/ssidl-labCatalogTest-2160-0",
"version" : "1",
"title" : "Kreatynina:stężenie masowe:punkt w czasie:surowica lub osocze:ilościowy",
"status" : "active",
"useContext" : [
{
"code" : {
"system" : "http://terminology.hl7.org/CodeSystem/usage-context-type",
"code" : "workflow",
"display" : "Workflow Setting"
},
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://loinc-ssidl.umed.pl/fhir/ig/ssidl/CodeSystem/ssidl-definitionUseContext-CS",
"code" : "KU",
"display" : "Katalog usług"
}
]
}
}
],
"code" : {
"coding" : [
{
"system" : "http://loinc.com",
"code" : "2160-0",
"display" : "Kreatynina:stężenie masowe:punkt w czasie:surowica lub osocze:ilościowy"
}
]
},
"permittedDataType" : [
"Quantity"
],
"preferredReportName" : "Kreatynina",
"permittedUnit" : [
{
"system" : "http://unitsofmeasure.org",
"code" : "mg/dL",
"display" : "miligram na decylitr"
}
],
"qualifiedValue" : [
{
"context" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/5.1.0/CodeSystem-referencerange-meaning.html",
"code" : "normal",
"display" : "Wartości normalne"
}
]
},
"range" : {
"low" : {
"value" : 0.6,
"unit" : "mg/dL"
},
"high" : {
"value" : 1.3,
"unit" : "mg/dL"
}
}
}
]
}