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
Official URL: http://jprog.com/ImplementationGuide/jprog.CAREWare | Version: 0.1.0 | |||
Draft as of 2025-04-04 | Computable Name: CAREWareFHIRDataDictionary |
In this guide, we map the CSV column cln_dob
to the FHIR Patient.birthDate
field.
```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!