Created
August 16, 2019 14:24
-
-
Save alexanderkiel/dbebbfd6add692a215615bfc403c25b7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
library Retrieve | |
using FHIR version '4.0.0' | |
include FHIRHelpers version '4.0.0' | |
codesystem gender: 'http://hl7.org/fhir/administrative-gender' | |
context Patient | |
define InInitialPopulation: | |
Patient.gender ~ Code 'male' from gender |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment