Clinical Practice Guidelines (CPG) on EBMonFHIR
0.8.0-snapshot - ci-build

Clinical Practice Guidelines (CPG) on EBMonFHIR - Local Development build (v0.8.0-snapshot) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Cochrane PICO Outcome - JSON Representation

Draft as of 2022-09-06

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "cochrane-pico-outcome",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-computablevalueset"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include codes from <a href=\"CodeSystem-cochrane-pico-ontology.html\"><code>http://data.cochrane.org/ontologies/pico/</code></a> where concept  is-a <a href=\"CodeSystem-cochrane-pico-ontology.html#cochrane-pico-ontology-Outcome\">Outcome</a></li></ul></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeCapability",
      "valueCode" : "shareable"
    },
    {
      "url" : "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeCapability",
      "valueCode" : "computable"
    },
    {
      "url" : "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeCapability",
      "valueCode" : "publishable"
    },
    {
      "url" : "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeRepresentationLevel",
      "valueCode" : "structured"
    }
  ],
  "url" : "https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/ValueSet/cochrane-pico-outcome",
  "version" : "0.1.1",
  "name" : "CochranePICOOutcome",
  "title" : "Cochrane PICO Outcome",
  "status" : "draft",
  "date" : "2022-09-06",
  "publisher" : "Netzwerk Universitätsmedizin (NUM)",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.netzwerk-universitaetsmedizin.de"
        }
      ]
    }
  ],
  "description" : "All outcome codes from the Cochrane PICO ontology.",
  "compose" : {
    "include" : [
      {
        "system" : "http://data.cochrane.org/ontologies/pico/",
        "filter" : [
          {
            "property" : "concept",
            "op" : "is-a",
            "value" : "Outcome"
          }
        ]
      }
    ]
  }
}