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

Binary: Location

    
{
  "resourceType": "ViewDefinition",
  "status": "draft",
  "name": "Location",
  "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" }
      ]
    }
  ]
}