{
  "resourceType" : "CodeSystem",
  "id" : "ehealth-observation-method",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem ehealth-observation-method</b></p><a name=\"ehealth-observation-method\"> </a><a name=\"hcehealth-observation-method\"> </a><p>This case-sensitive code system <code>http://ehealth.sundhed.dk/cs/observation-method</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\">measured<a name=\"ehealth-observation-method-measured\"> </a></td><td>Measured</td><td>Measured</td><td>Målt</td></tr><tr><td style=\"white-space:nowrap\">calculated<a name=\"ehealth-observation-method-calculated\"> </a></td><td>Calculated</td><td>Calculated</td><td>Beregnet</td></tr></table></div>"
  },
  "url" : "http://ehealth.sundhed.dk/cs/observation-method",
  "version" : "8.0.2-SNAPSHOT",
  "name" : "observationMethod",
  "title" : "Observation Method",
  "status" : "active",
  "experimental" : false,
  "date" : "2024-10-28T00: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" : "Identifies how an observation is acquired.",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "urn:iso:std:iso:3166",
      "code" : "DK",
      "display" : "Denmark"
    }]
  }],
  "caseSensitive" : true,
  "content" : "complete",
  "concept" : [{
    "code" : "measured",
    "display" : "Measured",
    "definition" : "Measured",
    "designation" : [{
      "language" : "da",
      "value" : "Målt"
    }]
  },
  {
    "code" : "calculated",
    "display" : "Calculated",
    "definition" : "Calculated",
    "designation" : [{
      "language" : "da",
      "value" : "Beregnet"
    }]
  }]
}