Swedish Language Pack
0.1.0 - Working Copy
Swedish Language Pack, published by HL7 Sweden. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/danka74/hl7.fhir.r4.sv/ and changes regularly. See the Directory of published versions
Active as of 2024-08-28 |
{
"resourceType" : "CodeSystem",
"id" : "cs-sv-days-of-week",
"language" : "sv",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"sv\" lang=\"sv\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem cs-sv-days-of-week</b></p><a name=\"cs-sv-days-of-week\"> </a><a name=\"hccs-sv-days-of-week\"> </a><a name=\"cs-sv-days-of-week-sv\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Language: sv</p></div><p>This code system <code>http://hl7.org/fhir/langs/CodeSystem/cs-sv-days-of-week</code> defines features on the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a style=\"white-space:nowrap\" href=\"http://hl7.org/fhir/R4/codesystem-days-of-week.html#days-of-week-mon\">mon</a><a name=\"cs-sv-days-of-week-mon\"> </a></td><td>måndag</td></tr><tr><td><a style=\"white-space:nowrap\" href=\"http://hl7.org/fhir/R4/codesystem-days-of-week.html#days-of-week-tue\">tue</a><a name=\"cs-sv-days-of-week-tue\"> </a></td><td>tisdag</td></tr><tr><td><a style=\"white-space:nowrap\" href=\"http://hl7.org/fhir/R4/codesystem-days-of-week.html#days-of-week-wed\">wed</a><a name=\"cs-sv-days-of-week-wed\"> </a></td><td>onsdag</td></tr><tr><td><a style=\"white-space:nowrap\" href=\"http://hl7.org/fhir/R4/codesystem-days-of-week.html#days-of-week-thu\">thu</a><a name=\"cs-sv-days-of-week-thu\"> </a></td><td>torsdag</td></tr><tr><td><a style=\"white-space:nowrap\" href=\"http://hl7.org/fhir/R4/codesystem-days-of-week.html#days-of-week-fri\">fri</a><a name=\"cs-sv-days-of-week-fri\"> </a></td><td>fredag</td></tr><tr><td><a style=\"white-space:nowrap\" href=\"http://hl7.org/fhir/R4/codesystem-days-of-week.html#days-of-week-sat\">sat</a><a name=\"cs-sv-days-of-week-sat\"> </a></td><td>lördag</td></tr><tr><td><a style=\"white-space:nowrap\" href=\"http://hl7.org/fhir/R4/codesystem-days-of-week.html#days-of-week-sun\">sun</a><a name=\"cs-sv-days-of-week-sun\"> </a></td><td>söndag</td></tr></table></div>"
},
"url" : "http://hl7.org/fhir/langs/CodeSystem/cs-sv-days-of-week",
"version" : "0.1.0",
"name" : "DaysOfWeek",
"title" : "DaysOfWeek",
"status" : "active",
"date" : "2024-08-28T11:40:25+00:00",
"publisher" : "HL7 Sweden",
"description" : "The days of the week.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "SE"
}
]
}
],
"caseSensitive" : false,
"content" : "supplement",
"supplements" : "http://hl7.org/fhir/days-of-week",
"concept" : [
{
"code" : "mon",
"display" : "måndag"
},
{
"code" : "tue",
"display" : "tisdag"
},
{
"code" : "wed",
"display" : "onsdag"
},
{
"code" : "thu",
"display" : "torsdag"
},
{
"code" : "fri",
"display" : "fredag"
},
{
"code" : "sat",
"display" : "lördag"
},
{
"code" : "sun",
"display" : "söndag"
}
]
}