eHealth Infrastructure
latest - ci-build

eHealth Infrastructure - Local Development build (vlatest) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Device calibration period - JSON Representation

Active as of 2019-09-16

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "ehealth-device-calibration-period",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>http://ehealth.sundhed.dk/cs/device-calibration-period</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><td><b>Dansk (Danish, da)</b></td></tr><tr><td style=\"white-space:nowrap\">7D<a name=\"ehealth-device-calibration-period-7D\"> </a></td><td>7 days</td><td>7 days</td><td>7 dage</td></tr><tr><td style=\"white-space:nowrap\">30D<a name=\"ehealth-device-calibration-period-30D\"> </a></td><td>30 days</td><td>30 days</td><td>30 dage</td></tr><tr><td style=\"white-space:nowrap\">1Y<a name=\"ehealth-device-calibration-period-1Y\"> </a></td><td>1 year</td><td>1 year</td><td>1 år</td></tr></table></div>"
  },
  "url" : "http://ehealth.sundhed.dk/cs/device-calibration-period",
  "version" : "latest",
  "name" : "DeviceCalibrationPeriod",
  "title" : "Device calibration period",
  "status" : "active",
  "experimental" : false,
  "date" : "2019-09-16T00:00:00+00:00",
  "publisher" : "Den telemedicinske infrastruktur (eHealth Infrastructure)",
  "contact" : [
    {
      "name" : "Den telemedicinske infrastruktur (eHealth Infrastructure)",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://ehealth.sundhed.dk"
        }
      ]
    }
  ],
  "description" : "Device calibration period.",
  "caseSensitive" : true,
  "content" : "complete",
  "concept" : [
    {
      "code" : "7D",
      "display" : "7 days",
      "definition" : "7 days",
      "designation" : [
        {
          "language" : "da",
          "value" : "7 dage"
        }
      ]
    },
    {
      "code" : "30D",
      "display" : "30 days",
      "definition" : "30 days",
      "designation" : [
        {
          "language" : "da",
          "value" : "30 dage"
        }
      ]
    },
    {
      "code" : "1Y",
      "display" : "1 year",
      "definition" : "1 year",
      "designation" : [
        {
          "language" : "da",
          "value" : "1 år"
        }
      ]
    }
  ]
}