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
{
"resourceType" : "https://sql-on-fhir.org/ig/StructureDefinition/ViewDefinition",
"name" : "Person",
"status" : "draft",
"description" : "Vue se rapprochant de la table OMOP person",
"resource" : "Patient",
"select" : [
{
"column" : [
{
"path" : "id",
"name" : "person_id"
},
{
"path" : "gender.where($this = 'female').count() * 8532 + gender.where($this = 'male').count() * 8507",
"name" : "gender_concept_id"
},
{
"path" : "birthDate",
"name" : "birth_date"
},
{
"path" : "birthDate",
"name" : "year_of_birth"
},
{
"path" : "birthDate",
"name" : "month_of_birth"
},
{
"path" : "birthDate",
"name" : "day_of_birth"
},
{
"path" : "id",
"name" : "location_id"
},
{
"path" : "gender",
"name" : "gender_source_value"
}
]
}
]
}