{

"resourceType": "ValueSet",
"id": "observation-methods",
"meta": {
  "lastUpdated": "2015-10-24T07:41:03.495+11:00",
  "profile": [
    "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition"
  ]
},
"text": {
  "status": "generated",
  "div": "<div>\n\t\t\t<p>This value sets refers to 3 different sources of observation method codes, each with issues:</p>\n\t\t\t<ul>\n\t\t\t\t<li>SNOMED CT Techniques (descendents of 272394005): As for August 2015, this is relatively complete (e.g. includes all LOINC methods). However this includes more than just observation methods, and is subject to the normal SNOMED CT licensing rules</li>\n\t\t\t\t<li>v3 Code System &quot;ObservationMethod&quot;: this is very incomplete and not currently maintained</li>\n\t\t\t</ul>\n\t\t\t<p>\n        This value set includes content from SNOMED CT, which is copyright &copy; 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement.\n      </p>\n\t\t</div>"
},
"extension": [
  {
    "url": "http://hl7.org/fhir/StructureDefinition/valueset-oid",
    "valueUri": "urn:oid:2.16.840.1.113883.4.642.2.215"
  }
],
"url": "http://hl7.org/fhir/ValueSet/observation-methods",
"version": "1.0.2",
"name": "Observation Methods",
"status": "draft",
"experimental": true,
"publisher": "FHIR Project team",
"contact": [
  {
    "telecom": [
      {
        "system": "other",
        "value": "http://hl7.org/fhir"
      }
    ]
  }
],
"date": "2015-10-24T07:41:03+11:00",
"description": "Observation Method codes from SNOMED CT (codes subsumed by 272394005 \"Technique\", and the v3 Code System \"ObservationMethod\" (which is no longer actively maintained).",
"copyright": "This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement.",
"compose": {
  "include": [
    {
      "system": "http://hl7.org/fhir/v3/ObservationMethod"
    },
    {
      "system": "http://snomed.info/sct",
      "filter": [
        {
          "property": "concept",
          "op": "is-a",
          "value": "272394005"
        }
      ]
    }
  ]
}

}