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-786-4",
"meta" : {
"profile" : [
🔗 "http://loinc-ssidl.umed.pl/fhir/ig/ssidl/StructureDefinition/ssidl-observationDefinition-labCatalogTest"
]
},
"text" : {
"status" : "generated",
"div" : "<div><p><strong>Definicja testu laboratoryjnego</strong></p><div><p>Nazwa na wyniku badania:\u00a0<strong>MCHC</strong></p><p>LOINC: <strong>[786-4]\u00a0Średnie stężenie hemoglobiny w erytrocycie: stężenie masowe: punkt w czasie: krwinki czerwone: ilościowy: automatyczne liczenie</strong></p><p><strong>Metoda:\u00a0[LP6141-8] Automatyczne zliczanie</strong></p><p>Jednostka wyniku:<strong>\u00a0g/dL 'gram na decylitr'</strong></p></div><p><strong>Wartości referencyjne</strong></p><ul><li><strong>Wartości normalne: 32.0-37.0\u00a0g/dL</strong></li></ul></div>"
},
"url" : "http://loinc-ssidl.umed.pl/fhir/ig/ssidl/ObservationDefinition/ssidl-labCatalogTest-786-4",
"version" : "1",
"title" : "Średnie stężenie hemoglobiny w erytrocycie: stężenie masowe: punkt w czasie: krwinki czerwone: ilościowy: automatyczne liczenie",
"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" : "786-4",
"display" : "Średnie stężenie hemoglobiny w erytrocycie: stężenie masowe: punkt w czasie: krwinki czerwone: ilościowy: automatyczne liczenie"
}
]
},
"permittedDataType" : [
"Quantity"
],
"method" : {
"coding" : [
{
"system" : "http://loinc.org/part",
"code" : "LP6141-8",
"display" : "Automatyczne zliczanie"
}
]
},
"preferredReportName" : "MCHC",
"permittedUnit" : [
{
"system" : "http://unitsofmeasure.org",
"code" : "g/dL",
"display" : "gram 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" : 32,
"unit" : "g/dL"
},
"high" : {
"value" : 37,
"unit" : "g/dL"
}
}
}
]
}