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

FHIR IG analytics

Packagetw.gov.mohw.cdc.thas
Resource TypeStructureDefinition
IdStructureDefinition-AURModel.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/THASFHIR/ig/StructureDefinition-AURModel.html
URLhttps://cdc.gov.tw/thas/StructureDefinition/AURModel
Version0.1.0
Statusdraft
Date2026-08-05T06:21:08+00:00
NameAURModel
Title抗生素抗藥性監測(AUR)之資料模型
Realmtw
Authoritynational
Description抗生素抗藥性監測(AUR)之資料模型
Typehttps://cdc.gov.tw/thas/StructureDefinition/AURModel
Kindlogical

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

Generated Narrative: 结构定义 AURModel

NameFlagsCard.TypeDescription & Constraintsdoco
.. AURModel 0..*Base抗生素抗藥性監測(AUR)之資料模型
... pid 1..1string身分證字號
Example 身分證字號: A123456789

doco Documentation for this format

Source1

{
  "resourceType": "StructureDefinition",
  "id": "AURModel",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://cdc.gov.tw/thas/StructureDefinition/AURModel",
  "version": "0.1.0",
  "name": "AURModel",
  "title": "抗生素抗藥性監測(AUR)之資料模型",
  "status": "draft",
  "date": "2026-08-05T06:21:08+00:00",
  "publisher": "衛福部疾病管制署",
  "contact": [
    {
      "name": "衛福部疾病管制署",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.cdc.gov.tw"
        }
      ]
    }
  ],
  "description": "抗生素抗藥性監測(AUR)之資料模型",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "TW"
        }
      ]
    }
  ],
  "fhirVersion": "4.0.1",
  "kind": "logical",
  "abstract": false,
  "type": "https://cdc.gov.tw/thas/StructureDefinition/AURModel",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Base",
  "derivation": "specialization",
  "snapshot": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
        "valueString": "4.0.1"
      }
    ],
    "element": [
      {
        "id": "AURModel",
        "path": "AURModel",
        "short": "抗生素抗藥性監測(AUR)之資料模型",
        "definition": "抗生素抗藥性監測(AUR)之資料模型",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false
      },
      {
        "id": "AURModel.pid",
        "path": "AURModel.pid",
        "short": "身分證字號",
        "definition": "身分證字號",
        "min": 1,
        "max": "1",
        "base": {
          "path": "AURModel.pid",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ],
        "example": [
          {
            "label": "身分證字號",
            "valueString": "A123456789"
          }
        ]
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "AURModel",
        "path": "AURModel",
        "short": "抗生素抗藥性監測(AUR)之資料模型",
        "definition": "抗生素抗藥性監測(AUR)之資料模型"
      },
      {
        "id": "AURModel.pid",
        "path": "AURModel.pid",
        "short": "身分證字號",
        "definition": "身分證字號",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "example": [
          {
            "label": "身分證字號",
            "valueString": "A123456789"
          }
        ]
      }
    ]
  }
}