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

: DrugExposureAdministration - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Https://sql-on-fhir.org/ig/StructureDefinition/ViewDefinition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:name [ fhir:v "DrugExposureAdministration"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:description [ fhir:v "Vue se rapprochant de la table OMOP drug_exposure, pour les administrations"] ; # 
  fhir:resource [ fhir:v "MedicationAdministration"] ; # 
  fhir:select ( [
    ( fhir:column [
fhir:path [ fhir:v "id" ] ;
fhir:name [ fhir:v "drug_exposure_id" ]     ] [
fhir:path [ fhir:v "subject.reference" ] ;
fhir:name [ fhir:v "person_id" ]     ] [
fhir:path [ fhir:v "encounter.reference" ] ;
fhir:name [ fhir:v "visit_occurrence_id" ]     ] [
fhir:path [ fhir:v "encounter.reference" ] ;
fhir:name [ fhir:v "visit_detail_id" ]     ] [
fhir:path [ fhir:v "effective.ofType(Period).start" ] ;
fhir:name [ fhir:v "drug_exposure_start_date" ]     ] [
fhir:path [ fhir:v "effective.ofType(Period).start" ] ;
fhir:name [ fhir:v "drug_exposure_start_datetime" ]     ] [
fhir:path [ fhir:v "effective.ofType(Period).end" ] ;
fhir:name [ fhir:v "drug_exposure_end_date" ]     ] [
fhir:path [ fhir:v "effective.ofType(Period).end" ] ;
fhir:name [ fhir:v "drug_exposure_end_datetime" ]     ] [
fhir:path [ fhir:v "0" ] ;
fhir:name [ fhir:v "drug_concept_id" ]     ] [
fhir:path [ fhir:v "medication.ofType(CodeableConcept).coding.first().display" ] ;
fhir:name [ fhir:v "drug_source_value" ]     ] [
fhir:path [ fhir:v "medication.ofType(CodeableConcept).coding.first().code" ] ;
fhir:name [ fhir:v "drug_source_concept_id" ]     ] [
fhir:path [ fhir:v "medication.ofType(CodeableConcept).coding.first().system" ] ;
fhir:name [ fhir:v "drug_coding_source_system" ]     ] [
fhir:path [ fhir:v "38000180" ] ;
fhir:name [ fhir:v "drug_type_concept_id" ]     ] [
fhir:path [ fhir:v "dosage.route.coding.first().display" ] ;
fhir:name [ fhir:v "route_source_value" ]     ] [
fhir:path [ fhir:v "dosage.route.coding.first().code" ] ;
fhir:name [ fhir:v "route_source_concept_id" ]     ] [
fhir:path [ fhir:v "dosage.route.coding.first().system" ] ;
fhir:name [ fhir:v "route_coding_source_system" ]     ] [
fhir:path [ fhir:v "dosage.dose.value" ] ;
fhir:name [ fhir:v "quantity" ]     ] [
fhir:path [ fhir:v "dosage.dose.unit" ] ;
fhir:name [ fhir:v "dose_unit_source_value" ]     ] )
  ] ) . #