Cómo crear una observación
bookmark_borderbookmark
Organiza tus páginas con colecciones
Guarda y categoriza el contenido según tus preferencias.
Crea un recurso de observación de FHIR.
Explora más
Para obtener documentación detallada en la que se incluye esta muestra de código, consulta lo siguiente:
Muestra de código
Salvo que se indique lo contrario, el contenido de esta página está sujeto a la licencia Atribución 4.0 de Creative Commons, y los ejemplos de código están sujetos a la licencia Apache 2.0. Para obtener más información, consulta las políticas del sitio de Google Developers. Java es una marca registrada de Oracle o sus afiliados.
[[["Fácil de comprender","easyToUnderstand","thumb-up"],["Resolvió mi problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Información o código de muestra incorrectos","incorrectInformationOrSampleCode","thumb-down"],["Faltan la información o los ejemplos que necesito","missingTheInformationSamplesINeed","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Otro","otherDown","thumb-down"]],[],[[["This code sample demonstrates how to create a new FHIR Observation resource within a specified FHIR store using the Google Cloud Healthcare API."],["The Python function `create_observation` requires parameters such as project ID, location, dataset ID, FHIR store ID, patient ID, and encounter ID to create the Observation."],["The code utilizes the Google API Discovery Service to interact with the Healthcare API and constructs an Observation resource with details like resource type, code, status, subject, effective date/time, value quantity, and context."],["The newly created observation resource is associated with a patient and an encounter resources, referencing them by the respective IDs."],["The function returns a dictionary representing the created Observation resource."]]],[]]