{
  "resourceType" : "ValueSet",
  "id" : "ehealth-observation-method",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet ehealth-observation-method</b></p><a name=\"ehealth-observation-method\"> </a><a name=\"hcehealth-observation-method\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-ehealth-observation-method.html\"><code>http://ehealth.sundhed.dk/cs/observation-method</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version &#x1F4E6;8.0.1</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"CodeSystem-ehealth-observation-method.html#ehealth-observation-method-measured\">measured</a></td><td>Measured</td><td>Measured</td></tr><tr><td><a href=\"CodeSystem-ehealth-observation-method.html#ehealth-observation-method-calculated\">calculated</a></td><td>Calculated</td><td>Calculated</td></tr></table></li></ul></div>"
  },
  "url" : "http://ehealth.sundhed.dk/vs/observation-method",
  "version" : "8.0.1",
  "name" : "ObservationMethod",
  "title" : "Observation Method",
  "status" : "active",
  "experimental" : true,
  "date" : "2024-10-29T00: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"
    }]
  }],
  "compose" : {
    "include" : [{
      "system" : "http://ehealth.sundhed.dk/cs/observation-method",
      "concept" : [{
        "code" : "measured",
        "display" : "Measured"
      },
      {
        "code" : "calculated",
        "display" : "Calculated"
      }]
    }]
  }
}