FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example CodeSystem/days-of-week (JSON)

Patient Administration Work GroupMaturity Level: N/AStandards Status: Informative

Raw JSON (canonical form + also see JSON Format Specification)

Definition for Code SystemDaysOfWeek

{
  "resourceType" : "CodeSystem",
  "id" : "days-of-week",
  "meta" : {
    "lastUpdated" : "2024-04-19T18:19:53.040+00:00",
    "profile" : ["http://hl7.org/fhir/StructureDefinition/shareablecodesystem"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>http://hl7.org/fhir/days-of-week</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>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">mon<a name=\"days-of-week-mon\"> </a></td><td>Monday</td><td>Monday.</td></tr><tr><td style=\"white-space:nowrap\">tue<a name=\"days-of-week-tue\"> </a></td><td>Tuesday</td><td>Tuesday.</td></tr><tr><td style=\"white-space:nowrap\">wed<a name=\"days-of-week-wed\"> </a></td><td>Wednesday</td><td>Wednesday.</td></tr><tr><td style=\"white-space:nowrap\">thu<a name=\"days-of-week-thu\"> </a></td><td>Thursday</td><td>Thursday.</td></tr><tr><td style=\"white-space:nowrap\">fri<a name=\"days-of-week-fri\"> </a></td><td>Friday</td><td>Friday.</td></tr><tr><td style=\"white-space:nowrap\">sat<a name=\"days-of-week-sat\"> </a></td><td>Saturday</td><td>Saturday.</td></tr><tr><td style=\"white-space:nowrap\">sun<a name=\"days-of-week-sun\"> </a></td><td>Sunday</td><td>Sunday.</td></tr></table></div>"
  },
  "extension" : [{
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "pa"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
    "valueCode" : "normative"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
    "valueCode" : "4.0.0"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger" : 5
  }],
  "url" : "http://hl7.org/fhir/days-of-week",
  "identifier" : [{
    "system" : "urn:ietf:rfc:3986",
    "value" : "urn:oid:2.16.840.1.113883.4.642.4.513"
  },
  {
    "use" : "old",
    "system" : "urn:ietf:rfc:3986",
    "value" : "urn:oid:2.16.840.1.113883.4.642.1.507"
  },
  {
    "use" : "old",
    "system" : "urn:ietf:rfc:3986",
    "value" : "urn:oid:2.16.840.1.113883.4.642.2.302"
  }],
  "version" : "6.0.0-cibuild",
  "name" : "DaysOfWeek",
  "title" : "Days Of Week",
  "status" : "active",
  "experimental" : false,
  "date" : "2021-01-05T10:01:24+11:00",
  "publisher" : "HL7 International / Patient Administration",
  "contact" : [{
    "telecom" : [{
      "system" : "url",
      "value" : "http://www.hl7.org/Special/committees/fiwg"
    }]
  },
  {
    "telecom" : [{
      "system" : "url",
      "value" : "http://www.hl7.org/Special/committees/pafm"
    }]
  }],
  "description" : "The days of the week.",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "code" : "001",
      "display" : "World"
    }]
  }],
  "caseSensitive" : true,
  "valueSet" : "http://hl7.org/fhir/ValueSet/days-of-week",
  "content" : "complete",
  "concept" : [{
    "code" : "mon",
    "display" : "Monday",
    "definition" : "Monday."
  },
  {
    "code" : "tue",
    "display" : "Tuesday",
    "definition" : "Tuesday."
  },
  {
    "code" : "wed",
    "display" : "Wednesday",
    "definition" : "Wednesday."
  },
  {
    "code" : "thu",
    "display" : "Thursday",
    "definition" : "Thursday."
  },
  {
    "code" : "fri",
    "display" : "Friday",
    "definition" : "Friday."
  },
  {
    "code" : "sat",
    "display" : "Saturday",
    "definition" : "Saturday."
  },
  {
    "code" : "sun",
    "display" : "Sunday",
    "definition" : "Sunday."
  }]
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.