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-787-2",
"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>MCV</strong></p><p>LOINC: <strong>[787-2]\u00a0[Brak pozycji w polskiej wersji]</strong></p><p>Metoda<strong>:\u00a0[LP6141-8] Automatyczne zliczanie</strong></p><p>Jednostka wyniku:<strong>\u00a0fL 'femtolitr'</strong></p></div><p><strong>Wartości referencyjne</strong></p><ul><li><strong>Wartości normalne: 77.0-93.0\u00a0fL</strong></li></ul></div>"
},
"url" : "http://loinc-ssidl.umed.pl/fhir/ig/ssidl/ObservationDefinition/ssidl-labCatalogTest-787-2",
"version" : "1",
"title" : "[Brak pozycji w polskiej wersji]",
"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" : "787-2",
"display" : "[Brak pozycji w polskiej wersji]"
}
]
},
"permittedDataType" : [
"Quantity"
],
"method" : {
"coding" : [
{
"system" : "http://loinc.org/part",
"code" : "LP6141-8",
"display" : "Automatyczne zliczanie"
}
]
},
"preferredReportName" : "MCV",
"permittedUnit" : [
{
"system" : "http://unitsofmeasure.org",
"code" : "fL",
"display" : "femtolitr"
}
],
"qualifiedValue" : [
{
"context" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/5.1.0/CodeSystem-referencerange-meaning.html",
"code" : "normal",
"display" : "Wartości normalne"
}
]
},
"range" : {
"low" : {
"value" : 77,
"unit" : "fL"
},
"high" : {
"value" : 93,
"unit" : "fL"
}
}
}
]
}