FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagetw.ntunhs.dhcm.fhir.phimr
Resource TypeMeasure
IdMeasure-MeasurePHIMR-tb.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=tw.ntunhs.dhcm.fhir.phimr@0.1.0&canonical=https://hitstdio.ntunhs.edu.tw/fhir/Measure/MeasurePHIMR-tb
URLhttps://hitstdio.ntunhs.edu.tw/fhir/Measure/MeasurePHIMR-tb
Version0.1.0
Statusactive
Date2024-10-01
NamePHIMRtb
Title結核病測量指標
Realmtw
Description定義用於上報臺灣公共衛生指標之結核病統計資料,並依縣市、鄉鎮、性別與年齡層分層。

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

結核病測量指標

標題:結核病測量指標

狀態:Active

版本:0.1.0

最後修改日期:2024-10-01

發布單位:國北護健管系

分層器

分層器名稱欄位名稱描述
縣市別縣市別縣市行政區名稱(如:臺北市)
鄉鎮別鄉鎮別鄉鎮市區行政區名稱(如:大安區)
性別性別個體性別(如:男、女)
年齡層年齡層年齡分組(如:0-4、25-29)
是否為本國籍是否為本國籍是否為本國籍分組(如:本國籍、非本國籍)

Source1

{
  "resourceType": "Measure",
  "id": "MeasurePHIMR-tb",
  "meta": {
    "profile": [
      "https://hitstdio.ntunhs.edu.tw/phimr/StructureDefinition/measure-phimr"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://hitstdio.ntunhs.edu.tw/fhir/Measure/MeasurePHIMR-tb",
  "version": "0.1.0",
  "name": "PHIMRtb",
  "title": "結核病測量指標",
  "status": "active",
  "experimental": false,
  "date": "2024-10-01",
  "publisher": "國北護健管系",
  "contact": [
    {
      "name": "國北護健管系",
      "telecom": [
        {
          "system": "url",
          "value": "https://dohcm.ntunhs.edu.tw/index.aspx?id_board=1"
        }
      ]
    }
  ],
  "description": "定義用於上報臺灣公共衛生指標之結核病統計資料,並依縣市、鄉鎮、性別與年齡層分層。",
  "group": [
    {
      "code": {
        "coding": [
          {
            "system": "https://hitstdio.ntunhs.edu.tw/phimr/CodeSystem/ntunhs-public-health-indicator-measure-group",
            "code": "tb"
          }
        ]
      },
      "population": [
        {
          "code": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/measure-population",
                "code": "initial-population"
              }
            ]
          },
          "criteria": {
            "language": "text/fhirpath",
            "expression": "true"
          }
        }
      ],
      "stratifier": [
        {
          "code": {
            "coding": [
              {
                "system": "https://hitstdio.ntunhs.edu.tw/phimr/CodeSystem/ntunhs-public-health-indicator-measurevalue",
                "code": "city"
              }
            ]
          },
          "criteria": {
            "language": "text/fhirpath",
            "expression": "address.city"
          }
        },
        {
          "code": {
            "coding": [
              {
                "system": "https://hitstdio.ntunhs.edu.tw/phimr/CodeSystem/ntunhs-public-health-indicator-measurevalue",
                "code": "township"
              }
            ]
          },
          "criteria": {
            "language": "text/fhirpath",
            "expression": "address.district"
          }
        },
        {
          "code": {
            "coding": [
              {
                "system": "https://hitstdio.ntunhs.edu.tw/phimr/CodeSystem/ntunhs-public-health-indicator-measurevalue",
                "code": "gender"
              }
            ]
          },
          "criteria": {
            "language": "text/fhirpath",
            "expression": "gender"
          }
        },
        {
          "code": {
            "coding": [
              {
                "system": "https://hitstdio.ntunhs.edu.tw/phimr/CodeSystem/ntunhs-public-health-indicator-measurevalue",
                "code": "ageGroup"
              }
            ]
          },
          "criteria": {
            "language": "text/fhirpath",
            "expression": "calculateAge(birthDate)"
          }
        },
        {
          "code": {
            "coding": [
              {
                "system": "https://hitstdio.ntunhs.edu.tw/phimr/CodeSystem/ntunhs-public-health-indicator-measurevalue",
                "code": "isNationalCitizen"
              }
            ]
          },
          "criteria": {
            "language": "text/fhirpath",
            "expression": "isNationalCitizen"
          }
        }
      ]
    }
  ]
}