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

FHIR IG Statistics: SearchParameter/Patient-name

Packagetw.cohesion.fhir.clinemr
TypeSearchParameter
IdPatient-name
FHIR VersionR4
Sourcehttps://fhir.cohesiondata.com/clinemr/https://simplifier.net/resolve?scope=tw.cohesion.fhir.clinemr@1.0.0&canonical=https://fhir.cohesiondata.com/clinemr/SearchParameter/Patient-name
URLhttps://fhir.cohesiondata.com/clinemr/SearchParameter/Patient-name
Version1.0.0
Statusactive
Date2024-05-05
NamePatientName
Realmtw
Description病人的姓名(name),該查詢可能與 HumanName 中的任何字串匹配,包括完整的中文姓名(text)、英文姓(family)、英文名(given)、姓名前面的頭銜(prefix)、姓名後面的稱謂(suffix)。
Typestring

Resources that use this resource

CapabilityStatement
CapabilityStatementClinEMRClient診所門診病摘-用戶端(ClinEMR Client)
CapabilityStatementClinEMRServer診所門診病摘-伺服端(ClinEMR Server)

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: SearchParameter Patient-name

PatientName

Parameter name:string

病人的姓名(name),該查詢可能與 HumanName 中的任何字串匹配,包括完整的中文姓名(text)、英文姓(family)、英文名(given)、姓名前面的頭銜(prefix)、姓名後面的稱謂(suffix)。

ResourcePatient
ExpressionPatient.name
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": "Patient-name",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://fhir.cohesiondata.com/clinemr/SearchParameter/Patient-name",
  "version": "1.0.0",
  "name": "PatientName",
  "status": "active",
  "date": "2024-05-05",
  "publisher": "睿傳數據",
  "contact": [
    {
      "name": "睿傳數據",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.cohesiondata.com/"
        }
      ]
    }
  ],
  "description": "病人的姓名(name),該查詢可能與 HumanName 中的任何字串匹配,包括完整的中文姓名(text)、英文姓(family)、英文名(given)、姓名前面的頭銜(prefix)、姓名後面的稱謂(suffix)。",
  "code": "name",
  "base": [
    "Patient"
  ],
  "type": "string",
  "expression": "Patient.name"
}