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

FHIR IG Statistics: SearchParameter/jp-patient-kanasort-sp

Packagejp-core.r4
Resource TypeSearchParameter
Idjp-patient-kanasort-sp
FHIR VersionR4
Sourcehttp://jpfhir.jp/fhir/core/https://simplifier.net/resolve?scope=jp-core.r4@1.1.1-rc&canonical=http://jpfhir.jp/fhir/core/SearchParameter/JP_Patient_KanaSort_SP
URLhttp://jpfhir.jp/fhir/core/SearchParameter/JP_Patient_KanaSort_SP
Statusactive
Date2022-10-24
NameJP_Patient_KanaSort_SP
Realmjp
DescriptionPatientリソースをカナ名称でソートするための検索を定義する。検索に_sort=jp-kana-sortを指定すると、name.use=usualかつカナと指定されているname.text(フルネーム)を使ったソートを行う。
Typestring

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "SearchParameter",
  "id": "jp-patient-kanasort-sp",
  "url": "http://jpfhir.jp/fhir/core/SearchParameter/JP_Patient_KanaSort_SP",
  "name": "JP_Patient_KanaSort_SP",
  "status": "active",
  "date": "2022-10-24",
  "description": "Patientリソースをカナ名称でソートするための検索を定義する。検索に_sort=jp-kana-sortを指定すると、name.use=usualかつカナと指定されているname.text(フルネーム)を使ったソートを行う。",
  "code": "jp-kana-sort",
  "base": [
    "Patient"
  ],
  "type": "string",
  "expression": "Patient.name.where(extension('http://hl7.org/fhir/StructureDefinition/iso21090-EN-representation').value.as(code)='SYL' and use='usual').text",
  "xpath": "f:Patient/f:name[f:extension/@url='http://hl7.org/fhir/StructureDefinition/iso21090-EN-representation' and f:extension/f:valueCode/@value='SYL' and f:use/@value='usual']/f:text",
  "xpathUsage": "normal",
  "multipleOr": true,
  "_multipleOr": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
        "valueCode": "MAY"
      }
    ]
  },
  "multipleAnd": true,
  "_multipleAnd": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
        "valueCode": "MAY"
      }
    ]
  }
}