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

: DeathCause - JSON Representation

Raw json | Download

{
  "resourceType" : "https://sql-on-fhir.org/ig/StructureDefinition/ViewDefinition",
  "name" : "DeathCause",
  "status" : "draft",
  "description" : "Vue se rapprochant de la table OMOP death, pour la cause de décès",
  "resource" : "Condition",
  "select" : [
    {
      "column" : [
        {
          "path" : "subject.reference",
          "name" : "person_id"
        },
        {
          "path" : "0",
          "name" : "cause_concept_id"
        },
        {
          "path" : "code.coding.first().display",
          "name" : "cause_source_value"
        },
        {
          "path" : "code.coding.first().code",
          "name" : "cause_source_concept_id"
        },
        {
          "path" : "code.coding.first().system",
          "name" : "cause_coding_source_system"
        }
      ]
    }
  ],
  "where" : [
    {
      "path" : "subject.reference = 'Patient/05584e1b-3435-415a-af33-aad1fca40fad' and category.first().coding.first().code = 'DP'"
    }
  ]
}