FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: SearchParameter/Bundle-composition-patient-identifier

Packagetw.cathay.fhir.imri
Resource TypeSearchParameter
IdBundle-composition-patient-identifier
FHIR VersionR4
Sourcehttps://imri.cgh.org.tw/imri/https://simplifier.net/resolve?scope=tw.cathay.fhir.imri@1.0.0&canonical=https://imri.cgh.org.tw/imri/SearchParameter/Bundle-composition-patient-identifier
URLhttps://imri.cgh.org.tw/imri/SearchParameter/Bundle-composition-patient-identifier
Version0.1.0
Statusactive
Date2024-08-12
NameBundleCompositionPatientIdentifier
Realmtw
Description透過病人的身份識別碼(identifier),即身分證字號,查詢整份出院病摘/手術紀錄(Bundle)
Typetoken

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: SearchParameter Bundle-composition-patient-identifier

BundleCompositionPatientIdentifier

Parameter composition.patient.identifier:token

透過病人的身份識別碼(identifier),即身分證字號,查詢整份出院病摘/手術紀錄(Bundle)

ResourceBundle
ExpressionBundle.entry[0].resource.as(Composition).subject.where(resolve() is Patient).identifier
Multiples
  • multipleAnd: It's up to the server whether the parameter may repeat in order to specify multiple values that must all be true
  • multipleOr: It's up to the server whether the parameter can have multiple values (separated by comma) where at least one must be true

Source

{
  "resourceType": "SearchParameter",
  "id": "Bundle-composition-patient-identifier",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://imri.cgh.org.tw/imri/SearchParameter/Bundle-composition-patient-identifier",
  "version": "0.1.0",
  "name": "BundleCompositionPatientIdentifier",
  "status": "active",
  "date": "2024-08-12",
  "publisher": "國泰金控",
  "contact": [
    {
      "name": "國泰金控",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.cathayholdings.com/holdings/"
        }
      ]
    }
  ],
  "description": "透過病人的身份識別碼(identifier),即身分證字號,查詢整份出院病摘/手術紀錄(Bundle)",
  "code": "composition.patient.identifier",
  "base": [
    "Bundle"
  ],
  "type": "token",
  "expression": "Bundle.entry[0].resource.as(Composition).subject.where(resolve() is Patient).identifier"
}