Data Management with FHIR
0.1.0 - ci-build
Data Management with FHIR - version de développement local (intégration continue v0.1.0) construite par les outils de publication FHIR (HL7® FHIR® Standard). Voir le répertoire des versions publiées
<et:ViewDefinition xmlns:et="https://sql-on-fhir.org/ig/StructureDefinition"
xmlns="http://hl7.org/fhir">
<name value="Person"/>
<status value="draft"/>
<description value="Vue se rapprochant de la table OMOP person"/>
<resource value="Patient"/>
<select>
<column>
<path value="id"/>
<name value="person_id"/>
</column>
<column>
<path
value="gender.where($this = 'female').count() * 8532 + gender.where($this = 'male').count() * 8507"/>
<name value="gender_concept_id"/>
</column>
<column>
<path value="birthDate"/>
<name value="birth_date"/>
</column>
<column>
<path value="birthDate"/>
<name value="year_of_birth"/>
</column>
<column>
<path value="birthDate"/>
<name value="month_of_birth"/>
</column>
<column>
<path value="birthDate"/>
<name value="day_of_birth"/>
</column>
<column>
<path value="id"/>
<name value="location_id"/>
</column>
<column>
<path value="gender"/>
<name value="gender_source_value"/>
</column>
</select>
</et:ViewDefinition>