collection of FHIR Resource components to be retained
FHIR_retention_schemas()
list of vectors of strings
FHIR_retention_schemas() # Oct 2022
#> $Condition
#> [1] "id" "onsetDateTime" "code" "subject"
#>
#> $AllergyIntolerance
#> [1] "id" "onsetDateTime" "code" "patient"
#> [5] "category"
#>
#> $CarePlan
#> [1] "id" "activity" "subject" "category"
#>
#> $Claim
#> [1] "id" "provider" "patient" "billablePeriod"
#> [5] "insurance" "created"
#>
#> $Encounter
#> [1] "id" "type" "subject" "period"
#> [5] "serviceProvider" "class"
#>
#> $MedicationRequest
#> [1] "id" "subject"
#> [3] "status" "requester"
#> [5] "medicationCodeableConcept"
#>
#> $Observation
#> [1] "id" "subject" "code"
#> [4] "valueQuantity" "category" "effectiveDateTime"
#> [7] "issued" "component"
#>
#> $Procedure
#> [1] "id" "subject" "status" "performedPeriod"
#> [5] "code"
#>
#> $Patient
#> [1] "id" "identifier" "name"
#> [4] "telecom" "gender" "birthDate"
#> [7] "address" "maritalStatus" "multipleBirthBoolean"
#> [10] "communication" "active"
#>
#> $Immunization
#> [1] "id" "patient" "vaccineCode"
#> [4] "occurrenceDateTime"
#>