public class Stu3FhirConversionSupport extends FhirConversionSupport
| Constructor and Description |
|---|
Stu3FhirConversionSupport() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,List> |
compositeValues(org.hl7.fhir.instance.model.api.IBase composite)
Returns a map of the fields in a composite type to the corresponding values.
|
List<org.hl7.fhir.instance.model.api.IBaseResource> |
extractEntryFromBundle(org.hl7.fhir.instance.model.api.IBaseBundle bundle,
String resourceName)
Extracts resources of the given type from a FHIR bundle.
|
String |
fhirType(org.hl7.fhir.instance.model.api.IBase base)
Returns the type of a given FHIR object, such as "Condition" or "Observation".
|
forStu3, supportForpublic String fhirType(org.hl7.fhir.instance.model.api.IBase base)
FhirConversionSupportfhirType in class FhirConversionSupportbase - a FHIR objectpublic Map<String,List> compositeValues(org.hl7.fhir.instance.model.api.IBase composite)
FhirConversionSupportcompositeValues in class FhirConversionSupportcomposite - a FHIR composite typepublic List<org.hl7.fhir.instance.model.api.IBaseResource> extractEntryFromBundle(org.hl7.fhir.instance.model.api.IBaseBundle bundle, String resourceName)
FhirConversionSupportextractEntryFromBundle in class FhirConversionSupportbundle - the bundleresourceName - the resource type name, such as "Condition" or "Observation"Copyright © 2020. All rights reserved.