fhir-path-examples / validation.csv
mertgencturk's picture
Changing column name to 'content' from 'text'
a649dab verified
id,content,fhirpath,topic
dev_0,FHIR path expression for time of observation,Observation.effectiveDateTime,Observation
dev_1,FHIR path expression for BMI in kg/m2,Observation.valueQuantity.value,Observation
dev_2,FHIR path expression for identifier of the encounter that this assessment is done,Observation.encounter,Observation
dev_3,FHIR path expression for time that this behavioral information is taken or valid,Observation.effectiveDateTime.nav:orElse(Observation.effectivePeriod.start),Observation
dev_4,FHIR path expression for LOINC code indicating the behavior,Observation.code.coding.where(system='http://loinc.org').first().code,Observation
dev_5,FHIR path expression for SNOMED-CT or LOINC code indicating the behavior frequency,Observation.valueCodeableConcept.coding.where(system='http://loinc.org' or system='http://snomed.info/sct').first().code,Observation
dev_6,FHIR path expression for time of the evaluation,Condition.recordedDate,Condition
dev_7,FHIR path expression for SNOMED-CT code for the condition,Condition.code.coding.where(system='http://snomed.info/sct').code.first(),Condition
dev_8,FHIR path expression for identifier of the encounter that this diagnosis is done,Condition.encounter,Condition
dev_9,FHIR path expression for medication start date,MedicationStatement.effectivePeriod.start,MedicationStatement
dev_10,FHIR path expression for medication end date,MedicationStatement.effectivePeriod.end,MedicationStatement
dev_11,FHIR path expression for ATC code for the medication,MedicationStatement.medicationCodeableConcept.coding.where(system='http://www.whocc.no/atc').code,MedicationStatement