FHIR IG analytics
Resources that use this resource
Resources that this resource uses
| CodeSystem |
| loinc.org | LOINC codes used in this IG |
Narrative
Note: links and images are rebased to the (stated) source
- Include these codes as defined in
http://loinc.org version Not Stated (use latest from terminology server)| Code | Display |
| 11502-2 | Laboratorní nález |
Source1
{
"resourceType": "ValueSet",
"id": "cz-lab-report-types-VS",
"language": "cs-CZ",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "https://hl7.cz/fhir/lab/ValueSet/cz-lab-report-types-VS",
"version": "0.5.0",
"name": "CZ_LabReportTypesVS",
"title": "Laboratory Report Types (CZ)",
"status": "active",
"experimental": false,
"date": "2022-08-11",
"publisher": "HL7 Czech Republic",
"contact": [
{
"name": "HL7 Czech Republic",
"telecom": [
{
"system": "url",
"value": "https://hl7.cz"
}
]
}
],
"description": "Typy laboratorních zpráv",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "CZ",
"display": "Czechia"
}
]
}
],
"compose": {
"include": [
{
"system": "http://loinc.org",
"concept": [
{
"code": "11502-2",
"display": "Laboratorní nález"
}
]
}
]
}
}