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

FHIR IG Statistics: SearchParameter/Encounter-identifier

Packagetw.cathay.fhir.iclaim
TypeSearchParameter
IdEncounter-identifier
FHIR VersionR4
Sourcehttps://claim.cgh.org.tw/iclaim/https://claim.cgh.org.tw/iclaim/1.0.0/SearchParameter-Encounter-identifier.html
URLhttps://claim.cgh.org.tw/iclaim/SearchParameter/Encounter-identifier
Version1.0.0
Statusactive
Date2023-08-28
NameEncounterIdentifier
Realmtw
Description就醫事件的識別碼(identifier),即為住院號/就醫號, 實作請參考[Composition-Notes](StructureDefinition-composition-iclaim.html#notes)
Typetoken

Resources that use this resource

CapabilityStatement
CapabilityStatementiClaimClient醫療保險理賠實作指引-用戶端
CapabilityStatementiClaimServer醫療保險理賠實作指引-伺服端

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: SearchParameter Encounter-identifier

EncounterIdentifier

Parameter identifier:token

就醫事件的識別碼(identifier),即為住院號/就醫號, 實作請參考Composition-Notes

ResourceEncounter
ExpressionEncounter.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": "Encounter-identifier",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://claim.cgh.org.tw/iclaim/SearchParameter/Encounter-identifier",
  "version": "1.0.0",
  "name": "EncounterIdentifier",
  "status": "active",
  "date": "2023-08-28",
  "publisher": "國泰金控",
  "contact": [
    {
      "name": "國泰金控",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.cathayholdings.com/holdings/"
        }
      ]
    }
  ],
  "description": "就醫事件的識別碼(identifier),即為住院號/就醫號,\r\n實作請參考[Composition-Notes](StructureDefinition-composition-iclaim.html#notes)",
  "code": "identifier",
  "base": [
    "Encounter"
  ],
  "type": "token",
  "expression": "Encounter.identifier"
}