Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ConceptMap $translate doesn't work with mapping valueset expansion to individual code. #5921

Open
matrixlane opened this issue May 10, 2024 · 0 comments

Comments

@matrixlane
Copy link

matrixlane commented May 10, 2024

The valueset with url "http://hl7.org.cn/fhir/ValueSet/admindiv-beijing-dist" below includes all codes from codesystem "http://hl7.org.cn/fhir/CodeSystem/admindiv-beijing-dist". The idea of this mapping is to map all codes included in this valueset to a single code "11000". But only gets "No Matches found" returned.

<ConceptMap xmlns="http://hl7.org/fhir">
  <id value="patient-native-place-rpt"/>
  <url value="http://hl7.org.cn/fhir/ConceptMap/patient-native-place-report-mapping"/>
  <version value="2024.5.7"/>
  <name value="BeijingDistrictToProvinceMapping"/>
  <title value="患者户籍值集映射到患者户籍上报值集"/>
  <status value="active"/>
  <experimental value="true"/>
  <date value="2024-03-27T04:34:42.6443422+00:00"/>
  <publisher value="HL7中国"/>
  <contact>
    <name value="HL7中国"/>
    <telecom>
      <system value="url"/>
      <value value="http://hl7.org.cn"/>
    </telecom>
  </contact>
  <sourceScopeCanonical value="http://hl7.org.cn/fhir/ValueSet/patient-native-place" />
  <targetScopeCanonical value="http://hl7.org.cn/fhir/ValueSet/patient-native-place-rpt" />
  <group>
    <source value="http://hl7.org.cn/fhir/CodeSystem/admindiv-beijing-dist"/>
    <target value="http://hl7.org.cn/fhir/CodeSystem/admindiv-prov"/>
    <element>
      <valueSet value="http://hl7.org.cn/fhir/ValueSet/admindiv-beijing-dist"/>
      <target>
        <code value="110000"/>
        <display value="北京市"/>
        <relationship value="source-is-narrower-than-target"/>
      </target>
    </element>
  </group>
</ConceptMap>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant