Generates random FHIR R4 patient data using the OpenAI API based on an input string.
Arbitrary input text to seed the OpenAI completion model.
const random_patient = await generate_random_fhir_patient("Jane Doe with diabetes");console.log(random_patient); Copy
const random_patient = await generate_random_fhir_patient("Jane Doe with diabetes");console.log(random_patient);
Generates random FHIR R4 patient data using the OpenAI API based on an input string.