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

FHIR IG Statistics: SearchParameter/Composition-organization

Packagetw.cathay.fhir.imri
TypeSearchParameter
IdComposition-organization
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/Composition-organization
URLhttps://imri.cgh.org.tw/imri/SearchParameter/Composition-organization
Version0.1.0
Statusactive
Date2024-05-22
NameCompositionOrganization
Realmtw
Description透過機構的唯一識別碼(identifier)和名稱(name),查詢整份出院病摘/手術紀錄(Composition), 實作請參考[CompositionDischargeSummary-Notes](StructureDefinition-composition-dischargesummary-imri.html#notes)
Typereference

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 Composition-organization

CompositionOrganization

Parameter organization:reference

透過機構的唯一識別碼(identifier)和名稱(name),查詢整份出院病摘/手術紀錄(Composition), 實作請參考CompositionDischargeSummary-Notes

ResourceComposition
ExpressionComposition.author.where(resolve() is Organization)
Target ResourcesOrganization
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
ChainsAllowed: identifier, name

Source

{
  "resourceType": "SearchParameter",
  "id": "Composition-organization",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://imri.cgh.org.tw/imri/SearchParameter/Composition-organization",
  "version": "0.1.0",
  "name": "CompositionOrganization",
  "status": "active",
  "date": "2024-05-22",
  "publisher": "國泰金控",
  "contact": [
    {
      "name": "國泰金控",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.cathayholdings.com/holdings/"
        }
      ]
    }
  ],
  "description": "透過機構的唯一識別碼(identifier)和名稱(name),查詢整份出院病摘/手術紀錄(Composition),\r\n實作請參考[CompositionDischargeSummary-Notes](StructureDefinition-composition-dischargesummary-imri.html#notes)",
  "code": "organization",
  "base": [
    "Composition"
  ],
  "type": "reference",
  "expression": "Composition.author.where(resolve() is Organization)",
  "target": [
    "Organization"
  ],
  "chain": [
    "identifier",
    "name"
  ]
}