0.1.0 - ci-build

CAREWareFHIRDataDictionary - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

Home

Official URL: http://jprog.com/ImplementationGuide/jprog.CAREWare Version: 0.1.0
Draft as of 2025-04-04 Computable Name: CAREWareFHIRDataDictionary

CAREWare FHIR Data Dictionary

CSV to FHIR Mapping Guide

Birth Date Mapping

In this guide, we map the CSV column cln_dob to the FHIR Patient.birthDate field.

Custom Code Implementation

```pseudo column cln_dob { note: Finds client's FHIR ID

findResult birthDate = resource.birthDate

if birthDate.Found {
    found birthDate
} } Feel free to modify this index page with your own awesome content!