Data Management with FHIR
0.1.0 - ci-build France (la) flag

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

: Location - JSON Representation

Raw json | Download

{
  "resourceType" : "https://sql-on-fhir.org/ig/StructureDefinition/ViewDefinition",
  "name" : "Location",
  "status" : "draft",
  "description" : "Vue se rapprochant de la table OMOP location",
  "resource" : "Patient",
  "select" : [
    {
      "column" : [
        {
          "path" : "id",
          "name" : "location_id"
        },
        {
          "path" : "id",
          "name" : "person_id"
        },
        {
          "path" : "address.first().extension.where(url='http://hl7.org/fhir/StructureDefinition/geolocation').first().extension.where(url='latitude').first().valueDecimal",
          "name" : "latitude"
        },
        {
          "path" : "address.first().extension.where(url='http://hl7.org/fhir/StructureDefinition/geolocation').first().extension.where(url='longitude').first().valueDecimal",
          "name" : "longitude"
        }
      ]
    }
  ]
}