FHIR Cross-Version Extensions package for FHIR R4 from FHIR R5 - Version 0.0.1-snapshot-2. See the Directory of published versions
| Page standards status: Informative | Maturity Level: 0 |
{
"resourceType" : "CodeSystem",
"id" : "week-of-month",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p>This code system \n <code>http://hl7.org/fhir/week-of-month</code> defines the following codes:\n </p>\n <table class=\"codes\">\n <tr>\n <td style=\"white-space:nowrap\">\n <b>Code</b>\n </td>\n <td>\n <b>Display</b>\n </td>\n <td>\n <b>Definition</b>\n </td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">first\n <a name=\"week-of-month-first\"> </a>\n </td>\n <td>First</td>\n <td>First week of the month.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">second\n <a name=\"week-of-month-second\"> </a>\n </td>\n <td>Second</td>\n <td>Second week of the month.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">third\n <a name=\"week-of-month-third\"> </a>\n </td>\n <td>Third</td>\n <td>Third week of the month.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">fourth\n <a name=\"week-of-month-fourth\"> </a>\n </td>\n <td>Fourth</td>\n <td>Fourth week of the month.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">last\n <a name=\"week-of-month-last\"> </a>\n </td>\n <td>Last</td>\n <td>Last week of the month.</td>\n </tr>\n </table>\n </div>"
},
"extension" : [
{
"extension" : [
{
"url" : "packageId",
"valueId" : "hl7.fhir.uv.xver-r5.r4"
},
{
"url" : "version",
"valueString" : "0.0.1-snapshot-2"
}
],
"url" : "http://hl7.org/fhir/StructureDefinition/package-source"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode" : "pa"
}
],
"url" : "http://hl7.org/fhir/week-of-month",
"version" : "5.0.0",
"name" : "WeekOfMonth",
"title" : "Week Of Month",
"status" : "active",
"experimental" : false,
"date" : "2022-06-14T10:00:00+10:00",
"publisher" : "Patient Administration",
"contact" : [
{
"name" : "Patient Administration",
"telecom" : [
{
"system" : "url",
"value" : "http://www.hl7.org/Special/committees/pafm"
}
]
}
],
"description" : "The set of weeks with in a month.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001",
"display" : "World"
}
]
}
],
"caseSensitive" : true,
"valueSet" : "http://hl7.org/fhir/ValueSet/week-of-month",
"content" : "complete",
"concept" : [
{
"code" : "first",
"display" : "First",
"definition" : "First week of the month."
},
{
"code" : "second",
"display" : "Second",
"definition" : "Second week of the month."
},
{
"code" : "third",
"display" : "Third",
"definition" : "Third week of the month."
},
{
"code" : "fourth",
"display" : "Fourth",
"definition" : "Fourth week of the month."
},
{
"code" : "last",
"display" : "Last",
"definition" : "Last week of the month."
}
]
}