HL7 FHIR JP Core ImplementationGuide
1.1.1 - release Japan flag

HL7 FHIR JP Core ImplementationGuide - Local Development build (v1.1.1). See the Directory of published versions

: jp-patient-kanasort-sp - JSON Representation

Active as of 2022-10-24

Raw json | Download


{
  "resourceType" : "SearchParameter",
  "id" : "jp-patient-kanasort-sp",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: SearchParameter</b><a name=\"jp-patient-kanasort-sp\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource SearchParameter \"jp-patient-kanasort-sp\" </p></div><p><b>url</b>: <code>http://jpfhir.jp/fhir/core/SearchParameter/JP_Patient_KanaSort_SP</code></p><p><b>version</b>: 1.1.1</p><p><b>name</b>: JP_Patient_KanaSort_SP</p><p><b>status</b>: active</p><p><b>date</b>: 2022-10-24</p><p><b>publisher</b>: FHIR Japanese implementation research working group in Japan Association of Medical Informatics (JAMI)</p><p><b>contact</b>: FHIR Japanese implementation research working group in Japan Association of Medical Informatics (JAMI): <a href=\"http://jpfhir.jp\">http://jpfhir.jp</a>,<a href=\"mailto:office@hlfhir.jp\">office@hlfhir.jp</a></p><p><b>description</b>: Patientリソースをカナ名称でソートするための検索を定義する。検索に_sort=jp-kana-sortを指定すると、name.use=usualかつカナと指定されているname.text(フルネーム)を使ったソートを行う。</p><p><b>jurisdiction</b>: Japan <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/4.0.0/CodeSystem-ISO3166Part1.html\">ISO 3166-1 Codes for the representation of names of countries and their subdivisions — Part 1: Country code</a>#JP)</span></p><p><b>code</b>: jp-kana-sort</p><p><b>base</b>: Patient</p><p><b>type</b>: string</p><p><b>expression</b>: Patient.name.where(extension('http://hl7.org/fhir/StructureDefinition/iso21090-EN-representation').value.as(code)='SYL' and use='usual').text</p><p><b>xpathUsage</b>: normal</p><p><b>multipleOr</b>: true</p><p><b>multipleAnd</b>: true</p></div>"
  },
  "url" : "http://jpfhir.jp/fhir/core/SearchParameter/JP_Patient_KanaSort_SP",
  "version" : "1.1.1",
  "name" : "JP_Patient_KanaSort_SP",
  "status" : "active",
  "date" : "2022-10-24",
  "publisher" : "FHIR Japanese implementation research working group in Japan Association of Medical Informatics (JAMI)",
  "contact" : [
    {
      "name" : "FHIR Japanese implementation research working group in Japan Association of Medical Informatics (JAMI)",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://jpfhir.jp"
        },
        {
          "system" : "email",
          "value" : "office@hlfhir.jp"
        }
      ]
    }
  ],
  "description" : "Patientリソースをカナ名称でソートするための検索を定義する。検索に_sort=jp-kana-sortを指定すると、name.use=usualかつカナと指定されているname.text(フルネーム)を使ったソートを行う。",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "JP"
        }
      ]
    }
  ],
  "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",
  "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"
      }
    ]
  }
}