Estonian Terminology resources 0.2.2 - trial-use
Publication Build: This will be filled in by the publication tooling
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- a fhir:CodeSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "puude-raskusaste"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem puude-raskusaste</b></p><a name=\"puude-raskusaste\"> </a><a name=\"hcpuude-raskusaste\"> </a><a name=\"puude-raskusaste-en-US\"> </a><p>This case-insensitive code system <code>https://fhir.ee/CodeSystem/puude-raskusaste</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Estonian (et)</b></td></tr><tr><td style=\"white-space:nowrap\">keskmine<a name=\"puude-raskusaste-keskmine\"> </a></td><td>Keskmine puue</td><td>KESKMINE_PUUE</td></tr><tr><td style=\"white-space:nowrap\">raske<a name=\"puude-raskusaste-raske\"> </a></td><td>Raske puue</td><td>RASKE_PUUE</td></tr><tr><td style=\"white-space:nowrap\">sygav<a name=\"puude-raskusaste-sygav\"> </a></td><td>Sügav puue</td><td>SYGAV_PUUE</td></tr></table></div>" ] ; # fhir:url [ fhir:v "https://fhir.ee/CodeSystem/puude-raskusaste"^^xsd:anyURI] ; # fhir:version [ fhir:v "0.2.2"] ; # fhir:name [ fhir:v "PuudeRaskusaste"] ; # fhir:title [ fhir:v "Puude raskusaste"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2024-09-25T11:59:23+00:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "HL7 Estonia"] ; # fhir:contact ( [ fhir:name [ fhir:v "HL7 Estonia" ] ; ( fhir:telecom [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "https://www.hl7.ee" ] ] ) ] ) ; # fhir:description [ fhir:v "Puude raskusaste"] ; # fhir:jurisdiction ( [ ( fhir:coding [ fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ; fhir:code [ fhir:v "EE" ] ; fhir:display [ fhir:v "Estonia" ] ] ) ] ) ; # fhir:caseSensitive [ fhir:v "false"^^xsd:boolean] ; # fhir:content [ fhir:v "complete"] ; # fhir:count [ fhir:v "3"^^xsd:nonNegativeInteger] ; # fhir:concept ( [ fhir:code [ fhir:v "keskmine" ] ; fhir:display [ fhir:v "Keskmine puue" ] ; ( fhir:designation [ fhir:language [ fhir:v "et" ] ; fhir:value [ fhir:v "KESKMINE_PUUE" ] ] ) ] [ fhir:code [ fhir:v "raske" ] ; fhir:display [ fhir:v "Raske puue" ] ; ( fhir:designation [ fhir:language [ fhir:v "et" ] ; fhir:value [ fhir:v "RASKE_PUUE" ] ] ) ] [ fhir:code [ fhir:v "sygav" ] ; fhir:display [ fhir:v "Sügav puue" ] ; ( fhir:designation [ fhir:language [ fhir:v "et" ] ; fhir:value [ fhir:v "SYGAV_PUUE" ] ] ) ] ) . #