Simple HIV IG
0.1.0 - CI Build

Simple HIV IG - Local Development build (v0.1.0). See the Directory of published versions

: Measure/Cohort - JSON Representation

Raw json | Download


{
  "resourceType" : "Measure",
  "id" : "Cohort",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource \"Cohort\" </p></div><p><b>url</b>: <code>https://intrahealth.github.io/simple-hiv-ig/Measure/Cohort</code></p><p><b>identifier</b>: id: Cohort, id: 12345</p><p><b>version</b>: 0.1.0</p><p><b>name</b>: Cohort</p><p><b>title</b>: Cohort</p><p><b>status</b>: draft</p><p><b>experimental</b>: true</p><p><b>date</b>: 2021-07-01</p><p><b>publisher</b>: IntraHealth International</p><p><b>contact</b>: <a href=\"http://hl7.org/Special/committees/[something]\">http://hl7.org/Special/committees/[something]</a></p><p><b>description</b>: Cohort</p><p><b>library</b>: <a href=\"Library-KitchenSink.html\">KitchenSink</a></p><p><b>scoring</b>: Cohort <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.0.0/CodeSystem-measure-scoring.html\">MeasureScoring</a>#cohort)</span></p><blockquote><p><b>group</b></p><p><b>code</b>: cohort <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-OpenHIE.html\">OpenHIE CodeSystem</a>#cohort)</span></p><blockquote><p><b>population</b></p><p><b>code</b>: Initial Population <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.0.0/CodeSystem-measure-population.html\">MeasurePopulationType</a>#initial-population)</span></p><p><b>description</b>: Initial Population</p></blockquote></blockquote></div>"
  },
  "url" : "https://intrahealth.github.io/simple-hiv-ig/Measure/Cohort",
  "identifier" : [
    {
      "system" : "https://intrahealth.github.io/simple-hiv-ig/Measure/",
      "value" : "Cohort"
    },
    {
      "system" : "https://datim.org/factsinfo/mechanism",
      "value" : "12345"
    }
  ],
  "version" : "0.1.0",
  "name" : "Cohort",
  "title" : "Cohort",
  "status" : "draft",
  "experimental" : true,
  "date" : "2021-07-01",
  "publisher" : "IntraHealth International",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.org/Special/committees/[something]"
        }
      ]
    }
  ],
  "description" : "Cohort",
  "library" : [
    "https://intrahealth.github.io/simple-hiv-ig/Library/KitchenSink"
  ],
  "scoring" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/measure-scoring",
        "code" : "cohort"
      }
    ]
  },
  "group" : [
    {
      "code" : {
        "coding" : [
          {
            "system" : "https://intrahealth.github.io/simple-hiv-ig/CodeSystem/OpenHIE",
            "code" : "cohort",
            "display" : "cohort"
          }
        ]
      },
      "population" : [
        {
          "code" : {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                "code" : "initial-population"
              }
            ]
          },
          "description" : "Initial Population",
          "criteria" : {
            "language" : "text/cql",
            "expression" : "Initial Population"
          }
        }
      ]
    }
  ]
}